-
In our project, we are using https://injector.readthedocs.io/en/latest/ library to implement dependency injection.
For proper workflow, it requires the following reference of injecting types:
`…
-
### Problem description
When running tests, I want to use stubs or mocks when running the production code, and verify stuff afterwards. `DirectoryHandler` instantiating a `CodeRunner` which loads t…
levsa updated
2 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I use the following .env:
```
#-----------------------Backend Config----------------…
-
**Describe the bug**
Recently after updating to 1.0.0 (from v0.36.7) - we started seeing these errors popping up when running cube in development mode on a single container instance. Cube is unable t…
-
## In what area(s)?
/area operator
## What version of Dapr?
1.13.0
## Expected Behavior
Not to get the warning
time="2024-10-11T12:40:19.766124798Z" level=warning msg="Couldn't parse entryp…
-
In `lightbox.service.ts`, We should replace
```ts
private _componentFactoryResolver = inject(ComponentFactoryResolver);
private _injector = inject(Injector);
public open(album: IAlbum[], curI…
-
### What is the issue?
Attempting to run `linkerd check --proxy` results in the same operation as the `linkerd check` control-plane checks.
I cannot get any validation of the data plane checks, …
-
### Steps to reproduce
Install the managed extension on AKS and name the installation `dapr-ext`
`az k8s-extension create --cluster-type managedClusters --cluster-name mycluster-aks --resource-gro…
-
**Component**
* Generic
**Environment**
* OS: Ubuntu
* ThingsBoard: 3.7.0 PE
* Browser: Chrome
**Description**
During custom widget development, I am trying to assign/move a device…
-
Hi @michaelbromley
I'm trying to use the runPendingSearchUpdates function on a custom service that I created to add products via my frontend.
Here's my code:
```
export class CustomProduct…