István Szmozsánszky

Results 68 issues of István Szmozsánszky

### Feature description The PostGraphile documentation [mentions bulk inserts](https://www.graphile.org/postgraphile/custom-mutations/#bulk-insert-example), but the example there is not super helpful for implementing a custom mutation for a rather common (I'd imagine) use case...

✨ Possible via v4 plugin

I've spent the better part of the day debugging a 500 error from Weblate that manifested pretty much out of the blue in random places. As it turns out the...

As mentioned in [#3516](https://github.com/translate/translate/issues/3516#issuecomment-915327111), Fluent files support message grouping via [double-hashed comments](https://projectfluent.org/fluent/guide/comments.html). Any messages between two such sections belong to the same logical "bundle" of messages, it would be useful...

enhancement
formats

> Okay so I must preface this with that this is the first time I'm seeing something like this since at least [a decade](https://en.wikipedia.org/wiki/Comet_(programming)#Streaming). WebSockets exist so I'm not entirely...

It feels like we are not missing much to be able to support `SQLite` as an SQL `connection` backend, which would be a big DevEx win, especially for bootstrappers. As...

devex
runnable-api

Reactr should complain when passing it runnables without the necessary exports (`run_e` or an exported memory). Currently this results in a rather obscure segfault.

enhancement

The Response API (e.g. `set_header` and `content_type`) is currently only supported in Rust. This is a useful API that should be implemented across all supported languages. - [ ] #216...

I noticed a couple inconsistencies between Runnable API and documentationthat I wanted to document below to allow for tracking and further discussions. 1. There is a variety of `set*` methods...

Only the JS/TS API seems to have support for the `headers` parameter, even though > even in Rust you can do it, but there's no handy helper like there is...