James Doyle
James Doyle
### Check for existing issues - [X] Completed ### Language blade ### Tree Sitter parser link https://github.com/EmranMR/tree-sitter-blade ### Language server link https://github.com/haringsrob/laravel-dev-tools ### Misc notes Currently the file opens as...
Started on this. If PRs are welcome, I can keep going
Created these two Type Fu layouts for the two Canary variants https://gist.github.com/james2doyle/5200095932ab0922db1597235f2c3ca7
 You can see how round this is on OSX (and probably on iOS as well). You can remove this using `-webkit-border-radius: 0;` or using `-webkit-appearance: none;` and rebuilding a...
I noticed that there are some helper functions for manipulating classes. I was wondering why, since `classList` is actually better supported than `drag`. Although, it looks like IE
This allows you to create servers that use HTTPS. This can be important for working with certain features (service workers, iframes, etc.) especially when on the same domain/hostname. This is...
Added jest and the ability to do snapshot testing for components. This closes #1
Nice template! Thanks for sharing. It would be cool to have snapshot testing support out-of-the-box. Lots of people tend to use unit or end-to-end tests but for components, especially pages...
It would be nice to provide pre-built .app bundles in tagged releases. I built this on my Mac incase people have no idea how to get this working: [Hues.app.zip](https://github.com/zachwaugh/hues/files/3853434/Hues.app.zip) Since...