dumblob

Results 319 issues of dumblob

Regex engines traditionally have quadratic or higher rather than linear complexity. Therefore it's important to asses their performance. Would you consider adding comparisons to other widespread regex engines? I would...

Any plans to add (limited) support for syscalls, etc.?

Would it be possible to switch to a well-defined "flavour" of the original Markdown called [CommonMark](https://github.com/jgm/CommonMark)? There are very good JS implementations and I'd recommend [markdown-it](https://github.com/markdown-it/markdown-it). CommonMark continues in the...

Just saw an interesting take on reference counting with less than half the overhead of "traditional" optimized RC. https://verdagon.dev/blog/generational-references https://verdagon.dev/blog/hybrid-generational-memory Might be interesting to explore in the context of Lobster.

How do you plan to do memory management (stack and heap if applicable)? Do you want to even use heap? If so, will you want to do extensive analysis (like...

I wonder about all the goals of this project. How "deep" it does want to go? Seeing other issues like https://github.com/jgm/djot/issues/10 I somewhat fear that djot will not be compatible...

I like the simplicity and functionality of this library! Thanks also for the online demos - they're really well prepared and necessary. I wonder whether this could be efficiently used...

I'm coming here from [lf](https://github.com/gokcehan/lf ) which I like a lot (because it's ultra fast to start and walk through dirs /even network ones/ and supports easy extensibility with shell...

enhancement

Don't have time to make a PR, but to avoid the error from **issue title**, I'd propose adding a ` /etc/udev/rules.d/10-evdevremapkeys.rules` file to examples with the following content: ``` #...

I'd envision this "advanced" functionality: - add support for pictures (arbitrary positioned incl. as background) - at least to the presenter - very basic interaction among the tools (e.g. find...