-
SMILE specification contains the following statements:
> - "Big" decimal/integer values use "safe" binary encoding
> - "Safe" binary encoding simply uses 7 LSB: data is left aligned (i.e. any pa…
-
The DiceRoller demo apps on Android and iOS currently only sync within their respective platforms. This is because DiceRoller on Android uses VOM as its binary format, while iOS simple sends a byte va…
-
Hey, hello
Could u make a WebAssembly version of msgpack.js ? For 3 simple reasons:
1. 50KB of javascript version (msgpack.min.js) is a little bit big ....
2. webAssembly is also binary version jus…
-
Obviously data URLs and base64 in general should be avoided where possible, but unfortunately developers are often interacting with systems/libraries/APIs outside their control, and, practically, `rea…
-
One simple shape of macros that we might want to support for constants, i.e. something like
```haskell
#define x 1
```
There are [multiple types of constants](https://learn.microsoft.com/en-us…
edsko updated
1 month ago
-
**Description of the issue**
Similar to #2076, it'd be nice to respect `@SuppressWarnings(all)` by supressing all lgtm warnings. This is often used by generated code, for example code generated by SB…
-
It would be pretty cool to have a full decorator-styled syntax for a server to provide access to the various data points that could be defined for SEL Protocol Regions. Take this for example:
```py…
-
Hi I read https://www.robinwieruch.de/why-graphql-advantages-disadvantages-alternatives/
I think it is well written, however I think It is missing a disadvantage or two.
**How to send and read b…
-
A `rust_doc` rule spits out a zip file, but that’s not convenient for
actually consulting the docs. It would be great for `rust_doc` to
provide a Bazel binary that can be run to spin up a web server…
-
A ton of work goes into binary image formats but afaik not as much into binary _vector_ formats. Compressed text svgs are often recommended. Strikes me one could build a COLR v1 inspired standalone bi…