Peter Lyons

Results 27 issues of Peter Lyons

Reading on an android tablet in the kindle app, the third code snippet in ch 3 section "Anonymous functions" looks like maybe a line got skipped. Will attach screenshot. ![Screenshot_20210602-143840](https://user-images.githubusercontent.com/482377/120549422-d202ee80-c3b0-11eb-8b37-8369b04ca251.jpg)

Can we have a patch release published to npm please? Would like to get access to the fs.exists deprecation change merged quite a while ago.

**Input to reproduce** ```json {"foo":{"length":0}} ``` **Error** ``` echo '{"foo":{"length":0}}' | floki WARNING: the `ws` package must be installed to use `react-devtools`. TypeError: obj.forEach is not a function ```

I think if you just add a `main` property pointing to the `truncate.js` file browserify users will be able to use this package via npm without needing bower, which would...

### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link I don't see a lot of documentation around this but the [source org-narrow-to-subtree function declaration is here](https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/org.el#n7922)....

core-feature
neovim-dependency

## What did you expect to happen? When running topgrade with an unfield in the configuration, I expect topgrade to abort with an error exit code and clear error message...

Not sure if this is easy/hard/impossible, but I'd like a scripted way to toggle the "Show Wi-Fi status in menu bar" setting from the Network preferences screen. I think this...

enhancement

Every exception I hit prints enough output to scroll several screens off my screen requiring a lengthy scrollback process to see the actual error message. It looks like from [this...

If I put the 5-arg version of this into my topology: ```clj (j/aggregate groupedstream tree-agg-init tree-agg-add tree-agg-subtract agg-topic) ``` I get an exception: ``` Execution error (AbstractMethodError) at jackdaw.streams/aggregate (streams.clj:260)....

I'd like a way to express "Given this stdin and this --search argument, if after filtering there's only 1 remaining candidate, select it and write to stdout non-interactively, but if...