Derrick Barth

Results 18 comments of Derrick Barth

Same here, Galaxy client 2.0.23 Unfortunately the plugin crashes so often that it's unusable. Not seeing any other integrations (Battle.net, Origin, Steam) ever crash.

@Mixaill do the integrations update automatically, or do we need to manually download new builds? Don't see anything in Galaxy about integration versions/updates

This is affecting me as well. - Vue 2.6.10 - Photoshop CC 2019 - macOS 10.14.6 Thank you @ericdrobinson for filing this issue!

I can confirm that @ericdrobinson's PR fixes the issue for me on Photoshop CC 2019 macOS

A way to mitigate this error is to have the PostCSS or CSS plugins in your plugin array. Hope this gets cleared up so this dependency is no longer necessary....

You can use the `beforeMove` handler and set `arg.cancelDrop` to true if the user wishes to cancel the move. ``` ko.bindingHandlers.sortable.afterMove = function (arg, event, ui) { //show popup, get...

Just want to say I came back to a go project that I (thankfully) rarely need to touch more than once per year, and found it really confusing to get...

@go101 I need to mess around with it more... my project is just three small .go files and using `go build` but it required a mod file no matter what...

Yeah this made go a little less "pick up and go" which is such a shame, as that was a great feature of the language and tools.