Caleb Hyde

Results 9 comments of Caleb Hyde

@unconed > This is possible by creating two mathbox stages in the same three.js scene and controlling both in sync, but is obviously not very handy. The proper solution is...

Is it acceptable to up-vote, :+1: ? This affects me as well. I can add my use-case if requested.

- [ ] feature files need to be suffixed `.feature` It would be nice if the examples (on the website) were also just in an `examples/` folder, since that would,...

@talaj , how does one make the Mapnik files visible to python-mapnik? Are there environment variables that need be set? The readme somewhat vaguely states: > Set any compiler or...

That definitely doesn't work. `mapnik-config -v` works in my shell, but python-mapnik's `python setup.py develop` fails errry time.

``` $ python setup.py develop running develop running egg_info writing mapnik.egg-info/PKG-INFO writing top-level names to mapnik.egg-info/top_level.txt writing dependency_links to mapnik.egg-info/dependency_links.txt reading manifest file 'mapnik.egg-info/SOURCES.txt' writing manifest file 'mapnik.egg-info/SOURCES.txt' running build_ext...

Ok, thanks for the clarification.

I too ran into this. It's unclear to me why `id` is required, given that the spec doesn't seem to say that: ``` $ curl -s http://localhost:8080/api/v3/openapi.json | jq '.components.schemas.Pet.required'...

I'm able to compile it on Windows and run it, but not getting GPU support. I don't know CMake well, but can handle the submodule updates and basic bits like...