Dart version 3 will remove non-null-safe mode
Dart version 3: Alpha around January 2023
Use of brackets [], braces {}, parenthesis () in English text: [] are for (1) adding my idea in original text (2) clarification (3) extra info [which adds something] () are for (1) extra info NOT ESSENTIAL for sentence (2) personal opinion or idea (3) abbreviations (4) numbering {} list of options set aside information
During war and post-war recommendations
emacs-devel bugs and discussion
Highlight eshell syntax on command line and in script(?)
Eshell commands for init.el
There’s no room for better “balance.” The metaphor is all wrong. You have to make a choice.
Way to test HTTP. You can build a sample app using this.
Shows instances with a series of questions, can sort by size. Mastodon.social has almost a million users
Describes some apps that show followers on Twitter that are also on Mastodon. You can use tools like Debirdify and Fedifinder to look for people who have shared their Mastodon handle on Twitter.
Archives of GNU emacs-devel (includes eshell)
Bug in eshell-do-eval loop that probably sets exported variable to nil.
Report GNU emacs bugs including eshell here
Supported languages
At the heart of Spritely is Goblins, its distributed object programming environment.
Any app that implements ActivityPub becomes part of a massive social network, one that conserves user choice and tears down walled gardens. Imagine if you could log into Facebook and see posts from your friends on Instagram and Twitter, without needing an Instagram or Twitter account.“
All types in lisp that are programmer's integer, string, symbol .. about 20) , as oppoesed to special elisp editing types.
Everything starting with # like #
1 In eshell, you can redirect stdout to an emacs buffer in a few different ways. rails g scaffold --help > (switch-to-buffer “*scaffold*“) rails g scaffold --help >>> #
The only known way to run eshell script from shell (outside emacs). This starts emacs UI. Add --batch to run without UI. emacs --debug-init -q --eval “(progn (require 'em-script) (let ((eshell-rc-script \“/tmp/wtf.esh\“)) (eshell)))“