kalaracey

Results 7 comments of kalaracey

Updated original post to use RC_GTEST_FIXTURE_PROP rather than RC_GTEST_PROP.

Possibly related: https://github.com/facebook/sapling/issues/587

Ah I have found https://github.com/vispy/vispy/blob/main/examples/jupyter/Rotating%20Cube.ipynb, which shows how to use Vispy in Jupyter notebooks. I have modified the Basic Script accordingly: ```python import sys, vispy from vispy import app, gloo...

Would it make sense to add a blurb about how code needs to be changed for use in Jupyter somewhere in the Installation or Getting Started docs? Or perhaps such...

I think this is the right place: And then export.

I also noticed that right-clicking on `post` in `FooController.java` and clicking Go To References does not work. Perhaps generated sources are not indexed by this extension by default? If so,...

I thought perhaps the extension relies on all sources being in a Gradle source set, and maybe the generated sources don't belong to any source set. ```kotlin # build.gradle.kt tasks.register("sourceSets")...