Elvis Pranskevichus

Results 331 comments of Elvis Pranskevichus

@jettify FWIW it should be possible to implement a DBAPI-like facade on top of `asyncpg` that is fully compatible with `aiopg` API. The main issue here is the duplication of...

Please do update the Dockerfile to build luvit properly. There doesn't seem to be a .deb for 16.04.

Stock Ubuntu Xenail build: 4.2.6.

You're welcome to make a PR.

> so to clarify, can you explain what you mean by "installed"? I didn't mean "during installation", I meant that the flash only occurs if the browserpass extension is installed....

An option to turn off the badge icon seems like a good workaround.

> Is the string concatenation approach safe? In general, it is not. Like with SQL, interpolating unsanitized user input into EdgeQL queries might lead to "EdgeQL injection". Thus, you must...

`missing a type cast before the parameter` means that you must explicitly specify the types of query arguments with a cast: ``` insert users::User { email := $0, username :=...

@pragnagopa How does host decide which format to use when sending data to the worker?

We don't currently support arm32 (or arm64), and as of now there are no definite plans to provide official packages for non-x86 architectures. This is mostly because we lack the...