Harald

Results 11 issues of Harald

The CSS property [`grid-area` is a shorthand property](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area) for `grid-row-start`, `grid-row-end`, `grid-column-start`, `grid-column-end`. Similarly [`grid-row`](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row) and `grid-column` are shorthand properties for the respective pairs. It would be great if the...

#### Here's what I did - open website maps.openrouteservice.org - click on [>] button on the left to open routing and other tools - Naively click on "Punkt hinzufügen" to...

medium priority
high priority

This movement will likely not fly without the guidelines someone suspected of being a framework in themselves once they are written. Guidelines help to understand what good components are and...

When using my in-house web server which is not reachable from the Internet, there is no way to get a valid SSL certificate for the server. Consequently, duckduckgo does not...

Instead there are the unskip() methods. This is confusing. Either get pushBack to work correctly or make sure it does not appear in the public interface.

Not sure whether this should be working at all. I have an ICS calendar URL which needs no password to retrieve. I nevertheless specify a password but get the message...

When adding `org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=enabled` to a settings file loaded per the `initialize` request, versions 1.34.0 and 1.35.0 get problems. Versions check: - jdt-language-server-1.33.0-202402151717: works - jdt-language-server-1.34.0-202404031240: starts but does not send...

bug
diagnostics
building

Platform: - emacs/eglot 1.17 (but should be irrelevant, see protocol log) - eclipse.jdt.ls 1.35.0-202404090315 (also happens with 1.33.0 and Java 21) - Java 22 - gradle project configured for Java...

code-actions
client/communication

Summary: Despite providing a formatter specification xml which is actually read and seemingly understood by the language server, formatting does not change from the default. My setup: - Emacs eglot...

bug
protocol violation

## current situation Using the plugin for tsserver, I get the following error: ``` Info 23 [12:27:58.566] [typescript-eslint-language-service] Error: No ESLint configuration found in /home/harald/work/dailynotes/src/main/ts. at CascadingConfigArrayFactory._finalizeConfigArray (/home/harald/work/dailynotes/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:4086:19) at CascadingConfigArrayFactory.getConfigArrayForFile...