Lars
Lars
@MartinBucko your code worked for me. But since i dont use Coffescript, i converted it. (with [decaffeinate)](http://decaffeinate-project.org/repl/) But i had to use `Meteor.bindEnvironment(function() { ... })` to insert stuff into...
I encountered this today. I have `await dbSet.FirstOrDefaultAsync(u => u.Id.ToString() == userId);` which does not work, but `await dbSet.AsEnumerable().FirstOrDefaultAsync(u => u.Id.ToString() == userId);` does work, because of the reasons above....
Comparing two Guid types is handled fine. I personally like to have Guid.TryParse on the outside of that line and have invalid formats checked beforehand. (Guid.Parse will throw) Yes, AsEnumerable...
I only know a little about Go and even less about Angular. So I'm the wrong person for this (:
+1 here if you have an application with `true` you can not use this library. Should be fixed asap, since some of the "dotnet new" templates come with this mode...
Why close this? AlphaFilter is just a workaround. This issue is about what I **expect,** setting an alpha value for a Graphics object, when in fact it behaves a certain...