Izmar Verhage
Izmar Verhage
In `Bootstrap.scala` you do ``` jQuery(scope.getDOMNode).modal(js.Dynamic.literal... ``` Upgrading to scalajs-react 1.4 is breaking because `getDOMNode` now returns a `ComponentDom.Mounted` rather than an `Element`. I've tried doing `jQuery(scope.getDOMNode.asElement())`, but when opening...
My initial try-out with this does not give the expected results. The file browser view changes from Icons to List (that I can't change to Icons view anymore) and the...
Been playing a bit in an Objective C playground app and with `UIDocumentBrowserViewController` I get the desired result -- I can select multiple files and directories using this code: ```objc...
For anyone interested in targeting systems that do support MIDI output from an instrument while also targeting an AUv3 with MIDI output disabled, I did the following hack: ``` +++...
I'm also looking for Conan support. I would like to be able to resolve Conan packages with FRUT, such that library and header paths in a VS/Xcode/Makefile project point to...
> In my fork, I introduced a new HighlightIterLayer method which accepts and queries a Tree already being kept up to date @dickmao I'm working on a small IDE written...
Awesome, I'll take a look
Still relevant. Not sure what changed on my end, but the above syntax suddenly is giving me incomplete reads. A file of 681 bytes is parsed only up to 181...
I'll probably resort to this: ```cpp std::vector data(file.begin(), file.end()); ``` which so far seems to yield correct results.
Can someone comment on the status of this PR? @jastice I suppose we're awaiting @azolotko's reply to https://github.com/JetBrains/sbt-idea-plugin/pull/111#discussion_r992417083 ?