react-fontawesome icon indicating copy to clipboard operation
react-fontawesome copied to clipboard

A React Font Awesome component.

Results 63 react-fontawesome issues
Sort by recently updated
recently updated
newest added

Specialisation tests break CI, the tests pass when run locally but CI gets stuck and does nothing. Steps to reproduce: - Go into `src/Typedefs/Test/TypedefsSuite.idr` - Remove the commented line or...

status:bug
build:CI

Right now, the Haskell backend relies on explicitly calling serialisation function for types that depend on other types. For example: ``` (name List (mu (Nil 1) (Cons (* (var 1)...

feature:enhancement
Backend:Haskell

status:bug
newcomer:help wanted
code:tests

Currently, for typedefs like ```clj (name userId int) ``` the Haskell backend generates type aliases like ```haskell type UserId = ... ``` Depending on the target language of the backend,...

Backend:Haskell

The type of deserialiser does not include any error reporting and currently looks like this: ```idris MkDeserialiser : (Bytes -> Maybe (a, Bytes)) -> Deserialiser a ``` We should probably...

feature:enhancement
Backend:Haskell

To polish the modules' interfaces.

feature:enhancement
newcomer:help wanted

This was already addressed in #81 and implemented in #85 and #87, but as of #109, it is broken and everything related to it has been commented out. ## Desired...

code:core

@kjekac brought up an example that doesn't seem to be expressible with current typedefs: ``` data Foobar a b = Foo | Bar a b (Foobar b a) ``` This...

code:core

https://github.com/statebox/js-stbx-packet-codec/blob/master/statebox.proto