Andy Bayer

Results 10 issues of Andy Bayer

Looking for any feedback on this! I'm using it locally for developing a game, and thought it might be useful to others. Similar to #48 Fixes #71 The docs should...

I'm trying to get TypeScript to be aware of the `properties` of a Component, but because Components' properties are `static`, it's not possible to create a generic Component type from...

![image](https://user-images.githubusercontent.com/6645121/120379457-c8fd1900-c2ed-11eb-8b09-f7ca0ba2680f.png) I'm on Chrome 91.0.4472.77, Redux DevTools 2.17.2, and the dev tools are not loading on examples or on my project. Let me know if there are additional details or...

### Expected Behavior The `extend` function in Grommet themes supports returning a record, and any subset of props as arguments. The type definitions should reflect this behavior ### Actual Behavior...

help wanted
typescript

When building, I need to manually run `git log > ChangeLog` to run `autogen.sh`, which isn't possible when installing with brew. M1 Mac, MacOS Big SUr

build
portability/mac

see diff at https://github.com/flend/brogue-1.7.4/compare/feature/brogue174-SPEAKv03?expand=1&w=1 - [x] speech for locations and messages - [x] figure out ifdef/endifs best practices - [x] rest of `sayIt`s from diffs - [ ] code cleanup...

Split user.preferences.fontSize into .editor and .console Fixes #1953 I have verified that this pull request: * [x] has no linting errors (`npm run lint`) * [x] is from a uniquely-named...

prevents: ``` .../site-packages/debug_toolbar_line_profiler/panel.py", line 80, in func_std_string file_path, file_name = file_name.rsplit(os.sep, 1) ValueError: not enough values to unpack (expected 2, got 1) ```

I'm using a subclass `django-backblaze-b2`, with the following configuration: ```py BACKBLAZE_CONFIG = { "account_info": {"type": "django-cache", "cache": "django-backblaze-b2"}, "application_key_id": os.getenv("BACKBLAZE_KEY_ID", None), "application_key": os.getenv("BACKBLAZE_KEY", None), "bucket": "", } CACHES = {...

I'm using [https://github.com/ehossack/django-backblaze-b2](https://github.com/ehossack/django-backblaze-b2) as a storage backend, which uses `b2sdk` to store files in a backblaze bucket. Around 24 hours after deployment, I see frequent errors: `unauthorized for application key...