Arnaud Lenglet
Arnaud Lenglet
Thanks for your quick replay @melbahja. 🙏 No, my project's directory isn't inside `$GOPATH/src`. ```bash # Project path /Users/arnlen/dev/go_projects/guark_training # echo $GOPATH /Users/arnlen/go ``` And here is my `go env`...
```bash $ go run -tags "dev webview" app.go DEBU[0000] Init: dialog plugin. lebel=app DEBU[0000] Init: notify plugin. lebel=app DEBU[0000] Init: clipboard plugin. lebel=app ``` And then... nothing. I can only...
Hi! I'm currently testing the latest release of the [@plasmicapp/loader-svelte](https://www.npmjs.com/package/@plasmicapp/loader-svelte) package and I'm getting this error when trying to load a component: ``` 'PlasmicRootProvider' refers to a value, but is...
> I was able to install the firmware package via rpi-update, I think they might have just removed the main package and moved it to rpi-update. I've been running RPiPlay...
Same with: - MBP Intel - Sonoma 14.4.1 Any progress on this one?
I would also be very interested in this rotation feature. I tried this: ```python # HandTrackerEdge.py # Rotate color frames by 90° rotated_rect = dai.RotatedRect() rotated_rect.center.x, rotated_rect.center.y = self.img_w //...
+1 This gem looks amazing, but unfortunately I did't manage to make it work inside my own gem... :( How can I use `ghost add mydevsite.local` inside my ruby code?...
## Full error stack: ``` $ pytest tests/models/device_test.py ============================================================================================================================= test session starts ============================================================================================================================== platform darwin -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0 rootdir: /Users/[...]/my-project plugins: doubles-1.5.3 collected 1 item tests/models/device_test.py [100%] ===================================================================================================================================...