Zoey

Results 29 issues of Zoey

When using Record Dot Syntax, Floskell is willing to break the code: By default, this breaks when formatted with the base and cramer styles, and any others which do not...

The `mocks` feature still exists in Cargo.toml but is no longer present in the crate. It's mentioned in [the prior repository's README.md](/azuqua/fred.rs/blob/master/README.md), and was located under `/src/mocks`, but has since...

enhancement

`data did not match any variant of untagged enum MaybePrivate` The above error results from any JWK deserialization that fails to deserialize as a signer, but- unfortunately- this can be...

It seems the encoding for MSSQL does not understand strings beyond 255 characters in length, and causes the server to abort reads after sending more data than the server expects....

db:mssql

Given the following (GHC 9.2+) snippet: ```haskell {-# LANGUAGE OverloadedRecordDot #-} {-# LANGUAGE DuplicateRecordFields #-} {-# LANGUAGE NoFieldSelectors #-} data MyRecord = MyRecord { a :: String , b ::...

type: enhancement

It would be helpful if the `enum` produced by `typestate(enumerate = ...)` could be pre-declared such that `#[derive(...)]` can be used upon it or potentially (a subset of?) its members....

Custom `enum`s for every [non-det state](https://rustype.github.io/typestate-rs/chapter_4.html#non-deterministic-transitions) are somewhat limited in that they add a lot of boilerplate if someone wants to make a conversion to Result; with a lack of...

The choice enum results appear to produce weird markup and visual results: ![image](https://user-images.githubusercontent.com/434942/178082190-a0db3250-a44a-4737-9a76-665b99eb596e.png) With the following signature: ```rust pub enum ConnectionResult { Connected, Disconnected, } ``` And the following markup......

I just tripped myself up on this one for a little while by porting an `impl` block to trait signatures. The error message is misleading for syntax that would otherwise...

Async Caches benefit from being able to ensure that - if a value is not currently cached - a future imminently fulfilling the entry will be passed to the other...

help wanted
feature-request