Gutemberg Ribeiro

Results 38 issues of Gutemberg Ribeiro

Hello folks! I'm building a new home which will be based on HomeKit and we are evaluating the [Samsung WindFree 1-way Cassete air conditioner](https://www.samsung.com/au/business/air-conditioners/ac-dvm-am071nn1deheu/am017nn1peheu/) and we would love to have...

Hello! Thanks for being the only one around who cared to make an emulator for GCP Storage! So, I've tried to use it with Docker and run the [simple hello...

This PR add Entity Framework 7 providers. The goal is to provide the basic providers which are storage agnostic and rely only on `Microsoft.EntityFrameworkCore` like `Microsoft.Orleans.XXXXX.EntityFrameworkCore`. We can provide database-specific...

Hello! I saw the document about the [GPU Operator](https://anywhere.eks.amazonaws.com/docs/workloadmgmt/using-gpus/) but it only points to using it with bare metal deployment. We are experimenting with EKS-A on vSphere. Is it possible...

**What happened**: Unable to deploy EKS-A on ESXI 8 U1 **What you expected to happen**: The initial cluster to be deployed **How to reproduce it (as minimally and precisely as...

Hey! I bought and received the ODI DFP-34X-2C2 module which you suggested as the best one for sale from the link on AliExpress on our documents. Connected it on either...

This package is basically send/receive calls using `byte[]` which is translated on the JS side to `Uint8Array`. Currently Blazor fail to deserialize `Uint8Array` to `byte[]` on the C# side. We...

enhancement

Regardless of the user being listening or not to Connect/Disconnect events, this component should list to it from the `navigator.usb` `connect/disconnect` events. Right now, it requires a call to a...

bug

Current Orleans provider's configuration APIs are not DI-friendly. I made a work around to have this provider to support DI at some extent but it turns out that doing that,...

bug

As Orleans don't have a black box unit test kit for providers, I tried to copy the tests from main Orleans repo to this one in order to make some...

enhancement
help wanted