Michael Bolin

Results 188 comments of Michael Bolin

@NeekSandhu @vasiltabakov I just got a demo working that uses `vscode-textmate` and `vscode-oniguruma`. It leverages `EncodedTokensProvider`: https://github.com/bolinfest/monaco-tm/

What version of Firefox and could you include a screenshot? Unfortunately, I don't own a copy of Lion, so this may be hard to debug.

Is this just a cosmetic issue or also a functional issue?

I'm probably missing some context here, but if `!` means what I think it means, how would you express the following (which is valid using Babel/regenerator in JavaScript today) in...

Possibly related: https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/64

Currently, I am using https://cdn.jsdelivr.net/npm/[email protected]/config/webpack.config.js and trying not to fork it because it is pulled in via create-react-app. This is the workaround I have found thus far: ```javascript const rewire...

With respect to "special comments," as I noted in my original bug report: > I am at the mercy of other tooling that expects the start of the file to...

It looks like sticky is supported in the version of `terminal-notifier` you have vendored in. For example, if I clone the repo and run `npm install`, I can run: ```...

@mikaelbr Thanks for the context. Is there a task filed against https://github.com/julienXX/terminal-notifier that is tracking this?

Hmm, so it looks like the 2.0.0 release of terminal-notifier drops support for sticky notifications and says alerter should be used for those instead? https://github.com/julienXX/terminal-notifier/releases/tag/2.0.0 alerter seems to be a...