and
and
### What happened? When clicking the nodes of the graph visualizer, no input seems to deselect them. Additionally, neighboring nodes stay highlighted until hovered over. ### Reproduce the Bug 1....
Is there any way to skip over audio samples using radio? I tried to seek the `BufReader` forward but that results in an `UnrecognizedFormat` error. The only way I've found...
Five Guys: Burger and Fries
It appears that Factors `regexp` might not correctly handle alternatives. When testing the regex `"(\\\\|\\"|[^"])*"`, Regex101 gives the following matches:  However, when testing this in Factor, it gives the...
The heuristic used for removing word props appears to strip core word properties. One such example is the `singleton-class` type. Chloe relies on this type to preform it's compile step....
I have a free-spinning scroll wheel. This lets me preform very fast scroll actions. However, these scroll inputs happens faster than Factor handles input. This causes the UI to become...
Opening a bug ticket since embedding Factor has come up in the again Discord. My attempts at embedding the Factor VM are halted by `factor_eval_string` triggering a segfault upon execution....
Making a new ticket for #547. Doing any of the test in that ticket result in the following `cairo-error`: | slot | value | | :----: | :------: | |...
I'm continuing to poke at text rendering in Factor. And this is a pretty minor issue, but mixing LTR and RTL text messes up the selection highlighting: 
Fiddling around with `modern` and it appears that the lexer cannot parse the following: ```factor USING: ; IN: foobar : errors ( -- x ) [ CHAR: a ] ;...