ChickenF622

Results 8 comments of ChickenF622

Was referring to HTML tags not Django tags. Should've been clearer sorry.

It might be the same as the issue I had, but the fix I put in was specifically for custom HTML tags. You're welcome to install my fork and see...

I'm experiencing the same issue Basic info (please complete the following information): ObjectBox version: 1.7.2 Flutter/Dart SDK: 3.7.7 Null-safety enabled: yes Reproducibility: always OS: Android 13 Device/Emulator: ASUS Zenfone 8...

Found the issue. I was excluding the files from the debug build. I think I was halfway through trying to configure the admin, and stopped halfway through. Removing the below...

I'm experiencing this on Fedora 41 with Ferdium 7.0.0. My default browser is IceWolf, but it always opens up Chromium instead.

A potential workaround is using version 1.2.2 of bun. I've ran into this same issue and it appears to have been introduced in version 1.2.3. You can install the specific...

I noticed that removing my .env file seems to fix the issue. Guessing there is something that changed between 1.2.2 and 1.2.3 when it came to parsing that file.

I have managed to implement a fix for this issue. For the `SubprocessActivation` class I added a kwarg `is_from_signal=False` to the `execute` method, and then passed that kwarg to it...