Daniel Smith

Results 64 issues of Daniel Smith

To reproduce make an app with an `onClick` attribute on something that isn't a button and without any special styling, and try and click on it on mobile safari. You...

At least that is what it seems like the cause is: For a minimum reproducible example try the following `default.nix`: ``` (import ./reflex-platform {}).project ({ pkgs, ... }: { packages...

bug
Medium Severity

It seems like IPLD Schemas could be stored and manipulated as IPLD Data Model objects, and serialized into arbitrary codecs (likely DAG-CBOR).

It seems to me as though it should be a list of unicode character points, and serialization into bytes should be specified in the respective codecs. However the section seems...

The DAG-CBOR spec does not seem to mention this limitation. The CBOR spec itself directly mentions how to encode bignums, so it seems like this limitation can be avoided.

I have been playing around with building a programming language on top of the IPLD data model. It seems ideal to allow lists, integers and floats in this language to...

[The spec](https://datatracker.ietf.org/doc/html/rfc4180) appears to only mention text, and the specific binary encoding / charset of that text seems out of scope. Accordingly it seems to me as though cassava should...

I was under the impression that filecoin allowed you to pay to make sure someone was pinning content on IPFS. However after looking at the site it looks like you...

With the following config: ``` steps: - records: equals: "same_line" first_field: "indent 4" field_comment: 2 deriving: 4 via: "same_line" break_enums: true break_single_constructors: false curried_context: false columns: 100 ``` It converted...

enhancement

With the following config: ``` - records: equals: "same_line" first_field: "indent 4" field_comment: 2 deriving: 4 via: "same_line" break_enums: true break_single_constructors: false curried_context: false ``` This code: ``` data Foo...

bug