Gavin Ray

Results 95 issues of Gavin Ray

- [x] Checked for duplicates ### Describe the bug Following comments from other issue: https://github.com/root-project/cling/issues/414 - `cling` compiled using VS 2017 and MSVC 14.10.25017 - Including any standard headers in...

bug

Heya =) I'm interested in adding support for D into GraalVM so that D programs can interop with all of the other languages available on the platform: ![image](https://user-images.githubusercontent.com/26604994/120366827-212c1f00-c2de-11eb-9ed5-13d3df35616e.png) The piece...

Prefixing commands with environment variables only works on *nix, because Windows is awful So your templates won't run for Windows folks ```sh $ yarn dev yarn run v1.22.10 $ NODE_ENV=development...

I have a Scala 3 app with the buildfile in SBT, using the above mentioned setup. Doing `bloop run --watch` doesn't appear to reload it on changes. Is there a...

enhancement
ergonomics
difficulty / hard

Attempting to run `d++` on this C++ header: https://gist.githubusercontent.com/GavinRay97/b8bdb882a391e63cb7e2f73b247d4a6e/raw/87ddc1678079b7034b91229660a9ad160af0ed5a/juce_audio_plugin_client_amalgamated.h With the following D file: ```d #include "./juce_audio_plugin_client_amalgamated.h" void main() { return; } ``` ```makefile DPP_DEFINES = --define _WIN32 --define _WIN64...

bug
C++

I deleted most of the example stuff just to get this working without building Skija locally since the dependency/build mgmt is done through Python scripts instead of Gradle/Maven (felt easier...

Tonsky, you held up your end of the deal -- now I get to hold up mine 😃 Video of fresh run, showing starting from nothing, compiling the JWM app,...

Hello, apologies if the translation for this is poor, I am using Google Translate. 你好,如果翻译不好,我很抱歉,我正在使用谷歌翻译。 I am curious if it is possible to do something like the below? 我很好奇是否可以执行以下操作? ```mermaid...

Hiya -- if I wanted to use this library but instead of JS, use IE the Python bindings, I would need to write something like this? ```scala import japgolly.scalagraal._ object...

Node Clinic allows you to generate really in-depth performance profiling metrics very simply: https://github.com/nearform/node-clinic The most useful one is likely the Flame chart, but perhaps the Bubbleprof could be useful...

✨ enhancement