Daniel Kleissl

Results 6 issues of Daniel Kleissl

I tried connecting the RP using the following Arduino code: ` #include void setup() { Wire.begin(11); // join i2c bus with address #11 Wire.onReceive(receiveEvent); // register event Serial.begin(115200); // start...

Hi, it seems there is no "official" interface that describes all available ctx.meta fields in moleculer-web. Something similar to the interface available in main moleculer would be great: ```ts interface...

Hi, I had a problem with the extension not finding any tests. As it turned out in actuality my windows env-variables were broken. But I would have never been able...

I get this error when I am trying to delete worktrees via the command palette: "Error: command: 'git worktree remove feature/RZFZ-1047_POC_Mock_merge_dev'. error: 'Command failed: git worktree remove feature/RZFZ-1047_POC_Mock_merge_dev\n" + "error:...

### Prerequisites - [X] I have read the [documentation](https://hf.co/docs/autotrain). - [X] I have checked other issues for similar problems. ### Backend Hugging Face Space/Endpoints ### Interface Used UI ### CLI...

bug
stale

### Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead). - [x] I have checked the existing issues. ###...

bug