-
## Goals
Support running suspend test in JUnit Jupiter:
```kotlin
class Kit {
@Test
suspend fun foo() {
delay(1000) // suspend call
assertEquals(1, 1)
}
}
`…
-
I expected this workflow to work:
1. Run a test in my text editor (aka using REPL) using the fixture kit-clj generated `(use-fixtures :once (.test-utils/system-fixture))` - it fails
2. Change some a…
-
```[tasklist]
### Tasks
- [ ] https://github.com/tchapgouv/tchap-web-v4/issues/1117
- [ ] https://github.com/tchapgouv/tchap-web-v4/issues/1128
- [ ] Affichage des boutton (rejoindre, créer un call) h…
-
## Feature Description
Develop a selector and action in the First-party mode datastore to handle the settings state:
* `haveFirstPartyModeSettingsChanged()`: A selector to check if current settings d…
-
### Feature hasn't been suggested before.
- [X] I have verified this feature I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
## Dev Migrations
C…
-
There's a product called ESP32-S3-BOX and ESP32-S3-BOX-3 which is a ready developer kit - comes with touch display and exposed PINs. Would make a good base for the project. Don't want to link to the c…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.15.0
- Nuxt Version: 3.14.0
- CLI Version: 3.15.0
- Nitro Version: -
- Package Manage…
-
## Environment
* OS Version: dockerized environment
* Source or binary build? Binary build from [c00d8c7](https://github.com/Ekumen-OS/andino_isaac/commit/c00d8c74f1332d06379c8d2cee90f28771a057c1)
…
-
Just assembled and tested the car. All systems work except for camera does not seem to connect. cables are inserted correctly. here is the error message I get. please let me know if you have run into …
-
**What version of drizzle-orm are you using?**
0.29.0
**What version of drizzle-kit are you using?**
0.20.4
**Describe the Bug**
`npx drizzle-kit introspect:mysql` fails for column of type bi…
stagr updated
3 weeks ago