Thomas Neidhart

Results 216 comments of Thomas Neidhart

Closing that for now as its clearly unwanted behavior from antigravity alone.

this looks promising, will test it. Can we delay the merging till we release 0.31.0 with the storage related changes?

instead of adding a `resolution` we could also just bump the `vsce` and `rimraf` dependencies. Though `jws` is a transitive dependency of vsce and would resolve to `4.0.0` without a...

The `yarn.lock` file has been updated when creating the PR: ``` tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ git status . On branch update-glob-dep Your branch is up to date with 'origin/update-glob-dep'. nothing to commit, working...

ty for the contribution. I agree that having the first link go to the github profile is a bit confusing as I was hitting that myself several times. However, there...

To run a dev server you can just enter `yarn watch:default` Running `yarn run build` will build the library in `/lib` which is needed for publishing to npm and building...

any objection to merge that PR? That would make frontend development less painful.

fyi: this is just one solution to the problem, I am happy to discuss other approaches but we should certainly ensure utf-8 encoding throughout the server imho.

another option would be to add that to the `application.yaml`: ``` server: servlet: encoding: charset: UTF-8 # its already the default, just to make it clear that this is what...

so the change is currently for `/api` as these routes are most affected, but the whole app should probably default to utf-8. Not sure why its not the case, the...