tmont
tmont
I'm not opposed in theory to either adding more support for encoding or adding more ID3v2 tags. However, there are a few goals that this library aims for: 1. Smallish...
This has probably been fixed in recent versions of Docker. I'm using Docker for Linux and it was fixed in 4.15.0. Some more details here: https://github.com/docker/desktop-linux/issues/30
Cool! Can you provide a little haskell snippet containing a double prime that we can put in the test file?
I had to add this to @Spongman's custom template to get things working in Firefox as it [does not (yet) support](https://caniuse.com/?search=tab-size) un-prefixed `tab-size`: ```html .tab-size-8 { tab-size: 4 !important; -moz-tab-size:...
this can be mitigated by using `easyXDM.noConflict()` but there should still probably be better detection of IE, or a try...catch or something...
This is awesome, thanks for the PR. A couple comments: 1. in the tomorrow night theme, strings are the same color as symbols. Was this intentional? 2. I feel like...
`defn-` is not parsed properly because apparently sunlight doesn't handle keywords that end in a non-word character (e.g. something matched by `\b` in a regex). So it's trying to match...
Hmmm, now that I'm thinking about it, 7c87abc might cause havoc if you use a space in a keyword, such as C# with `yield return`.
> Would it be a good idea, and not too much work to add an optional keywordBoundary to the language definition? Then you can use "\s" as the default. That...
Sorry for taking so long to reply. Been busy. > but the problem that negative numbers get class ident instead of number. This is happening because idents are parsed before...