Nathan Phillip Brink

Results 45 issues of 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...

doc-enhancement
Pri2
dotnet-fundamentals/svc
:pushpin: seQUESTered

Now usable as an AMD module while remaining compatible with node’s require().

I use recurring events to mass create events that are weekly. However, prior to each week, I receive recurrence-specific information which I edit into each individual event on Google Calendar....

needinfo

### Windows Terminal version 1.18.3181.0 ### Windows build number 10.0.26020.1000 ### Other Software _No response_ ### Steps to reproduce 1. Run cmd from the Start box or Start Menu. ###...

Needs-Repro
Issue-Bug
Severity-Crash
Product-Terminal
Priority-3
Area-DefApp

On the latest master, I for example get this error (along with many others) when running the testsuite: ```  Custom_Field_Serializer  Source: CustomSerializerTests.cs line 190  Duration: 6 ms Message:  Expected string...

question