xiaoma20082008
xiaoma20082008
exception throws when I'm using [this method](https://github.com/protostuff/protostuff/issues/233#issuecomment-341067088) to deserialize a Guava's ImmutableMap ```java public class ProtostuffSerialization { private static final RuntimeSchema WRAPPER_SCHEMA = RuntimeSchema.createFrom(ObjectWrapper.class); private static final Map> TYPE_MAPPING =...
code maybe like this: ```c++ class JavaTypeVisitor; struct JavaType { // ... other fields virtual void accept(JavaTypeVisitor* visitor) = 0; }; struct JavaInt : public JavaType { virtual void accept(JavaTypeVisitor*...
I want to refactor the velocity with a more scalable API (for Users) and SPI (for Developers), but I don't know whether it's needed, So I created this pr for...
## Lapce Version `v0.2.5` ## System information ``` ➜ ~ uname -a Darwin 192.168.2.2 22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11 02:06:26 PST 2022; root:xnu-8792.61.2~4/RELEASE_ARM64_T8112 arm64 ➜ ~ sw_vers...
1. the title will be truncated by `utils.fs.legitimize` to 80 characters 2. the title was too long than `80` characters 3. or maybe it's a common problem, `utils.fs.legitimize` should not...
1. add configuration doc 2. fix `jdtls`'s download url, from `http` to `https` maybe fix #2
### Describe your problem As we know that almost all optimizers are based on rules, just like too functions: `match` and `replace`, means that if we `match` the expression, then...
add support for postgresql based on postgresql's test_decoding plugin