z3ntl3
z3ntl3
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Don't know, I just did compile to Windows and all suddenly most...
### Description # Intro There is an issue with the ``wails dev`` development environment. That is, when you do use a file dialog, let's say from the frontend. If the...
In my experience, I've had some bad time trying to understand why I need higher ranked trait bounds and the what's the use of them. I would like if the...
#### Affected - https://github.com/Z3NTL3/ProxyBeast/blob/main/core/controller.go #### Fix Instead of Load and then Store, should use Add > https://pkg.go.dev/sync/atomic
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior ```js // ajax const deleteIntegration = async () => { let...
### env ``` ~ ❯ uname -a Linux simpaix 6.11.0-29-generic #29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 26 14:16:59 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ``` ```toml // /src-tauri/Cargo.toml [dependencies] tauri =...
# Issue So I have read the docs and I made my own custom validator to have custom error message formatting instead of the default which formats things that do...
so ```go type Example struct { Images [][]byte `json:"image,omitempty" bson:"image,omitempty" validate:"omitempty,base64" swaggertype:"string" format:"base64" example:"["b64 encoded image","b64 encoded image"]"` } ``` #### Annotation ``` example:"["b64 encoded image","b64 encoded image"]"` ``` How...
example: when i swipe from monday to sunday i want ``onRange`` listener to receive an argument ``startDate``: monday and ``endDate`` sunday (in Datetime) could not find this in the docs...
The sentence before was a bit repetitive and annoying to read for me, therefore I rephrased it to make it more concise and simple to understand.