Teodor Ionescu

Results 12 issues of Teodor Ionescu

The following error occurs while running `php artisan env:gen` ``` Call to undefined function MathiasGrimm\LaravelDotEnvGen\array_get() at [...]\vendor\mathiasgrimm\laravel-dot-env-gen\src\DotEnvGenCommand.php:201 197▕ $row[0] = "$key"; 198▕ $row[] = 'No'; 199▕ } 200▕ ➜ 201▕...

I receive the titled issue when executing the code and there are no records on the database table. ``` UsersModel.where('username', 'some username').fetch({ require: true }) .then( ... ) .catch(e=>console.log(e)) ```...

Hello, I use Ethereum Remix IDE to develop and test a contract. I have the following contract method. In order to set contract owner you must first own the contract....

Is there a method to retrieve all available cross / isolated margin tradeable pairs?

Currently `migrate-mongo down` rolls back only latest added migration. Is there a way to roll back all of them?

Addresses issue #409 - Added `binance.WsCombinedTradeServe(...)` as combined alternative for `binance.WsTradeServe(...)` - Added test for `binance.WsCombinedTradeServe(...)`

Currently `binance.WsTradeServe()` pulls data for only one symbol. Is there a combined alternative like `binance.WsCombinedAggTradeServe()` ?

Addresses issue #406 Added `windowSize` request parameter for `ListSymbolTickerService`

We should be able to add a custom `windowSize` to `NewListSymbolTickerService` Reference: https://binance-docs.github.io/apidocs/spot/en/#rolling-window-price-change-statistics

If a wallet is opened by `monero-wallet-rpc`, attempting to re-open it via `daemon.openWallet()` throws exception error with appropriate message on RPC console: ``` E !is_keys_file_locked(). THROW EXCEPTION: error::wallet_internal_error ``` That...