-
This issue is a collection of ideas and decisions regarding Rhubarb Lip Sync 2.
## Full rewrite
Rhubarb 2 will be a full rewrite rather than a series of iterative improvements over version 1.x. …
-
```
Hi,
I found thus language great and I do think that it needs to be more popular but
I would like to know if it's still alive.
I tried to email author but no answer so far.
```
Original issue…
-
I've had a look at backend logs and noticed that there's a massive traceback when a user tries to create a group that already exists - it's strange this creates such a large exception log:
```
202…
-
Would be nice to be able to do say:
`@Json(path="level1.level2.level3")`
for times when JSON has nested objects but you only want to construct a flat object from it.
-
Hello!
Are there plans to implement [graphql-transport-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) GraphQL subscription protocol?
The existing `graphql-ws` protocol is n…
-
### Ticket Contents
## Description
Digital Bharat Collaborative (DBC) is an initiative of Piramal Swasthya, the healthcare arm of the Piramal Foundation. DBC's focus areas include building a rob…
-
Move this to a read only property
https://github.com/JackEblan/Geto/blob/250114fea36b485c5754c3bae25a9193887e2ea3/foreground-service/src/main/kotlin/com/android/geto/foregroundservice/AndroidForeg…
-
Hey, I was trying to implement this framework with Javacord but this error occurs all the time:
```
Caused by: java.lang.NoSuchMethodError: 'java.util.Collection org.javacord.api.DiscordApi.getS…
-
Dear community,
I'm kindly asking for an example of calculating coefficients of a 4th line polynomial.
Then I want to calculate the Y value I am looking for from the known X.
I am grateful for an…
-
When parsing something like this
```
conf.user.password: "secret"
```
it should be parsed as
```
conf:
user:
password: "secret"
```
but it is parsed with the dots, as if those …