Kyle Boyle

Results 11 comments of Kyle Boyle

"Z" means UTC time. The time window and histogram timeline are displayed in browser local time. Your time window date/time and the filter show the same times, just formatted in...

Yes this is very annoying. I spent some time trying to fix it using the export/import methods found on the web. But then merging from origin is broken so it's...

Same result. Looks like it might be invalid whitespace expectations for some of them: ![Screen Shot 2019-11-12 at 12 35 17 PM](https://user-images.githubusercontent.com/6877108/68690721-6f49c800-056a-11ea-9951-c4a93bcb91b9.png)

I'm not really sure how to go about adding external arrows (instead of an entity name, there is a bracket without whitespace), or fix the control keywords that are not...

can we steal this one: https://github.com/qjebbs/vscode-plantuml/blob/master/syntaxes/diagram.yaml-tmLanguage

In the above file, if i change the "support.variable" to something else eg: "entity.name" things seem to work out: ![Screen Shot 2019-11-14 at 3 45 24 PM](https://user-images.githubusercontent.com/6877108/68890695-61857580-0717-11ea-9172-693f612c5888.png) ![Screen Shot 2019-11-14...

Could you explain what you mean? The color schemes I've looked at don't have a style defined for support.variable. I suppose it could be left alone and the connection endpoints...

FYI I am helping to improve kill exprerience in a sister fork that doesn't have these issues: https://github.com/rkwan94/vscode-emacs https://github.com/rkwan94/vscode-emacs/pull/8

I think I've solved the issue documented here by using the mult-command module https://marketplace.visualstudio.com/items?itemName=ryuta46.multi-command . user settings: ``` "multiCommand.commands": [ { "command": "multiCommand.emacsFancySearch", "sequence": [ "editor.action.nextMatchFindAction", "actions.find" ] } ]...

see #41 with pr. slowness can't be helped I don't think.