Florian Zinggeler

Results 16 issues of Florian Zinggeler

Hi there :wave: Like https://github.com/phenomnomnominal/betterer/issues/108 I'm trying to run the betterer VS Code extension in a monorepo, but I can't get it to work. I've set the config path, but...

This is a minor issue, but I think it's very weird that elm-format escapes `'\r'` to `'\x0D'`. I had to add a comment to my parser that used '\r' to...

discussion

First off, huge thanks for creating this great library, it has a very nice API and just works! Now to my issue: Is it possible to **force** trying to **reconnect**...

Hi there :wave: I've got a Raspberry Pi Zero, which has an armv6 architecture. Unfortunately, this image only provides linux/arm/v7. I looked at the build script, and it looks like...

Hi there :wave: It looks like the parser for custom components gets confused when it's children are given over multiple lines. E.g. this works: ```jsx foo bar ``` Doesn't work:...

In this issue I want to collect new features that would require a compiler change, as the compiler only infers certain types from a `[glsl| |]` block. The types that...

Oh no, I made it worse :scream: It looks like [my PR that was supposed to get rid of implementation leaks](https://github.com/revelrylabs/elixir-nodejs/pull/45) introduced some new ones. I should have tested my...

Thanks for you wonderful library, I've already tested [this](https://github.com/aadsm/JavaScript-ID3-Reader) and [this](https://github.com/leetreveil/musicmetadata) before, but yours is way faster. I've got a question about how to use the returned image data. I'm...

The web app crashes on Safari. I don't know why and I don't have a mac to investigate.

help wanted