Tony Brix
Tony Brix
There seems to be a lot of issues with ubuntu 20.04 and minimap. @aminya could this be a canvas issue?
most likely updating Atom is what broke it. https://github.com/atom-minimap/minimap/issues/795 Atom v1.56 updated electron to v9 which broke some things on linux.
There is almost certainly not anything this plugin can do. Minimap handles all of the rendering so it might require a change in minimap or Atom. I'm guessing it is...
@opgobee It could be that your toolbar config file is blank. Open the command palette (Ctrl/Cmd + Shift + P) and select "Flex Tool Bar: Edit Config File" and add...
Another way to find the grammar name is to use the name in the change grammar dropdown list 
I did create an [atom-jasmine2-test-runner](https://github.com/UziTech/atom-jasmine2-test-runner) and [atom-jasmine3-test-runner](https://github.com/UziTech/atom-jasmine3-test-runner) for running tests in packages for atom a while ago if those can help. Those include updated packages for: - [custom-matchers](https://github.com/UziTech/jasmine2-atom-matchers) - [jasmine-focused](https://github.com/UziTech/jasmine2-focused)...
Not sure if you answered this somewhere but why Jasmine v2? Jasmine v5 is out now
Looks like you are trying to compile to a version of JavaScript that does not have class properties. You will have to transpile marked with something like babel. Or compile...
@styfle @calculuschild Can I get an approval to merge this and release marked v14
@styfle @calculuschild Can I get an approval to merge this and release marked v14