Arron Washington

Results 15 issues of Arron Washington

Love the gem -- use it in all of my Rails applications now -- but have you considered a more Google friendly name? I keep telling people about it when...

I was about to start writing my own visual UI for my game's FSM when I noticed this addon had been radically changed and now looks more or less like...

CTRL+SHIFT+F is normally reserved by the script editor to jump to a function. It appears that this commit (https://github.com/kubecz3k/FiniteStateMachine/commit/f27282d816fbebb6855fd8d050abc9e828412873) overrides that, so if you're in the script view and try...

An icon that showed the current analysis_server status would be nice. References #23.

Right now, if a long `pub get` is executing, and the user dismisses the pop-up, then they lose the ability to monitor Pub's execution. The analysis toolbar should attach to...

enhancement
help wanted

Decrease start-up time for Dart Tools.

enhancement
help wanted

After having used dart-tools for a bit of LD30, I found myself switching back and forth from Dart Editor. The main reason was unfamiliar APIs: I really wanted to explore...

enhancement

Need to refactor the codebase and start writing tests for it.

enhancement
help wanted

Sorry for yet another issue, but... I'm on 1.0.0-SNAPSHOT and it seems that setting `-fx-highlight-fill` and `-fx-highlight-text-fill` aren't working as expected. I'm following the instructions here: https://github.com/TomasMikula/RichTextFX/wiki/Styling-RichTextFX-and-a-CSS-Cheat-Sheet#cheat-sheet The bottom part...

bug
JDK

Loop.unsubscribe(id) accepts an integer (an index, specifically) returned by Loop.subscribe(fn), not a function reference.