Hamid (Ari) Zare

Results 46 issues of Hamid (Ari) Zare

``` 2019-03-06T01:41:41.476Z netsblox:bug-reporter:error Error: attachment bug-report-v1.14.0.json too big FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 1: node::Abort() [node /home/ubuntu/netsblox/bin/netsblox-start.js] 2: 0x8c21ec [node /home/ubuntu/netsblox/bin/netsblox-start.js] 3: v8::Utils::ReportOOMFailure(char const*,...

bug

we need better documentation for available env variables. we have some of the variables for the services defined in the readme. but I think we could have a separate file...

branch 2388 in the client repo

feature

media loader makes a lot of requests at the same time without lazy loading: - lazy load - stitch the requests together - have nginx serve static files nginx error...

notes: - 3x logins. calls to login are made to ensure user is logged in and to fetch and setup user info ![coldstart](https://user-images.githubusercontent.com/12127420/51132260-6b88d000-17f7-11e9-9c10-74e812477c86.png)

`(node:6878) DeprecationWarning: collection.save is deprecated. Use insertOne, insertMany, updateOne, or updateMany instead.` `(node:6878) DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead. `

one case happens in `s/s/client.js` where the errors logs from the logger are redirected to stdout. disabling vantage solves the issue. ` this._logger.error('User requested actions without project: ${this.username}');`

amazon

in server.js when applying middleware if there are two different routes with the same endpoint but different http verbs the router doesn't differentiate between them and applies same middleware to...

`async function()..` https://github.com/dollarshaveclub/es-check caches this case. however it is only a cli tool at this point

testing

the project is saved to the browser instead as if the user isn't logged in. `saveRoomLocal` get's triggered through an `export-room` websocket message

bug