Results 18 comments of Rendle

Do you have a Gruntfile.js in the root of the open project?

Could you post your Gruntfile so I can try it please? On 17 Jun 2013 21:47, "imtiazwazir" [email protected] wrote: > yeah > > — > Reply to this email directly...

Hi Shawn, sorry, somehow missed this for three weeks. The version tagging is a bit broken, it's next on my list of things to look at.

@shawnwildermuth I just published a new update to NuGet. You can now specify the version of a package you want to install using e.g. `dotnet unpkg add [email protected]`. The installed...

Hi, sorry I missed this, been having a difficult couple of weeks. I've just released a new version 2.0.0 as a global tool that you can install with the .NET...

Glad to see there's already an issue open on this. I wonder if it would be possible to provide an extended `RpcException` with a detail object, similar to WCF's `FaultException`,...

I have the same problem, with this monitor layout: ![image](https://user-images.githubusercontent.com/178242/110462204-471f9a00-80c8-11eb-80a7-a49284927fc6.png) Cannot get Carnac to display on monitor 4, which I use as my streaming desktop.

@ajhiggins421 If you look at the [Supported Platforms specifically for Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics#supported-platforms) you'll see that it does support Linux via an abstraction over [SkiaSharp](https://github.com/mono/SkiaSharp). While the complete MAUI platform does not...

@reisenberger Cool cool cool. I was considering both aspects, the internal and external code. For the user-facing API, it should be as simple as offering overloads of the various methods...

Addendum: I Googled `Failed to write Noop record to kafka store` and found some issues on the `schema-registry` repo which mentioned it, but none of the workarounds there made any...