rdb

Results 467 comments of rdb

As of today there is still no wheel uploaded to PyPI. Are there plans to do this? It seems like it would be a trivial thing to do.

The way I've worked around this is define a preamble that defines new DX9-like `sampler2DShadow` and `shadow2D` functions that under the hood actually use DX10-style types, like so: ``` typedef...

I'd say it's only half fixed as of the latest commit. It still declares the uniform as a non-depth image: (only relevant lines pasted) ``` 9: TypeImage 6(float) 2D sampled...

I believe this may have been addressed by #669, since plyer no longer relies on a hardcoded icon resource name, so the exception in question should no longer occur.

deploy-ng does not support building from source (it would be difficult to support this). I am surprised that it is not failing with an error message.

We are already passing the flag telling pip not to download source distributions, but apparently that gets overridden by the fact that you specified an explicit URL to one. I...

I think the solution to this is either (1) detecting that a non-wheel has been downloaded into the wheel cache and then exiting with an error, or (2) detecting that...

It'd be good to have a core set of filters that will work with every API.

Please post the full output with `notify-level-glgsg debug` and `notify-level-shader spam` set.

It looks like you are using a Panda build with optimizations enabled, so there is no debug logging. Could you install a non-optimized wheel and give me the log with...