Lynn
Lynn
## Summary of changes The Suggestions dialog allows setting a font for the text and strokes, but the Lookup dialog (which is powered by the same widget) doesn't have the...
## Summary of changes System definitions/plugins can now define a function `display`, which is used to render outlines in the UI (suggestions, lookup, dictionary view, etc). For example, if I...
**Describe your issue** After installing and uninstalling [plover_layout_display](https://github.com/morinted/plover_layout_display/), the Plugin Manager button disappeared from the Plover UI. If I try to manage my plugins from the command line... ``` PS...
This changes the opcode order to agree with https://wiki.xxiivv.com/site/uxntal_reference.html. I don't know if your big rewrite is still in progress, but this made ruxnasm basically usable for me 🙌
I [queried SE for new Jelly code](https://data.stackexchange.com/codegolf/query/1290714) since some suggestions in #69 got implemented (May 2018). I did [analysis](https://gist.github.com/lynn/34af40e75a4cef9e97de1ccf4f686825) on the CSV and got a [new corpus](https://gist.github.com/lynn/bc6517f3b150e4535748a813ad608aa2) with new most...
Given a list of pairs **[[a, b], [c, d], [e, f]]**, `Æ*` computes **abcdef**. In other words, it's short for `*/€P`. This is a right inverse of `ÆF`, which generates...
#56 suggests some new atoms that perform regex operations, but perhaps it'd be better to introduce a new kind of "string start" that syntactically starts a regex, with its own...
Let `F` be a monadic link. `FƘ` is a dyad that maps **(x, y)** to **[t for t in x if F(t) == y]**. So, `…LƘ4` means “filter to elements...
Putting this here, so it doesn't get lost and forgotten in the Jelly chatroom history: I [used SE Data Explorer](https://data.stackexchange.com/codegolf/query/edit/849978) to gather a [corpus of Jelly source code lines](https://gist.github.com/lynn/d0a9f6be5d96c4ebe3f1eed5ebb21f2e), on...