Nathan Brown

Results 104 comments of Nathan Brown

@echoix do you have a branch or repository with these fixes applied?

@cayter, while I agree that those snippets are useful, I wonder about why they would be needed to swallow an error right at server start up? I have them on...

@timdorr and @pcattori This improvement to `href()` has been approved for awhile. Can it be merged now?

In my local clone, I added the following test to `ParquetReaderOnTestFilesTest.cs` along with the data file attached above in the issue: ```cs [Fact] public async Task HyparquetCompressed() { using Stream...

When trying to deploy an application to Cloudflare Pages, I got the RavenDB client working with my application so no change in the client is strictly necessary. Like I outlined...

I was porting `RabbitMQActivitySource` into my local code from v7 and saw that there were quite a few null reference warnings. Was that code merged after this and not converted?

@lukebakken yes, you are correct. I had thought I had copied out the most recent version, but evidently not. Sorry about bothering you.

Here is an example diff that starts to solve the problem: ```diff diff --git a/node_modules/@conform-to/react/dist/future/types.d.ts b/node_modules/@conform-to/react/dist/future/types.d.ts index 71e72ed..d319d7b 100644 --- a/node_modules/@conform-to/react/dist/future/types.d.ts +++ b/node_modules/@conform-to/react/dist/future/types.d.ts @@ -46,20 +46,20 @@ export type Control...

If you are trying to mount keys in the `/etc/ssh` folder from Windows, then that is also discussed in #259

> ... is it possible to cover it with some test? Good point, I'll work on a viable test. > Shouldn't the heartbeat functionality be built out instead and automatically...