Ronnie Overby

Results 41 comments of Ronnie Overby

The point I'm trying to make is easier to see when you extrapolate the idea of checking for the presence of specific bits by creating a general purpose function to...

> The issue is not the checking of the flags, but the fact that your code sample uses else if instead of if. That misses the point I'm making. TL;DR...

> If a & b checks for one then a & b && a & c checks for two. Its fairly intuitive and works correctly. `a & b && a...

Until such time: https://translate.google.com/translate?sl=zh-CN&tl=en&u=https%3A%2F%2Fgithub.com%2Fshenliyang%2Fhexo-theme-snippet

> I hope this project doesn't make the same design mistake that dotnet made. The `required` modifier is a language feature that "indicates that the field or property it's applied...

So... how do you work around this? I installed .NET 8 SDK and VS Code in a fresh windows 11 sandbox and get this error. ![image](https://github.com/dotnet/interactive/assets/101028/4f9b2466-5892-44bd-acaf-e0ea272e9157)

So, is this feature coming to the library? Are there commits adding this?

That will be great! I'm building a mobile app that I want to remain connected as much as possible to react to events in real-time. Since the initial connection behaves...

@scottf I couldn't get this to work at all (package version 1.1.1) My connection just sits in a `Closed` state with no apparent attempt to ever connect again. I'll post...

@scottf Here you are, sir: https://github.com/ronnieoverby/nats.net/blob/13e25e4f46b4232761243d1dd22c89c73036a617/src/ConsoleApp1/Program.cs There aren't errors. It just never seems to connect. I left some comments in the repro program.