archiif

Results 22 comments of archiif

Here's a Windows implementation of this feature from flexx (purely with ctypes): https://github.com/flexxui/flexx/blob/master/flexx/util/screenshot.py Though the comment says that it supports Linux, it seems that only the Windows part is implemented.

Thanks a lot for this PR! I did a quick test and it fixed my issue. nvim-tree doesn't seem to track the current directory, so when you `C-]` into a...

I'm having serious performance issues, but *only* when navigating up to a large directory. nvim locks up and its memory usage gradually grows larger and larger (>1GB), forcing me to...

I forced nvim to quit after it ate >1GB of RAM and these are the final lines of the log: ``` [2022-07-31 21:07:15] [profile] START change dir C:\Users\foo\AppData\Local [2022-07-31 21:07:16]...

I managed to come up with a set of reproducible steps for the bug: https://github.com/kyazdani42/nvim-tree.lua/issues/1480 As @kyazdani42 suggested, looping symlinks were the cause.

Came up with this for now: ```javascript import menuFactory from '../node_modules/react-burger-menu/lib/menuFactory'; const styles = { pageWrap(isOpen, width, right) { return { [`margin-${right ? "right" : "left"}`]: isOpen ? '' :...

I'm assuming you're using `Auto-play search result audio`? If so, I'm also having the same issue. You should consider renaming the issue's title for clarity. I don't have an exact...

I see, there doesn't seem to be any great solutions for automatic pitch accent generation of compound words. For now I'll just manually edit the pitch accent data for my...

It seems that because of the way `org-insert-heading` is designed, header splitting can only occur if you set `org-insert-heading-respect-content` to `nil`, but do note that this will change the way...

I'm not sure if this is the cause, but `+default/search-buffer` no longer automatically unfold results that are hidden inside a fold.