simonthum

Results 38 comments of simonthum

Sure, but there is an easy workaround: Just create plain files with .ceylon. That makes it fairly minor.

You should be able to do ``` mqttMessageBuilder .WithPayload(protoObject.ToByteArray()) .WithContentType("application/vnd.google.protobuf") ``` and put that in an extension method if you prefer. On the receiving side, just look for the content...

I just confirmed the issue. Do you know an easy fix? I guess remote_name=$(git config --get branch.$(basename $(git symbolic-ref -q HEAD)).remote) would work fine.

I think this got fixed in f5770ca9631.

The issue is that the master examples depend on the master template extension. While unfortunate, it is a one-off and has an easy solution. When you open the full project...

I think I stumbled on a closely related problem. In a .net 4.8 application, I get an unhandled exception on startup because it loads (or attempts to load) some DLL....

I incorporated your comments. But then I revisited my thinking about interning, performance and security. Real programs will have the keys they care about interned already, meaning we should prefer...