Mikko Ohtamaa

Results 176 issues of Mikko Ohtamaa

I tried to explore the Code Intel source code to find an answer, but looked little bit too complex... What kind of hinting options Code Intel 2 gives for Javascript?...

lang:JavaScript

I tried to install `qstrader` with Pandas 1.3.x. The `setup.py` explicitly pins down Pandas to version 1.1.5 ```python "pandas==1.1.5", ``` Is this on purpose? There is no comment why. Usually...

throw is deprecated; move to assert() and revert() in all contracts

Currently `build/expanded` contract output is written by `deploy-contracts` only if the contract is verified on EtherScan. This should be written regardless.

Fix typing contracts, tests, documentation

This adds extra hardening against user file uploads with optional python-magic dependency. More of this security issue is explained here: http://stackoverflow.com/questions/17607980/limiting-what-formats-pil-image-loads An example project here: https://github.com/miohtama/moot.it-single-signon-example (Whitespace where sanitized according...

Hi, I have a written [new Python package that provides a Python logging handler for Discord](https://github.com/tradingstrategy-ai/python-logging-discord-handler). It is good for - Get notified on server-side errors - Follow your batch...

Edit on Github link does not work and give 404. Example screenshot attached.

What would be tests needed to support [BigNumber](https://github.com/MikeMcl/bignumber.js/) comparison in power-assert? BigNumber is userful in cryptography, finance and blockchain. Currently comparing BigNumbers works if you stringify them first ```javascript assert(supply.toString()...

Currently [TS.ADD](https://oss.redislabs.com/redistimeseries/commands/#tsadd) does not cover what could go wrong. E.g. when trying to reuse the same timestamp you get ``` TSDB: Error at upsert, update is not supported in BLOCK...

docs