takanuva15
takanuva15
Hi, I saw in the README it says "Branch updates events caused by this action will not trigger any subsequent workflows". This is problematic because we need our unit tests...
Hi, thanks for maintaining this awesome http testing library. I am using Resty to make API calls, and their documentation links to this library for mocking Client returns. However, I...
we should highlight the `return` keyword, but we need to be careful not to highlight if it's part of a string (eg Msgbox return)
Hi, thank you for making this awesome GitHub Action. This is exactly what I was looking for in my project ever since I forgot to edit the changelog in my...
Hi, could we add a "Usage" section to the README with just a short example of serializing and deserializing a basic python object? This will make it faster to get...
Hi, thanks for making this awesome library. Currently, all the `Get...` functions return a tuple `(value, err)` like the examples the docs show: ``` value, err := reflections.GetField(s, fieldName) ```...
Hi, the CoalesceOrEmpty function is awesome, but it doesn't work for slices. Can we add a counterpart for `CoalesceOrEmpty` that works for nil/empty slices? We could call it `CoalesceOrEmptySlice` and...
Hi, I'm working on upgrading our dependencies, and it seems the maven plugin [imports](https://mvnrepository.com/artifact/com.github.victools/jsonschema-maven-plugin/4.36.0) jackson 2.14. Unfortunately, that doesn't seem to be compatible with jackson 2.17, which causes this error...
**Describe the bug** When there are 2 "child" structs that embed the same struct S1, and S1 also has a pointer to one of the child structs, swag init is...