Peter Bengtsson

Results 124 issues of Peter Bengtsson

I can't use Legra with my Webpack based project (Preact). I get: `TypeError: __WEBPACK_IMPORTED_MODULE_3_legra___default.a is not a constructor` If only there a compiled distribution file, like a legra.min.js somewhere in...

This works: ```javascript import play from "audio-play"; import load from "audio-loader"; load("./sounds/coin.mp3").then(audioBuffer => { play(audioBuffer); }); ``` But I want to encode the AudioBuffer to a string (so it can...

Part of #60 It's a rough draft. `npm test` didn't work on my system but I don't know if it's related to the changes.

Seeing this when I `npm i shrink-ray-current` ``` npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older...

I slightly sidetracked and also made sure variables from settings_test.py startwith with an underscore doesn't also get set.

Version: 1.89.1 Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:24.611Z (1 wk ago) Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin x64 23.4.0 - Logs: ?? how? **Steps to Reproduce**...

[*"This SDK is being phased out for Sentry-Python."*](https://github.com/getsentry/raven-python/blob/master/README.rst) The new library is called [`sentry-sdk`](https://docs.sentry.io/platforms/python/django/) and I admit that I don't know what the heck the functional difference is. But with...

P5 - Low Priority
task

We currently, in CircleCI, start the django web server and run the `contract-tests` on it with `pytest`. Those tests currently *don't* test the full cycle of enabling a recipe and...

Enhancement
P2

I'm not sure if it matters for v3 but with `?status=enabled` isn't that part of the "hot path"? I only have 2 enabled recipes in my local database and they...

P5 - Low Priority
task

Rejection in `v3/views.py`: Disable enabled recipes in `v3/views.py`: Disable enabled recipes in `v2/views.py`: `CannotActOnOwnRequest` in `v2/views.py`: `v1` in `IdenticonView` in `v2/views.py`: Action and action arguments in `v3/serializers.py` and `v2/serializers.py`:

techdebt
task