James Doyle

Results 30 issues of James Doyle
trafficstars

### 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...

enhancement
potential plugin
language
unsupported language

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

![](https://cl.ly/433u3U2W3U0v/Screen%20Shot%202017-10-20%20at%2011.52.12%20AM.png) 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...

bug

enhancement

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...