w1ck3dg0ph3r

Results 5 issues of w1ck3dg0ph3r

C-11/MemoryPool.h should include type_traits and utility as it depend on them.

Hi! This allows type wrappers to handle explicit null values differently than missing ones (e.g. `{"key": null}` vs `{}`). Fixes #321 and #285. Please, review, as I'm not familiar with...

As I understand, currently it's not possible to determine whether the key was set to null or absent when unmarshaling due to skipping unmarshaling of wrapper types in [this](https://github.com/mailru/easyjson/blob/fca00f44f19dad8763e34502718a2bb90d98bdc1/gen/decoder.go#L517) check....

Provide Helm chart to run taiga without hassle on kubernetes.

enhancement

This is a proposal to add an option NilSliceAsEmpty to encode nil slices and pointers to nil slices as `[]` instead of `null`.

new feature