Nino Floris
Nino Floris
Might be good for perf to have a version of .>>. that returns a struct tuple
Cross platform disassembler doesn't output anything on macOS Details: .net core 5.0 preview 6, BDN 0.12.1 (which should have xplat support) For a benchmark like ```fs open BenchmarkDotNet.Attributes open BenchmarkDotNet.Running...
https://github.com/postgrespro/postgrespro/issues/5
### Prerequisites During startup via terminal I read this output: `bash /Applications/SpotMenu.app/Contents/MacOS/SpotMenu` ``` 2019-12-17 15:41:08.797 SpotMenu[52987:1017220] [Crashlytics] Version 3.11.1 (134) 2019-12-17 15:41:08.841 SpotMenu[52987:1017220] [Crashlytics:Crash:Reports] Packaged report with id '7036fead44c846cf9ce12770a9cc879e' for...
Looking into the UrlSigner I noticed it specifically hardcodes the `GOOG4-RSA-SHA256` algo. Could an extension to the UrlSigner be made to support HMAC signing? The reason for this ask is...
This PR is split into a few parts: 1. Tests, some fail because of #12994 while another test fails expecting a ctor call while getting op_Implicit due to the code...
Given the following examples I can't quite figure out what the compiler is doing here. ```fs type InnerRecord = { Id: int } [] type StructRecord = { Value: obj...
We shadow quite some things in FSharp.Core, either to poison them (compiler message to point to an alternative) or replace them with our own implementations. This is not really uncommon...
We're currently testing Polly with the (absolutely great) integrations with asp.net 2.1. One thing we've come across is the following, our service layer gets the HttpClient injected from our asp.net...
Was porting an old project (netcoreapp2.2) to 3.1 today, noticed something that did compile back then that doesn't anymore. >This code is not sufficiently generic. The type variable ^TEntity when...