Results 20 issues of Mark Verleg

Using `new` gives an uninitialized object, and the standard Rust constructor with `MyType { ... }` needs one to include or 'derive' the `unknown_fields` and `cached_size`. According to [this page](https://doc.rust-lang.org/1.0.0/style/style/naming/README.html)...

I'm getting a lot of these warning: ``` warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) -->...

(I originally [reported](https://github.com/parcel-bundler/parcel/issues/2571) this at Parcel, but it seems it might be related to this plugin, so I'm moving it here) # 🐛 bug report Compiling the MWE (involving `type`)...

Stripping comments from files that are multiple megabytes takes an obscene amount of time, even if there are no comments. I don't think I can make it much faster without...

v4.0

This will probably have to wait until python 2 support is discontinued (probably in 2020).

enhancement
v4.0

Numpy arrays are stored as text arrays by default. This is readable but takes a lot of space. When the file is compressed, it perhaps makes more sense to use...

v4.0

Not sure this is worthwhile, because GIL prevents any separate thread for performing well. And it's not safe to share mutable data anyway.

enhancement
maybe

enhancement

Should be easy, just use built-in methods: https://docs.djangoproject.com/en/1.10/topics/serialization/#serialization-formats-json See also this question: http://stackoverflow.com/questions/757022/how-do-you-serialize-a-model-instance-in-django

enhancement
maybe

help wanted
question