Philipp Miller

Results 8 issues of Philipp Miller

Markdown considers a single newline (`\n`) irrelevant and uses at least one "blank line" to separate paragraphs. Additionally, a visible newline may be forced within a paragraph by appending at...

Would be nice if it were possible to import this library as ES6 modules, e.g. when compiling via rollup or tsc in your own toolchain.

This is feedback with the best intentions. Needless to say it's my opinion, ymmv. I just read the brunch-guide for the first time and boy does this project like to...

Running `artisan twig:clean` outputs a simple error string on failure, but doesn't actually return a non-zero integer as is conventionally the case for console commands. This makes it a lot...

# Suggestion A tuple of characters can be concisely represented as a string literal – for example `"0123456789"` is a convenient representation of `["0", "1", "2", "3", "4", "5", "6",...

Duplicate

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

component/protocol
bug :beetle:
platform/all
status/confirmed
has-repro-gist
25-x-y

Being able to define simple GET/PUT/POST/PATCH/DELETE endpoints with JSON data is a common use case for a modern back end web framework – if not the most common. It surprised...

TL;DR How can I connect from my LAN computer to a device connected to the AP? I have HA OS running on a Raspberry Pi 4 which is connected to...

question