Patrick Wozniak
Patrick Wozniak
I have a `build.ts` which I run to compile my source files with `esbuild`. To run it I have a npm-run-script: ```json "compile": "node -r esbuild-runner/register build.ts", ``` We do...
## Description Hello, is there any type of documentation what changes proxyman does, when it sets the proxy? E.g. a list of files which are changed and so on... I...
- [X] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes It seem's `vm.createScript` is deprecated, because it's not...
I would like to suggest adding a [bun](https://bun.sh) template to the official store. https://github.com/patlux/openfaas-bun-template Proposed templates.json: ```json { "template": "bun", "platform": "x86_64", "language": "bun", "source": "patlux", "description": "bun runtime template...
It should be `Mu-sik`. I used https://www.npmjs.com/package/hyphenated-de. https://github.com/bramstein/hypher does it correct with it's German language pack.
Hi, I had to downgrade to v7.0.4 because in v7.1.0 my rules are not working anymore: ```sh #!/usr/bin/env sh # Global settings yabai -m config \ mouse_follows_focus off \ focus_follows_mouse...
It works fine on iOS, but on android I'm getting the following error ``` > Configure project :react-native-vision-camera [VisionCamera] Thank you for using VisionCamera ❤️ [VisionCamera] If you enjoy using...
## Summary Fixes an issue on Android where getActiveTrack() returns the previous track instead of the currently playing track when loading a new track via the load() method. ## Root...
I'm getting the following error, any idea? ```sh $ go get github.com/matcornic/[email protected] go: downloading github.com/imdario/mergo v0.0.0-00010101000000-000000000000 go: github.com/matcornic/hermes imports github.com/Masterminds/sprig imports github.com/imdario/mergo: github.com/imdario/[email protected]: invalid version: unknown revision 000000000000 $ go...