T.Gebauer

Results 6 issues of T.Gebauer

I disagree with this statement: > 3.7.2. Blocks [...] > A side effect is something that is not necessary for the return value. 1. Some side effects might also affect...

### Description There is no java installed on my system 1. Install extension 2. Do you want to download the LSP server? yes Status bar shows permanently 'Initializing Kotlin Language...

bug

**Is your feature request related to a problem? Please describe.** I install languagetool with the [nix](https://nixos.org) package manager. This will install it in the /nix/store/ with a hashed path, e.g....

enhancement
help wanted

### Bug report Combining dependent types with a for loop causes PHPStan to falsely report an error. In the linked code, `$foo` is guaranteed to be defined, when `$flag` is...

bug

Indentation breaks in subtle ways, when using `nvim-treesitter` for syntax highlighting. For example, the following code is indented ```fnl (print "foo(bar" true) ``` instead of ```fnl (print "foo(bar" true) ```...

The JavaScript user guide mentions the PhysicsHooks interface and functions, and how they work, but it does not seem to mention **where** to supply the physics hooks (second parameter of...