Toby Foster
Toby Foster
As I understand it, the cost is only to get into the Safari Extension Gallery. Is that important? Personally, I never go there to look for a new extension.
Sorry, I should have mentioned that I had added `{ slug = Nothing }` to `Page.Slug__.routes` when trying to `npm run build`. It still doesn't work for `src/Page/Slug__.elm` how it...
I just ran into this, too. My use case is that I want to store the name and other general site details in the headless CMS I'm using, then use...
For people who want this in the meantime, you can achieve something similar with a bit of a hack. Watch the dir/file for changes and `touch` an unimported dummy elm...
Ok, interesting. I can see that the `OptionSet` autocmd gets triggered when using `:packadd` from the command line, but not if it's being called within a `ftplugin/*.lua` or `ftplugin/*.vim` file....
I need to do this too :-)! Here is how I am using date-fns to do it: ```javascript const dateFns = require('date-fns'); const third = 3; const saturday = 6;...
Same here! I installed this plugin last week and have already switched to using this PR (and #13 too)
I've just published a plugin that's compatible with [fisher 4](https://github.com/jorgebucaran/fisher/issues/651) and elm 0.19, it's at [TSFoster/fish-elm-completion](https://github.com/TSFoster/fish-elm-completion). @ohanhi I started by thinking I'd create a PR, but quickly realised that the...