memeplex
memeplex
Besides, I've improved the filename logic, this is the comment for the (second) commit: ``` Allow local anchors and improve buffer filename. Now urls of the form #anchor works (by...
I've reported this to cobra's tracker.
Thanks for the tip @marckhouzam ! Is this V2 variant related to bash_completion 2 or are they unrelated? Will it work with legacy bash_completion?
I've this issue too. Using only spellright or only markdown all-in-one is ok. But when both are enabled I can barely edit a 4000 characters file, backspace has a latency...
Just for reference, currently I'm doing this first thing after launching a kernel: ```python warnings.filterwarnings( "ignore", category=UserWarning, module="lightgbm.engine", lineno=172 ) os.environ["PYTHONWARNINGS"] = f"ignore::UserWarning:lightgbm.engine:172" ``` I would prefer to match the...
> the phrase "for example" made me think it was happening for all or at least many more parameters. You are right, in the past I've seen this happening with...
Not much advancement VSCode-side in providing access to the syntax tree, but there are a couple of developments to parse from a textmate or treesitter grammar that may improve performance...
Still present in 0.9.8.
This is a possible fix: if (myTheme.win_size == T_WIN_SIZE_FULLSCREEN) { /\* Window size - fullscreen */ gtk_window_fullscreen(GTK_WINDOW(winWidget)); gtk_window_set_keep_above(GTK_WINDOW(winWidget), 1); }