Jim Calabro

Results 21 comments of Jim Calabro

To be clear, .NET < 4.6 uses TLS 1.0, you should be set if you use >= 4.6. I do not, and needed a very quick (non-portable) solution to the...

I ruined the portability of it, and I don't currently have the time to make a portable solution unfortunately :/

Certainly. Qucik note, I renamed the projects and removed the ones I didn't need in the fork to avoid confusion about which .dll I'd be referencing in my projects in...

Hi @notnil! Was wondering if you had thoughts on this PR? I've been using my fork locally for a couple months now

Ah good point, so perhaps adding a `truncate: bool` to `fs.File.OpenFlags` would be a better approach than an enum for consistency?

I do see the issue on `createFile`, and I suppose I could repeatedly call that to get a `File` back, but do you think it is valuable to also add...

@nektro thanks for that example! It definitely does what I want. The suggestion of this issue is that, in addition, since `O_APPEND` [exists in the Linux open system call](https://man7.org/linux/man-pages/man2/open.2.html), it...

Hi again @Vexu! I realized while implementing a test case for #14376 that we should be careful here. I think this statement is incorrect: `.truncate = false should be fixed...

I took a peek at this, and I _think_ it looks ok? I'm definitely not the expert on this service, so will wait for Bryan to give final say, but...