James Ko

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

type: Discussion

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...

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: ![before](https://user-images.githubusercontent.com/9159214/61669641-c28fc600-acae-11e9-89a2-af97c33e0377.PNG) After: ![after](https://user-images.githubusercontent.com/9159214/61669650-ce7b8800-acae-11e9-86a7-d7adf0264338.PNG) 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...