Niklas Gruhn

Results 19 issues of Niklas Gruhn

When the configured cache directory does not exist PHP will throw an error. I guess because `file_put_contents` relies on the file path to exist. Sure it's not a big deal...

Processing large texts is incredibly slow for me. Calling `hyphenateHtml` takes 25 seconds and more. Is this reasonable for text with roughly 3100 characters? If so, any idea how I...

Has this repository moved? Is this the new *official* repo? What happend? I'm just curious.

By making `fc.pre` an assertion function TypeScript can narrow types based on the condition. For example: const item: number | undefined = numberArray[randomIndex] fc.pre(item !== undefined) item // narrowed type:...

For copy/paste: ```dockerfile FROM ubuntu USER root WORKDIR /home USER 1000 WORKDIR /home ```

This website is great. I'd like to print it as a poster and hang it in our office. Are you cool with that?

## Bug Description When I run tests on iOS devices (iPhone/iPad) using the Browserstack launcher AND in the web-test-runner config `concurrency` is set to something >1, then I get the...

## 🚀 Feature Request How much trouble would it be to print the `verbose: 2` execution summary during the test run, instead of printing it in batch at the end?...

🚀 Feature Request
✔️ Idea to investigate

* configured language server * grammar config * highlight queries For more on Quint: https://quint-lang.org/

A-language-support