Bjarke Walling
Bjarke Walling
I’m interested if there’s a pattern in Liftbridge, where you can publish multiple events or none at all (failing). This would be useful for domain driven development aggregates, where sometimes...
I'm new to FPGA development, so forgive me if this idea is unattainable. Would it be possible to have a FPGA build pipeline that produces deterministic/reproducible builds, i.e. the exact...
I have a document with a table, where the background color of table cells as well as text color and highlighted text color have some meaning for the viewer. Basically...
This module fails to load, if it's already loaded by another module, on this line: https://github.com/einaros/tinycolor/blob/master/tinycolor.js#L32 The issue is that the properties can not be overwritten twice. Is it possible...
Hi, I am the author of **gulp-raml2html**. I started this project, because I really needed it and nothing else existed at the time. Unfortunately I haven't been able to maintain...
We could potentially compress the `udata` better. I've been researching this a bit, and we could shave a good amount of bytes by changing the data layout and save in...
If the JavaScript environment supports the `String.prototype.normalize` function, this library should use that and export is as the `unorm` functions (as fallback for code that expects it).
Just tossing some ideas out there. The technical report outlines the `Quick_Check` algorithms for fast verification whether a given string is in a given normalization form: [Detecting Normalization Forms](http://www.unicode.org/reports/tr15/#Detecting_Normalization_Forms). These...