basil icon indicating copy to clipboard operation
basil copied to clipboard

A forgiving Json lense

Results 3 basil issues
Sort by recently updated
recently updated
newest added

Now we only support Double, we should try to support more number type, one possible way is to use a typeclass to capture the ability of `Double => X`, and...

good first issue

`TakeOne::isFollowedBy` returns `Source[(Boolean, Source[Element])]` which the 1st param `Boolean` communicate whether the source is followed by a specific sequence or not, but it's not clear what does the 2nd element...