James Ko
James Ko
There's an [upcoming C# language feature](https://github.com/dotnet/csharplang/issues/287) intended to enable better diagnostics by stringifying the arguments that passed to a failed assert. e.g. ```cs class Assert { static void True(bool condition,...
I didn't read the README thoroughly and tried the above switches to get the usage. Each one of them generates an exception: ``` C:\cygwin64\home\james>CodeFormatter /? ? Unhandled Exception: System.AggregateException: One...
Fixes xunit/xunit#1415
This PR adds the ability for users to generate and view code coverage reports for `xunit.analyzers`, using OpenCover and ReportGenerator. It's as easy as navigating to the repo root in...
This has caused my Android builds to fail countless times. I think the code analysis-related error would go away if the code did not use a deprecated API. ``` Note:...
Hi @zbtang! I really like this library you've put together, I'm using it in an app I'm writing for my company. There is a big issue that is preventing us...
This is a very hackish workaround but it seems to get the job done. Before:  After:  I couldn't figure out how to build the repo (I manually edited...
It would be nice if the app could recognize team headers like `=== [gen7ou] My team title ===` and avoid trying to generate an image for them.
This PR is the same as https://github.com/sherjilozair/char-rnn-tensorflow/pull/28, but merge conflicts are fixed. I also got rid of the assignment to `self.probs` in the constructor (because it's overwritten) and moved the...