-
The technique used by `magic_enum` and `librepr::ctei` should be explained. Since `librepr::ctei` outperforms `magic_enum` quite significantly, the optimization techniques used should also be explaine…
Tsche updated
3 months ago
-
Goal is to have ability to generate descriptive struct by macro(from std).
Reason is that in lot of crates there are impementations of compile time reflection not compatible with each other, so man…
-
I've created kproxymap to facilitate use of kotlinx.serialization compiler plugin generated serialization with proxy maps in https://github.com/moshbear/kproxymap . You're welcome to use the ideas wit…
-
### Background and motivation
Some class members are called via reflection, or generated source code, with some special attribute, for example:
```
[Initializer]
private void Initialize()
{
...
}…
-
**Describe the bug**
I'm attempting to build this compiler to try out the C++26 reflection however I can't seem to get any examples to compile.
The issue each time is that `fatal error: 'experimenta…
-
- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md).
- [x] I have checked that there is no existing PR/issue about my proposal.
## Summary
Wh…
-
Now, I assume this is something that is far from the current goal with the project, but I am currently looking into performance issues with [`yaml-cpp`](https://github.com/jbeder/yaml-cpp) that we use…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
**Describe the bug**
This is more of an enhancement request than a bug report.
Some actors don't have an `id` or `nick` property, probably because they can't be connected to using a network cabl…
-
### Is your feature request related to a problem? Please describe.
This is a feature request to improve the compatibility of the Stripe Java SDK with GraalVM native image, specifically to reduce the …