Marc Schreiber

Results 15 issues of Marc Schreiber

This commit adds API to record the compilation invocations in order to emit compile_commands.json a.k.a. JSON compilation database. Fixes #497 See following screencast that uses Neovim with rust-analyzer and clangd...

If I train the arktweet POS tagger with e.g. German locale (cf. [train method](https://github.com/brendano/ark-tweet-nlp/blob/master/src/cmu/arktweetnlp/Train.java#L185)), the training process fails because it generates a file containing decimals with German formatting. For example,...

**Syntax:** [Nushell](http://nushell.sh/), a data-driven document language. The authors of the language provide a syntax definition for VSCode in `tmLanguage.json`: https://github.com/nushell/vscode-nushell-lang/tree/main/syntaxes **Guideline Criteria:** None. Maybe, the support should wait for a...

syntax-request

Along with the specific event language/progressReport eclipse.jdt.ls now sends the standard Language Server Protocol event $/progress. This enables unified handling of eclipse.jdt.ls in all IDEs. For example, the fidget plugin...

This PR adds the [Repology badge](https://repology.org/project/jdtls/badges) to the README.md to guide users with the installation process.

This commit adds an integration test for LB-2131's fix. ## Environment **Liquibase Version**: **Liquibase Integration & Version**: **Liquibase Extension(s) & Version**: **Database Vendor & Version**: **Operating System Type & Version**:...

TypeBug
Severity3
DATABASECHANGELOGLOCK
SafeToBuild
autocandidate
complexityLocal
criticalityBuilder

Since commit [`88e18b44`](https://github.com/testcontainers/testcontainers-rs/commit/88e18b44d9a6b783e06a66a89819f2dee696e291#diff-51fffd26ca8ee51cf68736432e6066a4d4609544e7675e07eda499c38a10f1ddR66) ports will be cached. However, ports can actually change if a container is assigned to a new network. You can reproduce this issue by checking out [this...

It would be vary handy if `MultiMap` would provide following methods to avoid potential calls of clone when massaging data: ```rust pub fn into_iter(self) -> Iter { // … }...

### Describe the bug When I'm trying to complete a path in the middle of a parameter list it will overwrite all following parameters. ### How to reproduce 1. Type...

good first issue
completions

This commit ensures that ANSI chars won't be emitted when pressing non-standard modifier keys. Fixes #4975