Will Paul
Will Paul
Running into this as well. Interestingly rtop does seem to generate `~/.reasoninit`: ``` /* Added by rtop */ let () = try (Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")) { | Not_found => ()...
Failures are Ruby 1.9.3 related, and appear to be also occurring on master. Seems to be related to some unicode characters in a spec file or something.
Using rom1dep's ripgrep on openjfx master: ## 12 ``` ./modules/javafx.graphics/src/main/java/javafx/scene/input/MouseEvent.java:4 ./modules/javafx.graphics/src/main/java/javafx/scene/input/MouseDragEvent.java:1 ./modules/javafx.graphics/src/main/java/javafx/scene/input/MouseButton.java:2 ./modules/javafx.graphics/src/main/java/javafx/scene/canvas/GraphicsContext.java:2 ./modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableViewSkinBase.java:15 ./modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableHeaderRow.java:6 ./modules/javafx.controls/src/main/java/javafx/scene/control/skin/VirtualFlow.java:11 ./modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableColumnHeader.java:2 ``` - [ ] MouseEvent/MouseDragEvent/MouseButton adds support for the forward and back mouse...
Yeah, probably will start with a few pieces I need.
Looks like the problematic methods have already been marked as deprecated in #5489
Has any work been done on this? I'm all for working on this (probably can spend some day job dev hours even), but I don't want to 1) redo anyone's...
I feel a little awkward jumping in like this without even making a PR yet, but I do plan on moving forward with these 2.0 changes (as well as looking...
Are you already using [::getChanges](https://github.com/automerge/automerge/blob/9c3b88565f661c48375e76035d06f9c275d129e3/src/automerge.js#L88)/[::applyChanges](https://github.com/automerge/automerge/blob/9c3b88565f661c48375e76035d06f9c275d129e3/src/automerge.js#L98) to avoid sending the whole doc over the wire? --- Since automerge doesn't make any assumptions about how the changes are distributed, it seems pretty...
This is probably related to issue #3, there is a git dependency to Bessdsv's fork of bower-installer, which (as far as I can tell) is no longer necessary given the...
So I took a crack at this fixing the issues local to `workbench`, but that in turn reveals that its JS dependencies need to also be updated to support 1.0.0:...