nkitsaini

Results 9 issues of nkitsaini

I'm building a vscode-extension using `wasm` and I found this project's `vscode-sys` is way more extensive compared to https://crates.io/crates/vscode-sys (which is archived now). Currently I'm using a copy and have...

Input: ```py Outer(Inner( arg1, [Folder(some_long_nested_datastructure), Folder(some_long_nested_datastructure, some_long_nested_datastructure),], )) ``` Output: ```py Outer( Inner( arg1, [ Folder(some_long_nested_datastructure), Folder(some_long_nested_datastructure, some_long_nested_datastructure), ], ) ) ``` What I want: ```py Outer(Inner( arg1, [ Folder(some_long_nested_datastructure),...

[Hacktoberfest](https://hacktoberfest.com/) is an annual event where individuals try to make open source contributions in month of October. Starting this year hacktoberfest will only count contributions to repositories in [HacktoberFest Topic](https://github.com/topics/hacktoberfest)....

### Describe the bug If you load a page which contains an `input` element with value binded to a variable, the `input` will reset all the user edits when page...

bug

### Is your feature request related to a problem Typer auto-completion becomes slower as the project grows. In my sample application, having only a few imports increases the response time...

feature
investigate

From: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#uri > The URIs below are both valid > ``` > file:///c:/project/readme.md > file:///C%3A/project/readme.md > ``` Although not a strict requirement from spec, the reference implementation tries to percent-decode...

I've been recently trying to use `openid-client` npm package. And due to `agent-base` patch it fails to successfully call `https.request`. The `agent-base` version in my repo is older (`4.3.0`). It...

The action will trigger whenever a `stable` or `pre-release` release is published. It'll build the `EXE` for that specific release and add it to the release artifacts. The action will...

**Not to be confused with option `tabopencontaineraware`** Whenever I open a new tab in firefox (via Ctrl-t), it opens the "Tridactyl New Tab" without a container. Is it possible to...