Szabo Gergely

Results 15 issues of Szabo Gergely

I've been experimenting with [postgresql-typed](https://github.com/dylex/postgresql-typed/tree/master/Database/PostgreSQL) and I really liked the concept of compile time type checking against the DB schema. Is there such a feature in mind for `hasql`? In...

In the next hardfork, hopefully we will be able to use secp256k1 and Schnorr verification on chain. It would be useful for many of us to be able to sign...

I use `postgresql-typed` in one of my projects. When used with stack, it works perfectly, but when I tried to migrate to `nix`, it seems to be broken. The package...

## Subtasks: - [x] Haskell opaque config - [x] Rust opaque config - [ ] Plutarch opaque config - [ ] CTL opaque config - [ ] TS opaque config...

Publish `lbr-prelude` and `lbr-prelude-derive` to crates.io # TODO - [ ] bump version to v1 - [ ] configure CI to publish crates to crates.io on tag push - [...

The current setup uses git revisions to refer to versions, in many different places, including `plutus-ledger-types`. This will get us into a chasing git revisions game which we all now...

https://github.com/mlabs-haskell/lambda-buffers/pull/164/files#r1432678970

I modified the testsuite to include this kind of dependency: `lbf-plutus-golden-api` depends on `lbf-plutus-golden-api-days` It looks like both TypeScript and Rust don't handle this use case.

I have a `cargoPublish` configured in a monorepo with multiple Rust crates, where A depends on B. When running the publish effect, I want B to be published first, otherwise...