-
I am attempting to eliminate unwanted UUIDS apparently registered automatically resulting from the default Service Class of 0x6c0000, using RPis 3,4,5 using v5.78.
Is there any way to eliminate the…
-
I think a better approach to installing user scripts/services in the controller would be to allow the users to create their service in a dedicated git repo and instead of copying the scripts/yang into…
-
After upgrading to .NET 9 I get the following error on `db.Database.EnsureCreated();` in the following code:
```
using (var scope = sp.CreateScope())
{
var scopedServices = scope.ServiceProvider…
-
**Description:**
I would like to enhance the **DI Container** in the Pancake project to support **auto-registration** for services that are not explicitly registered in the container. This auto-regis…
-
### Current behavior
For Angular Component Testing, I want to use MSW (Mock Service Worker), using msw request handlers instead of cy.intercept().
The tested component is not working as expected
##…
-
## Context
Today there is no easy way to use another cache than `IDistributedCache` (like the new HybridCache of .NET 9, FusionCache, etc) when using the metadata service. The `AddCachedMetadataSer…
-
**Describe the bug**
When an extension works improperly it can break the whole app.
~Maybe here it is caused by a bad `d.ts` file provided, not sure.~
According to the error message the problem is …
-
Based on https://bugzilla.redhat.com/show_bug.cgi?id=1923886#c4, it's my understanding that `viogpuap.exe` and `vgpusrv.exe` should be installed and `vgpusrv.exe -i` run for service registration to pr…
-
First of all thanks for working on a remix template for vite-pwa!
I'm currently converting a CRA SPA into a remix app. I've followed the starting guide, this is my vite.config.js:
```
import { vi…
-
**Is your feature request related to a problem? Please describe.**
Problem is that sometimes we use simple api service to manage our multiple service for example if im working on a feature for multip…