yash-fn

Results 6 issues of yash-fn

Feel many people will require synchronous solution to requests prior to response parsing to ensure best compatibility with scrapy design which keeps response parsing and request asynchronous. This utilizes the...

ruff-lsp global and workspace config is weird. instead of using: for workspace config: ```json "ruff-lsp": { "workspace_config": { ... } } ``` it chooses to use: ```json "ruff-lsp": { "initialization_options":...

For some projects I like to use pylsp because it is comprehensive, but for large projects I have to use combination of jedi + ruff for performance reasons (pylsp hangs...

https://github.com/miroshko/vanilla-color-picker/blob/36be8d0478d2e03995dcbd31d81043802b0093cd/src/vanilla-color-picker.js#L81C1-L81C51 Changing ```javascript this.elem.style.top = (top + height) + 'px'; ``` to ```javascript this.elem.style.bottom = (top + height) + 'px'; ``` makes the pop-down menu into a pop-up menu when...

with vim plug, unstaged changes for `doc/tags` are highlighted. possibly add `doc/tags` to `.gitignore` if not needed to track.

gitignore #52 docs/tags new paste behavior mimics native vim (almost. cursor position lost on block pastes) removed all bindings forcing user to set their own bindings if they want to...