-
According to documentation something like this
```py
@strawberry_django.type(Author, filters=AuthorFilter, order=AuthorOrder)
class AuthorNode(strawberry.relay.Node):
id: strawberry.relay.Glob…
-
Currently, we use an `isPeraDiscoverBrowser` property within Pera Connect to detect if the dApp is opened within the Pera Discover Browser. When this property returns true, we bypass the typical walle…
-
When using the Connector in serverless environments where the CPU is throttled outside of request processing, the refresh cycle can break. This is a feature request to support a lazy refresh where the…
-
### Issue description
When the screen is shut down then turn on again the bar turns blank and i can't see the apps i launch with rofi, although rofi itself appears. When i restart qtile with the keyb…
-
Hello,
My org recently announced that [Enterprise Model Selection](https://sourcegraph.com/blog/release/august-2024) is now available on our production instance.
Around the same time, Cody stopped…
-
Raising as an issue from:
https://discord.com/channels/955259353043173427/955259353043173430/1300940268618383421
Example app: https://github.com/chimon2000/notes_nitric
The issue occurring in t…
-
# Minimum code to reproduce
```haskell
import Database.HDBC
import Database.HDBC.Sqlite3
main :: IO ()
main = do
c
igrep updated
6 years ago
-
### Bug Description
After seeing that gevent is not supported (#969), we started to port our app from flask to quart. At the moment, we successfully ported some endpoints to quart, but still have o…
-
Currently (as of Spring Boot 2.6), when data source is initialized, by default JDBC exception translator is lazily initialized, meaning, the first time JDBC exception occurs, exception translator will…
-
### Describe the bug
##### copy from https://github.com/quarkusio/quarkus/issues/42286
maybe here is a better place :)
Hi,
we use snapstart on our quarkus lambdas. Some of them use smallrye-…