Nick Saunders
Nick Saunders
Here's a strange one! While testing in Safari 12.0.3, I noticed that when the ```datalist``` element is moved somewhere that it is not a sibling of the corresponding ```input```, the...
It looks like the migration to a GitHub organization broke the Travis integration. Need to review.
I notice that the docs are currently deployed to [Oskar's S3 storage](docs/Makefile#L245). I wonder if perhaps it would make sense to migrate to [Read the Docs](https://readthedocs.org/) given that maintenance is...
Hi there, I maintain [purescript-dotenv](https://github.com/nsaunders/purescript-dotenv) which is essentially a direct port of this library (albeit a bit dated at this point). I have had an eye on the `loadFile` return...
Given a Web Component which expects slotted children, which itself is nested inside of a Svelte component, as in the following: ``` my-custom-element content more my-custom-element content ``` ...the slotted...
It looks like this repository might be in low-maintenance mode, which is totally understandable since priorities can change. But if this is the case, then please consider linking to https://github.com/gbagan/purescript-libraries...
Hi! I was thrilled to learn today that @markdalgleish might be interested in [something along the lines of CSS Hooks](https://twitter.com/markdalgleish/status/1628200785334124544), and I thought he would appreciate seeing how well [CSS...
It looks like browser prefixes aren't properly applied to complex values that include `calc` expressions. Considering [current widespread support](https://caniuse.com/calc), are the prefixes still needed anyway? ### Given: ```haskell padding (px...
The `separate` function declared [here](https://github.com/sebastiaanvisser/clay/blob/master/src/Clay/Display.hs#L191) should be removed.