Prabir Shrestha
Prabir Shrestha
Doesn't seem like it logs for bins. It only logs of rust and node. ``` rust: version: '1.75.0' # renovate: datasource=github-releases depName=rust-lang/rust # List of Cargo binaries to install globally...
Hit another use case where I needed to use pdfjs. Their npm package contains the javascript libs but doesn't ship with viewer.html files. https://www.npmjs.com/package/pdfjs-dist Have to manually download from https://mozilla.github.io/pdf.js/getting_started/#download...
You could expose partial [WASI](https://wasi.dev). Specifically the [WASI FileSystem](https://github.com/WebAssembly/wasi-filesystem) apis.
I mean `.moon/toolchain.yml`. It is like depandabot but works in github and you can also self host. When I get PRs like these it only updates package.json instead of moon.yml....
The other workaround is to use `regexManager` and [group ](https://docs.renovatebot.com/presets-group/) them together. Here is an example where I have done it for other files that are not supported by renovate....
I have got this working with custom `renovate.json` config with [regex manager](https://docs.renovatebot.com/modules/manager/regex/). Once you configure renovate in your repo update your renovate.json with the following config. Currently this works for...
Similarly HEAD shouldn't be called and instead use PROPFIND with depth=0 header so it works for files or dir. https://github.com/lithium0003/ccViewer/blob/a58bbc746c6fc5817683956ea3bde989aaf02e22/RemoteCloud/RemoteCloud/Storages/WebDAVStorage.swift#L271-L282
@tjdevries there was a bug in my `vim-lsp` response parser. I have fixed and tested it to work with both go and typescript lsp servers. Also it is now capable...
I was able to get pure `vim-lsp` working with typescript. Posted the sample at https://github.com/prabirshrestha/vim-lsp/issues/3#issue-197453543 If you do not pass `-s` (strict mode) options you will get `fs/readFile` notification which...
Seems like having a doc section for all list of languages would be great