Stefano d'Antonio
Stefano d'Antonio
@ankurjasoria can you show us some code? does what @darthmolen and @ricochetbrown work for you?
@vkareh I'm using Marco and it works with NumLock off and it doesn't with it on.
same problem here; this is the code (non-minimal): ```fsharp #r "nuget: FSharp.Data" #r "System.Xml.Linq.dll" open System open System.Globalization open FSharp.Data [] let path = __SOURCE_DIRECTORY__ + "/ALL.xhb" type ExchangeRateApiGbp =...
@dsyme yep, works well on mine, too. I think the latest (then unlisted, I presume) version was downloaded and cached, hence why it wasn't working and I had to pin....
@clstokes Thank you for the response. I have abandoned that route and I am uploading the XML using `az cli`. I had to dig in the old builds and I...
hi @LiHRaM I have not added full support for `CustomResourceOptions` (PRs are welcome), but I have added a custom operation for `dependsOn` as it was needed in one of my...
No worries, I'm myself guilty of abandoning the project every once in a while when my life gets more complicated :) Ideally we would trigger the build on NuGet updates,...
> I really enjoy this project and want to thank you for the work you have put in already Thank you. Glad it was helpful. >> Ideally we would trigger...
thank you for `nushell`, seems awesome! I've been meaning to try and build an F# shell, but that seems to achieve similar functionality! happy to review the PR, please let...
@mikhailshilkov this was mostly for brainstorming, I do not have a precise idea in mind. Not sure breaking down resources into independent one would be an option for all providers;...