-
Hi,
There is a race condition in the DefaultLockManager.
Scenario:
- thread A tries to lock on "123". It does not exist so it is created in the dictionary
- thread B tries to lock on "123". It…
-
## Querybuilder in Pyvespa
We have been working on a draft for implementing support for building YQL-queries programmatically with pyvespa.
The goal is to make it as ergonomic as possible for users…
-
Hi! I recently used the ZoomSvg component and it works great -- only minor thing is that when using `vite-plugin-svelte` to build, it warns me that:
```
[vite-plugin-svelte] WARNING: The followin…
-
Write an enhancement for improving the `java.dependency` condition range spec.
- Deprecate `lowerbound` and `upperbound`
- Add new field
- Use same method we're using for sources and targets
- Relate…
-
I have successfully run glmm.score, but am getting the following error with glmm.wald (using gds):
Error in if (is.gds) { : the condition has length > 1
R version 4.4.1 (2024-06-14) -- "Race for Y…
-
```yml
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
context:
name: my-package
recipe:
name: ${{ name }}
version: '1.0.0'
…
-
### Suggestion
The 'Can See' condition only accepts Player and Player where in Spigot it accepts Player and Entity
New Syntax:
```
%players% (is|are) [(in)]visible for %entities%
%players% can…
-
### Describe the bug
Basically my sprinkles defines color conditions for light, dark mode and for both also define states: lightHover, darkHover etc..
Inside my button I used data attributes to …
-
I see this from time to time. It's not very repeatable but it seems to happen on machines with more but slower cores:
```
File "lwt/dune", line 9, characters 0-150:
9 | (rule
10 | (targets cs…
-
## Problem statement
This issue exists generally to track the requirement of being able to conditionally set a property on an object. This is often necessary, because although when authoring in Bicep …