Paul Garner
Paul Garner
ok thank you! I am a noob but I can see `https://github.com/moderngl/moderngl/blob/master/examples/instanced_rendering_crates.py is supplying the x,y,z for each instance as instance data via a buffer... I think I can adapt...
For example: client calls a 'get detail' endpoint requesting an id which doesn't exist. What is the idiomatic grpc way to handle this?
Context: I have never used protobufs before. I am converting an existing REST API to grpc. What I feel would be useful is some design guidance and discussion of 'best...
I have been using the http://svn.python.org/projects/sandbox/trunk/2to3/scripts/find_pattern.py script to help with generating patterns based on existing source code, as suggested in http://python3porting.com/fixers.html It's quite easy to modify this script to give...
my option at the moment seems to be to manually enumerate all the indents up to some max size e.g. ``` funcdef< any* ':' suite< '\n' firstnode=(' '|' ') any*...
I agree with @ipmb ... this should be less about specific support for Poetry or Pipenv and more that any modern Python buildpack should detect a `pyproject.toml` file and support...
@apollo13 it should do the same thing other tools do if a range is given they try to use the latest in the range but if I'm deploying my app...
based on [this issue](https://github.com/sqlalchemy/sqlalchemy/discussions/7814) I had some code like: ```python rows = await session.execute( sql.select([func.pg_try_advisory_xact_lock(cast(key, BigInteger))]) ) ``` where `key` is a python integer, i.e. just a literal value for...
> `cast()` accepts the type as the first argument and the value as second arg, eg, `cast(BigInteger, key)`. I think that's mypy `cast` ... here I am talking about `from...
This. Also it would be great if mousemaps could be exposed via the Preferences menu like keymaps are