Keerthan Jaic
Keerthan Jaic
* use parcel to build chrome and firefox extensions without duplicating the source * use https://github.com/mozilla/webextension-polyfill instead of browser specific BrowserTabs classes * use typescript trying it out: * `cd...
The current version of the iconv dependency fails to build on Archlinux.
## Describe the bug while using `znap source` to install plugins like https://github.com/zsh-users/zsh-autosuggestions, an unnecessary file gets created in `~/.local/bin/zsh-autosuggestions`. This is a symlink to `zsh-autosuggestions.plugin.zsh` - which is not...
My network configuration(which I can't control) does not allow steam to connect through UDP. Therefore the first attempt always fails and I need to re-enter my password. I can launch...
full code here: https://github.com/jck/pgv-java-optional-issue # versions protobuf gradle: 0.8.18 pgvVersion: 0.6.7 protobufVersion: 3.20.0 grpcVersion: 1.45.1 # failing example https://github.com/jck/pgv-java-optional-issue/blob/d6869833a530a3c632972503811408c4acd5eb83/src/main/proto/example.proto#L9-L10 ``` int64 required_int64 = 2 [(validate.rules).int64 = { gte: 0, lte:...
There's currently no easy way to write a plugin which leverages an existing plugin. I can think of a few cases where it would be very helpful. For example: -...
Pip 1.5 does not process dependency links by default anymore(pypa/pip#1428), and MyHDL on pip is too old.
For example: `pip install 'git+https://github.com/swift-nav/libsbp#subdirectory=python'` pip clones the entire repo, including the `.git` dir, but setuptools_scm breaks ``` Collecting git+https://github.com/swift-nav/libsbp#subdirectory=python Cloning https://github.com/swift-nav/libsbp to /tmp/jck/pip-pjPlzH-build Complete output from command python setup.py...