ron icon indicating copy to clipboard operation
ron copied to clipboard

Haskell implementation of RON and RON-RDT

Results 77 ron issues
Sort by recently updated
recently updated
newest added

Binary varint encoding. The spec will be ready soon. Also, deprecate old binary encoding.

type_Enhancement
level_Intermediate
component_RON

What bad can happen if we split `é` into `e` + `´`? See also 2-codepoint country flags. > For this, Unicode has a concept of “grapheme cluster”. There’s also “extended...

type_Question
level_Research
component_RDT

Example: https://github.com/ChrisPenner/eve/blob/master/examples/tunnel-crawler/README.md

level_Intermediate
type_Task

## Current state Now you can describe a number of nested objects, for example ```edn (struct_set Note text RgaString tags (RGA (ObjectRef Tag)) value Integer) ``` means that Note object...

type_Enhancement
level_Research
component_Storage

level_Beginner
type_Task
component_Schema

type_Enhancement
level_Beginner
component_Storage

https://gist.github.com/mputz86/3a48c964594966560da8ef4a172bf715

type_Enhancement
level_Intermediate
component_RDT
component_Schema
component_Storage
component_RON

@mputz86 has problems compiling `ron` with a diverted version of `transformers` using GHCJS based on GHC 8.4.2. Possible solutions: 1. Update GHCJS to GHC 8.4.2. May be hard due to...

level_Intermediate
type_Task
component_RON

`Defined but not used: ‘ops’`

type_Bug
level_Beginner
component_Schema