-
Hi folks, I ran across a case where Objection doesn't give me the control I need during testing. I'm curious if anyone else has seen the same issue and if I can propose an appropriate solution in line…
-
This is an enhancement request. It’s goal is to make Syncthing less dependent on the discovery services always being available.
Syncthing should cache all the discovered connection details (protoco…
-
Consider the [`Thread.State` enum](https://developer.android.com/reference/java/lang/Thread.State):
```java
/* partial */ class Thread {
public static final /* partial */ enum State {
…
-
**Current behavior:**
For more complex reasons, both emotion and react-jss exist in my project. I want the styles provided by react-jss to more easily override the styles provided by the '@emotio…
-
Followup after https://github.com/gradle/gradle/pull/26970.
Gradle has two strategies to manage global persistent caches under `$GRADLE_USER_HOME/caches`:
1) Cross-version caches live under the …
lptr updated
9 months ago
-
Hello,
when using the configuration,
```js
module.exports = {
// Step 1: Configure the redis connection
// @see https://github.com/strapi-community/strapi-plugin-redis
redis: {
// .…
-
### Zig Version
0.14.0-dev.1954+2d888a8e6
### Steps to Reproduce and Observed Behavior
NetBSD-current amd64 10.99.12 from 13th of October 2024, llvm 19.1.0. Builds up until dev.1954 worked as expec…
-
We've been using ruby-nix for a few weeks now, and overall it's an excellent tool! In particular, our workflow to upgrade gems is much improved.
However, we've been encountering a lot of problems w…
-
### Bug description
I try to use global async query feature flag but I keep getting this error on the frontend.
```
Cannot read properties of undefined (reading 'forEach')
```
Here's part of…
-
I'm looking for feedback on a standalone script I created to generate/update the global script class cache config file that seems to be a point of contention when running tests through a CI/CD pipelin…