Alek Kowalczyk

Results 21 issues of Alek Kowalczyk

After bumping `@react-query-firebase/firestore` (mostly to workaround React 18.2.0 peer dep), the query invalidation stops working. I do not have time to create minimal repro sandbox. Posting as a heads-up to...

After upgrading from React 16.8/react-scripts 4 to 18.2/5, Planet stopped to properly position the orbital system. "Satellites" are put in a vertical row, "Center content" is put as the last...

### Summary of problem When running instrumented **django+gunicorn** app with access log enabled, `dd.trace_id` values are not set properly for top-level access log (`gunicorn.access`). While Django displays access log lines...

feature-request
stale

For the content below the translation does not work `jsxgettext -s -L handlebars -k trans NewActivityNotification.html` ``` {{#subject}} {{ trans "Activity in the project" }} {{/subject}} ``` It seems that...

The following warnings are logged. Is the component maintained and will be updated ? Warning: Legacy context API has been detected within a strict-mode tree. The old API will be...

MapReduce depends on APIs not available for Python 3.7 AppEngine. WIll it be supported?

The full stack below. ``` ERROR: Exception in ASGI application Traceback (most recent call last): File "/app/.venv/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 408, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

Ubuntu 23.04, Lenovo ThinkPad P14s Gen 1, Intel® Core™ i7-10610U × 8, up-to-date BIOS. Kernel: 6.2.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 3 13:14:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux. After...

``` /var/lib/dkms/thinkpad_acpi/1.0/build/thinkpad_acpi.c: In function ‘tpacpi_query_bcl_levels’: /var/lib/dkms/thinkpad_acpi/1.0/build/thinkpad_acpi.c:6862:43: error: ‘struct acpi_device’ has no member named ‘children’ 6862 | list_for_each_entry(child, &device->children, node) { ``` Full make.log attached: [make.log](https://github.com/JosiahBull/thinkpad_acpi/files/11551296/make.log)

The example in README shows how to queue a task with sync `.delay()` function, which is not a good idea in async handler. We have remote IO there: usually low-latency,...