Md. Abu Taher
Md. Abu Taher
Any script I Run through medium.com does not work. The site does not load properly. If I open devtools, I can see an error, This error does not happen with...
The original ruby warrior from 2012 had sound effects so it made everything more enjoyable and interactive. https://www.bloc.io/ruby-warrior That server is dead but the client is still online. What's our...
## Description If I have `removeOnComplete: true` and then try to access the job after it's completed, it will mark the job as stuck. ``` Job #123 completed { state:...
I was testing this out and found multiple errors on the log mostly related to SQL. Here are some, - When creating account, `ER_NO_DEFAULT_FOR_FIELD` for many different fields. - When...
Hello there, this is Taher. A developer from @vanila-io and a co-founder of @automatio-co. Recently we got a surge of visits, mentions, emails, stars and pull requests from a lot...
We should have a simplified way of saving the state in localstorage in case the page is reloaded. Once it's done, we can think of saving them on server and...
Currently the v2 of ggeditor is outdated and has a lot of vunaribility. When we started to redesign this, we had to pick v2 due to some limitations present in...
Redux has this awesome driver called `redux-persist-mongodb-storage` right now. I wonder if there is gonna be any way we can have similar for mobx-persist.
Using the package on development mode from the git repo does not work. - Works: `yarn run dev`. It does not throw any error on console. - Works: `yarn run...
 ```py import requests from mlscraper.html import Page from mlscraper.samples import Sample, TrainingSet from mlscraper.training import train_scraper # fetch the page to train einstein_url = 'https://github.com/lorey/mlscraper/issues/38' resp = requests.get(einstein_url) assert...