Dhruv Manilawala

Results 518 comments of Dhruv Manilawala

> Do we have any hints / metrics on which one we should use? We already are using type hints everywhere and they will be improved as we develop, so...

Hi, @akinsho this might be related to this issue or not but I just wanted to put it here in case it was. `lsp-signature` failed to update due to unrelated...

You can do this: if the `kind_labels` field is `nil` then default to `CompletionItemKind` otherwise use that and if the user does not want any labels then they can enter...

I took a look at it and it seems that the function `libcst.metadata.scope_provider.Scope.get_qualified_names_for` calls `libcst.helpers.expression.get_full_name_for_node` with the above nodes and it returns `None.join`. This is happening as `cst.SimpleString` is programmed...

> Thanks for the plugin :heart: Happy to hear that 😄 > I'll try to implement and send PR if its welcome. Yes, please go ahead.

@erayaydin Can you try the `feat/qutebrowser` branch?

> Love the plugin! Hey, thanks! I looked into the Min browser and it does not seem to be storing the bookmarks locally. I don't know much about the frontend...

Looking at the linked discussions, it's possible to use the [`leveldb`](https://github.com/google/leveldb) library in lua via ffi bindings to get the bookmarks, atleast in theory, but that involves a substantial amount...

Hey, thanks for the suggestion! To implement this, we need to support all the OS with the correct default directory: - Linux: `~/.config` - macOS: `~/Library/Application Support` - Windows: `~\AppData\Local`...

Hey, I'm glad you find it useful. > 1. Using bookmark directories as telescope directories I don't know how that would be useful as, for me, Telescope is something I...