Bouke Haarsma

Results 250 comments of Bouke Haarsma

@vilchik-elena Well on linux it is, and on Windows the path separator would be `\`. Regardless. How can I specify a path relative to the root of my project?

Thanks to your suggestion about relative paths, I've tried again using `eslint.json` and for the projects containing such a file the reports got loaded. **However** the original problem with spamming...

I'm posting here as @mkArtakMSFT marked my bug reports as duplicate of this one. I've found that there are two separate issues w.r.t. Firefox that cause this dialog to appear,...

> If we wanted to shim in support for unsupported primitives, we'd have to instead have the API always unconditionally be there, and instead have runtime delegation to the CryptoKit...

> Money is based on a real agreed system and can't represent values out of its range. For Euro's to lowest positive value is a cent, €0.01, and you can't...

For my use-case I simply need the tuple of amount+currency, any business rules regarding the calculations involving this tuple will be up to my domain code. What I want from...

My model is something like this: ```csharp class Person { public string Name { get; set; } } ``` And the query I'd like to do is to combine user...

Sorry I have omitted to note my version. As we're running on .NET Framework, we're on version 3.1.11 of the driver. The repro mentioned above gives the following exception with...

@roji Sure, thank you for your time. Attached is the repro. [Npgsql1724.zip](https://github.com/npgsql/efcore.pg/files/6027459/Npgsql1724.zip)