Sebastiaan Vermeulen

Results 3 issues of Sebastiaan Vermeulen

A common use case for me is taking the min or max over one axis of a multidimensional array, much like `quantile_axis_mut`, except I don't want to mutate my original...

`datadog` tags all modules by setting a `__dd_origin__` property on the module. While not perfect, this should be relatively safe because they use dunders, and any dunder properties defined in...

Thanks for building this really cool library! I noticed the following. ``` # python: int(float(255120250923013158)) == 255120250923013152 js2py.eval_js("String(255120250923013158)") == 255120250923013152 // JavaScript: String(255120250923013158) == "255120250923013150" ```