Grzegorz Rozdzialik

Results 38 issues of Grzegorz Rozdzialik

Hey! Thanks for making this plugin, I really appreciate it. It looks like a more robust solution to what I had done locally in my `init.vim`, but uses nicer UI...

enhancement

Hey! I've noticed that after enabling nvim-anywise-reg using the default config (`p` for anywise-reg's paste), pasting files in nvim-tree stopped working. It looks like anywise-reg overrides the mapping that nvim-tree...

Hey! Thanks for this great plugin! Today after updating my neovim build to the latest nightly (https://github.com/neovim/neovim/commit/6d52a29c3b8714804facdc7705e57e7f0511c85a), I started seeing errors originating from the `set_editor_opts` function executed by the `LightspeedLeave`...

This MR attempts to implement the idea from #686 It adds a `strictMode` (`false` by default, enabled by `setStrictMode` or passing `strictMode` in `Immer` constructor) that makes it so that...

This is an attempt to fix #696 This MR adds support for copy-on-write for TypedArrays (e.g. `Uint16Array`). It correctly handles TypedArrays with the same underlying `ArrayBuffer`, so when copying 2...

Use nvim-treesitter API to resolve the parser language when it is different than the buffer's `filetype`. This happens for `tsx` files whose `filetype` is `typescriptreact` but the Treesitter parser language...

When trying to use `nvim-treehopper` in a `tsx` file, I get the following error: ```sh E5108: Error executing lua ...local/share/nvim/runtime/lua/vim/treesitter/language.lua:25: no parser for 'typescriptreact' language, see :help treesitter-parsers stack traceback:...

This PR aims to solve 2 problems mentioned in https://github.com/date-fns/date-fns/issues/1273: 1. Use the `"other"` token as default when locale's `formatRelative` does not handle a more specific token (e.g. `"tomorrow"` returns...

🎉 Feature

Hey! I've been using betterlockscreen for some time without any problems and I'm loving it. After changing laptops, my i3 installed on an Ubuntu system for some reason starts 2...

bug
enhancement

I was not sure where to report the problem, as it's related to some nested dependencies, but all of them start with `@cypress/code-coverage`. **Logs and screenshots** Logs from `npm audit`...