Ackerley Tng
Ackerley Tng
Would be great if you could add a line to import `ImmutableMap` ``` import com.google.common.collect.ImmutableMap; ``` to help newbies!
Here's a missing import that would help newbies! (Should be added at the `#add-some-imports` section for `lesson03` for the `Formatter` and `Publisher` classes) ``` import javax.ws.rs.core.Context; ``` And some imports...
I'm getting a `#asTraitComposition was sent to nil`, where `Smalltalk compiler evaluate: self traitCompositionString` is nil. To reproduce, I'm using a Pharo 9.0 image and after doing this ``` Metacello...
If I understand correctly, now `with-editor-export-editor` tries to read everything as the shell starts up for `0.1`s. https://github.com/magit/with-editor/blob/322ee26d3a7d3d67840293041837b7e70cffa8d1/lisp/with-editor.el#L746 My shell takes a little long to start up (sometimes), so the...
I'm trying to use elfeed to read the atom feeds of a kernel patch series, as in https://lore.kernel.org/all/[email protected]/t.atom. It would be nice to have the entries sorted in a tree...