David Schumann

Results 32 issues of David Schumann

I recently switched form pycharm to sublime + anaconda. The only feature I really miss form pycharm is the simple alt + Enter auto-import which automatically detects possible imports, and...

I just came back to a crashed game, so don't know exactly what happened. I chose a 1x1 embark site, so space might have been a problem. Log df-ai debug...

bug
blueprint
assertion

This seems to happen within the coverage module on import. Also the `npm i` step is missing from the readme.

I am having trouble understanding fallback behavior of this project. If I translate e.g. a field "name" into "name_en" and "name_de", but leave both empty. Should the value in the...

Whenever my arguments get too long for my max line length and i spread them out, naomi syntax highlighting breaks ``` // Works funcA = async (arg1: string, arg2: string):...

sublime regex limitation

I think for any inexperienced user this would be a first question. What goes in this variable, and where do I get it? Docs should at least link to [here](https://cloud.google.com/iam/docs/service-accounts)...

## Description This error arose while using the recommended error handling from the readme: except InAppPyValidationError as ex: response = ex.raw_response # contains actual response from AppStore service. reporter.send_error_report(response) ##...

bug

I would assume, that every user using subscriptions would implement it, so we might as well do it once and correctly.

Setting the padding to 1 fixes the issue (on some devices) Is anyone else experienceing this? It only happens for very specific circle sizes, eg 13% of device width.

I can imagine this has to do with using react natives AsyncStorage, which only saves strings. We should find a way to save the type of the key before saving...