Nathan Phillip Brink
Nathan Phillip Brink
Just wondering, it looks like this repository was prepared and updated before https://github.com/bbarnhill/barcodelib came into existence. Would it make sense to try to work with @bbarnhill so that code can...
https://github.com/jeffkl/RoslynCodeTaskFactory/blob/afbc509790b2cc8d76cae6bf697262512bdb8b2d/src/RoslynCodeTaskFactory/CodeTaskFactory.cs#L358-L360 I see that there are case insensitive comparisons for attribute names. It would be better to require exact case matches and throw an error for incorrect case. The equivalent...
http://jsfiddle.net/binki/0ykdxq6b/8/ , I get exceptions in places when I define a custom language as ``` lasca.setLanguage({key: 'binki_ridik_ab', collation: '0061+00620063', compare: 'multi'}) ``` and try to compare `cab` and `cc`. That...
I’m interested in the basic idea of lasca—providing an environment-independent implementation of `String.prototype.localeCompare()` to enable compatibility between server/client/other client code. However, for my use, I need to be able to...
This page states that one can compose `Stream` objects together in a chain/pipeline. However, it does not give a concrete example. This page does have examples of adapting `Stream`s to...
Now usable as an AMD module while remaining compatible with node’s require().