dkbarn
dkbarn
I prefer to subclass DataLoader and provide an overridden batch_load_fn on the subclass, rather than passing a function into DataLoader's constructor (which feels a little too Javascript-y). Please could the...
Is it possible to compile .proto files with the betterproto plugin from a custom setuptools command? For example, ```python setup.py build_proto``` This is what my setup.py looks like: ``` import...
I am using hypercorn in my application with the Python API rather than the command line. How can I integrate hypercorn's logging into an existing python logging hierarchy? From looking...
Used Cerberus version: 1.3.4 #### Use-case abstract There is a value in my schema that can be an integer or a string or null. #### Bug report This seems like...
I have an old XGBClassifier model pickled to a file, which was created by xgboost 1.4.2, back when `use_label_encoder=True` was default. It seems that onnxmltools does *not* support XGBClassifiers with...
Sometimes I notice that the notifications displayed on the lock screen will be empty of any content. It just says "VOIP.ms SMS", but the body of the message is missing....
I am trying to go through the tartiflette tutorial at https://tartiflette.io/docs/tutorial/getting-started This is being done on a machine behind a firewall, which does not have outside internet access. The built-in...
When using stravaio_oauth2 to authenticate an application, there is no way to change the access scope to allow for write access to anything. The scope has been hardcoded to read...
I haven't managed to find any previous discussion about this, although I'm surprised by that so I very well may have missed it. Numpy 2 is coming: https://github.com/numpy/numpy/issues/24300 Are there...
I am running GraphQL Voyager 1.0.0-rc.31 in Chrome 90.0.4430.93. At the moment, clicking on an individual field in the docs sidebar will highlight that field in red in the graph...