Felix Becker

Results 171 issues of Felix Becker

The `error.stack` property is missing. Looks like CoffeeScript's "inheritance" just sets the prototype and the constructor does not contain a `super()` call, so the native constructor of `Error` is never...

psm1 and psd1 currently look like plain files and don't use the same icon as ps1. ps1xml should just be mapped to xml.

This means jsonlint can't be used to verify that object keys are sorted.

JDB is only a reference implementation of JPDA: http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/index.html The source code of JDB is available here: http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/examples.html It might make sense to write the debug adapter completely in Java,...

enhancement
help wanted

When a branch contains a merge commit, e.g. because `main` was merged into the branch to update it, Codenotify seems to not only analyze the diff of commits on the...

This uses the same mechanism as in the webapp to fetch schema.

Closes #64 To fix: ``` ERROR: /Users/felix/src/github.com/sourcegraph/browser-extensions/chrome/extension/background.tsx[114, 1]: Promises must be handled appropriately ERROR: /Users/felix/src/github.com/sourcegraph/browser-extensions/chrome/extension/background.tsx[268, 5]: Promises must be handled appropriately ERROR: /Users/felix/src/github.com/sourcegraph/browser-extensions/chrome/extension/background.tsx[276, 5]: Promises must be handled appropriately ERROR:...

Hi 👋 I opened a similar discussion at [scalameta/metals](https://github.com/scalameta/metals/issues/402), but am wondering the same question about the coming native LSP support in dotty. I peeked around the code a bit,...

> - run build-server[.sh|.ps1] There is a build-server.ps1 in the repo root, but no build-server.sh. Can I / do I have to use PowerShell on macOS/Linux to build?

Running build-server.ps1 this error is printed as part of `dotnet restore`: ``` /Users/felix/git/omnisharp-node-client/vendor/src/OmniSharp.TypeScriptGeneration/OmniSharp.TypeScriptGeneration.csproj : error NU1101: Unable to find package OmniSharp.ScriptCs. No packages exist with this id in source(s): AspNetMaster,...