Rom Grk

Results 558 comments of Rom Grk

I feel like this is a real issue and we can improve the performance, but it would help us prioritize it if we can have an example use-case where we...

Not sure if this applies but in case it's useful to you: in [node-gtk](https://github.com/romgrk/node-gtk), we use [g_irepository_get_dependencies](https://developer.gnome.org/gi/stable/GIRepository.html#g-irepository-get-dependencies) to load all dependencies before the `require`d module is loaded. So our `require`...

The color groups are hardcoded, all inside `Selector.ts`. Example: https://github.com/romgrk/kirby.nvim/blob/47d27ca06c604efa2275df8149257f9040fded6e/src/components/Selector.ts#L90-L92 I'm a bit busy but I would accept a PR for this. To install the dev tools run `pnpm install`,...

Updated the packages. I use `pnpm link` locally. It only matters for development, neovim users pull from github directly.

Thanks for the report! Do you have an example code to reproduce the issue? sync() has been working as it should in all my use-cases so I'm not sure what...

If you have more info on your use-case we could get something out. Simple batched commands with no guarantees on the inner state of the API instance would be easy...

So essentially what you need is just to be able to batch operations, without the need to maintain an un-synced from Todoist state. Is that right? In that case, it...

I think proposition 1 above would solve your issue best. I don't have enough time or interest to implement the feature myself, I've mostly stopped using todoist. If you're interested...

Sounds like a good plan. I'm really not attached to `got`, it could be `isomorphic-fetch`, doesn't really matter. If I were you, I'm not sure how much I'd invest in...

Can you provide more details on which arguments you would like to pass to `rg`, and how you would like to pass them? Thanks!