Steven Johnson

Results 59 issues of Steven Johnson

### Summary Create endpoint to retrieve a json configuration record ### Description The backend will store generalized json records in the "Config" table in the postgresql database. https://github.com/input-output-hk/catalyst-voices/blob/89641a5c325d15dfc03f22d245031212415b0a82/catalyst-gateway/event-db/migrations/V1__config_tables.sql#L75 This endpoint...

good first issue

### Summary Make the way flutter projects are organized uniform with the rust backend. ### Description At the moment, Flutter code is in multiple places in the repo, and that...

### Summary Perform an architectural review of the immutable ledger specification ### Description Specification PR: https://github.com/input-output-hk/catalyst-voices/pull/709

documentation

## Description of the feature Currently Poem defines `minimum` and `maximum` as f64. When it encodes the openapi it results in things like this: ```json "limit": { "type": "integer", "format":...

enhancement

I have a query parameter defined like so: ``` #[oai(validator(max_items = "10"))] Query(fragment_ids): Query, ``` FragmentId is a NewType, defined as: ``` #[derive(NewType)] #[oai(example = true)] /// Unique ID of...

question

**Version** 1.6.0 **Platform** Linux x86-64 **Description** When hyper gets a header with 0x7f in it, it generates a 400 response with no content type specified and no body. The problem...

A-server
C-feature
E-medium
A-http1

It's difficult to use `cardano-ledger` as a library from languages other than Haskell. It could be done via FFI, but that also has its challenges. This feature request is to...

Just looked at this API, and was confused by the `row` type, because I expected it to encapsulate a row. But in fact, it is a single value for a...

Reading: https://component-model.bytecodealliance.org/design/wit.html#comments I tried applying comments to my wit files, and documentation and generating markdown. But they do not work as I would expect. All comments are ending up in...