Jan Vogt

Results 4 issues of Jan Vogt

I realised that round tripping a data uri breaks it. E.g. ```haskell import Text.URI let uri = "data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" in render mkURI uri /= (pure uri) :: Maybe URI ``` I...

Before this change using @tailwind directive in styled-jsx component lead to styled-jsx-plugin-postcss] postcss failed with TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received type boolean (false) According...

### Describe the bug According to https://github.com/sveltejs/svelte/issues/4442 props' default values are really *initial* values as they are only used when a component is first created. While I consider this, [as](https://github.com/sveltejs/svelte/issues/1467)...

Blocked

I am using nix-ld to run vscode-server on a nixos machine. Which works quite well, thanks! I realized that within VSCode's integrated terminal LD_LIBRARY_PATH is set. This wasn't an issue,...