Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

is this project dead?

The application is live at http://visualize-census.eu-2.evennode.com/ The json used to generate the graph is: ```json { "column" : "household-simple", "data" : [ { "samples" : 75475, "age" : 48.5485392514078, "value"...

The screenshot is with firefox 50 on linux.

Thanks for implementing load_i16 ! The code I'm working on ([JPEG IDCT](https://github.com/image-rs/jpeg-decoder/pull/146/files)) just loads i16 and u16, then casts them to i32, then performs arithmetic, so it doesn't need any...

The tests are failing for me too. Anything new ? ### test output ``` cargo test warning: unused import: `simdeez::*` --> tests/unit_tests.rs:10:9 | 10 | use simdeez::*; | ^^^^^^^^^^ |...

@nestordemeure : Would you be interested in a pull request that implements multi-threading ? Using rayon, for instance.

For those interested, I created a small library that converts dataclasses to marshmallow schemas. It's called [marshmallow_dataclass](https://github.com/lovasoa/marshmallow_dataclass#marshmallow_dataclass) ([documentation](https://lovasoa.github.io/marshmallow_dataclass/html/marshmallow_dataclass.html)), and it supports a very dry syntax: ```python3 from dataclasses import field...

Ok, I found the problem myself running ```dockerfile ADD --chown=1000:0 https://github.com/jacekkow/keycloak-protocol-cas/releases/download/24.0.3/keycloak-protocol-cas-24.0.3.jar \ /opt/keycloak/providers/keycloak-protocol-cas.jar ``` instead of just ```dockerfile ADD https://github.com/jacekkow/keycloak-protocol-cas/releases/download/24.0.3/keycloak-protocol-cas-24.0.3.jar \ /opt/keycloak/providers/keycloak-protocol-cas.jar ``` worked. Maybe this could be added to...

Yes, it would also work. Can I go ahead and open a pull request ?

Ok, let's wait for @newpavlov to give a green light, and if we agree to do that, I'll implement it.