Christian Müller

Results 15 issues of Christian Müller

When decoding a struct containing a string pointer and a struct pointer into a map, the resulting map has a pointer to the string but not a pointer to the...

This allows to map structures into typed maps. The typed map type must match the structure type. Test have been added. Fixes #311

When the target map to decode the result to is strongly typed, the decoding process fails, even if the map type matches the source structure. ``` func TestDecode_structToTypedMap(t *testing.T) {...

Actually, it looks like only computed properties are handled as getters. Regarding the [Pinia documentation](https://pinia.vuejs.org/core-concepts/getters.html#passing-arguments-to-getters), parametrized getters are also allowed. By changing the detection mecanism, this library could allow some...

### Discord username (optional) _No response_ ### Describe the bug Since a recent update, when I start Warp, it loads the previous state (1 workspace, 3 tabs) and freezes. The...

Bugs