Tobias Beck
Tobias Beck
The installation fails on a 64bit raspbian installation. The reason in my opinion is that the binary is 32bit and therefore cannot be executed on the 64bit version of the...
Hello I'm using the feathers-vuex Plugin for Vuex. To make it short how it works is that you define multiple plugins for your backend services and these plugins register namespaced...
Hello, When decoding a struct to a map custom DecodeHooks are not called for non struct fields. This originates from line 975 in mapstructure.go where fields valued are just copied...
When setting up a new project and starting the app with `--env.vueDevtools` the Standalone Devtools open but cannot connect to the app. Output in the console is the following: ```...
### Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot! I have a Repo Based Media Manager with `static: true`. In my case it...
Add option to add custom parsing logic similar to `json.Unmarshaler` and `json.Marshaler`. In my code I'd like to execute custom logic when decoding a struct but still have the struct...