and

Results 25 issues of 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....

:type/enhancement
graph

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: ![image](https://user-images.githubusercontent.com/13488718/188662595-9a531e4b-761f-4bc0-9e2c-5869ccb66069.png) However, when testing this in Factor, it gives the...

regex
bug

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: ![Screenshot_20230920_154421](https://github.com/factor/factor/assets/13488718/8c88cb1a-2895-4905-8045-a91b82f2e2ad)

Fiddling around with `modern` and it appears that the lexer cannot parse the following: ```factor USING: ; IN: foobar : errors ( -- x ) [ CHAR: a ] ;...