-
In some corner cases I have to be sure that:
- there is no race-condition between different services
- same request is not being processed in parallel by two instances
Usually I did the temp lock…
-
### What version of rsuite are you using?
5.55.1
### What version of React are you using?
18.2.0
### What version of TypeScript are you using (if any)?
_No response_
### What browser are you usi…
-
When I run `brightnessctl -c 'leds' ` it only gets the info of one device from the leds class. Is this intended behavior or is it a bug?
-
**Describe the bug**
Multiple selects are not working.
**Steps to reproduce bug**
1.Go to 'https://stage.raaghu.ai/'
2. Navigate to 'Design System > Elements> Select List > Multiple'
**Actua…
-
Executing
```
WITH x AS (SELECT 1)
SELECT * FROM x;
```
will be considered a transaction by dbeaver (v21.2.4) and I have to rollback/commit manually on my database (postgres 13).
Changing to…
-
Is this a bug?
-
I don't know if this is feasible or in scope, but it would be pretty cool if one could use arbitrary select criteria.
So like:
`Shoe.value_of "DISTINCT category"`
or
`Shoe.select('DISTINCT categor…
-
Down selects should be considered in the app.
![image](https://user-images.githubusercontent.com/43448232/47935721-ccb82d00-deb1-11e8-84c0-05cff73af4f9.png)
-
### Prerequisites | Prérequis
- [X] I have read the [Contributing Guidelines](https://github.com/cds-snc/gcds-components/blob/main/CONTRIBUTING.md). | J’ai lu les [Lignes directrices sur les contri…
-
I´m developing a app with cordova+framework7+sqlite-ext. The app works offline, and synchronize the collected data troughout the day, with a API on the server.
A JSON is builded selecting data from…