Colin Bate

Results 13 comments of Colin Bate

This code killed my Hyper too. It is the `configMatcher` which does it. I've been wrestling with getting hyperlayout to work at all on Windows 7. The addition of the...

If I change the size of my Hyper window, then the line breaks go elsewhere and can be removed more safely. Is this really the best way to communicate between...

Fair enough. At the moment I feel frustrated by the lack of documentation around the Hyper APIs. :) I don't think the issue is with hyperlayout per se. Would it...

I was thinking that `matter.language()` would be the place to add this. You would just check to see if the first line of the input matched the default delimiter (defined...

Previously, if you specified the language after the fence in the front matter, it would override the language passed into the options. With this change, any recognized custom delimiter will...

I didn't regenerate the README file, but I did update the underlying verb file. I wasn't sure if you normally do that. The output differed in a couple of ways,...

@jonschlinkert Just checking in to see if you've had a chance to look at this further. I think it is mergeable, just let me know if you want me to...

Just revisiting this as I’ve come across another place where I’d like the per-engine delimiters.

In the mean time you should be able to get around this by adding this to whichever file you are including tailwind from: ```css .dark [type="checkbox"]:checked, .dark [type="radio"]:checked { background-color:...

I can't speak for absolutely everyone, but I am approaching this from wanting to reference components in another sibling project (like in a monorepo) while maintaining HMR and other niceties....