Anton

Results 11 issues of Anton

It allows to set non-default padding to context (or turn it off completely). No higher-level function set yet. Closes #52

I need a way to turn of padding for `DES-CBC`, but it seems there's no way to do so in HsOpenSSL. I really need this and willing to contribute. What's...

My program consumed upto 16Mb compiled with `socket` lib from branch 0.8.x.x. Now it uses 25Mb (or even more). Compiled with `GHC-8.0.2`, `LTS-8.3`. Heap profile for `socket-0.8.x.x`: ![socket-heap-0 8 x...

https://github.com/3Hren/msgpack-rust/blob/master/rmp-serde/src/encode.rs#L375 Newtype is simply a wrapper around inner data, so it should encode/decode as inner data. You shouldn't really treat it as one-field struct IMO. The same goes for `newtype_variant`:...

AFAIK there's currently no way to actually pass args to compound type's field constructor. ```python from schematics import types from schematics.types import compound x = compound.ListType(types.StringType, required=False) ``` Here **kwargs...

`timeout` is described to be either a float or tuple of two floats. Unfortunately, `timeout` from kwargs is passed directly to `_get_timeout`, which returns None or float. Is it intentional?...

accepted
bug

Version of VSCode: 1.13.1 Version of the extension: 0.4.0 OS: Fedora 25 Description: RLS panics with latest extension version. On previous version it worked well. Output of the "Rust Language...

Read `omitempty` from `avp` tag instead of the end of the tags string.

Hello! I've used the approach similar to the [proposed one here](https://github.com/fiorix/go-diameter/issues/22#issuecomment-122586024), but sometimes the connected peer is not being registered. Seems like it happens because the `StateMachine.hsNotifyc` is created as...

```cpp #include struct A {}; // And here we go insane! И вот с этого места всё накрылось. struct B { int a; }; int main(void) { std::cout