Sebastien Mesili
Sebastien Mesili
Using https://github.com/vimagick/dockerfiles/tree/master/opencart Running docker-compose with the given `docker-compose.yml` starts the containers but during the installation, we have Mysqli or PDO options for the database which are both not working :...
### Problem description `isEmpty()` throws a `Cannot convert a BigInt value to a number`. ### Related code https://github.com/javascriptdata/danfojs/blob/f272a7eac7fb0a13be313f15e72d3506136093b6/src/danfojs-base/shared/utils.ts#L93-L95 ### Solution Using `isNaN(Number(value))` fixes the issue. ### Discussion Looking at the...