LucBerge

Results 127 comments of LucBerge

Has the new email been verified ? It often takes some time (few days) to update a user database and sync the website with the new database. If you use...

I guess this kind of error can occurs if the website (or the api) has been updated. @megadose maybe we should add a 4th color for failed queries.

I'm trying to integrate google-mustaches into a [Pipedream workflow](https://pipedream.com). Here is my code : ```javascript async (event, steps, params, auths) => { import Mustaches from 'google-docs-mustaches' const mustaches = new...

> Did you mean on-chain wallets that you hold the private keys? Yes

I just need to access the `route` variable in the main function. The only option I currently have to embeed your algorithm in my software is to create another `main.py`...

Yes. Do you know somd algorirhms on github that could outperform som-tsp ?

In the store, add a `hide` boolean (default : `false`) ``` { [exchangeId]: { loading: boolean error: object|string lastUpdated: number data: { [symbol]: number - amount of target symbol in...

In the [appConstants.js](https://github.com/belaczek/hodlwatch/blob/57502a314bbd34aa4a6faba51dc2465c1e45b397/src/appConstants.js) file, add a `TF_ALL` value. In the price [priceDataService.js](https://github.com/belaczek/hodlwatch/blob/57502a314bbd34aa4a6faba51dc2465c1e45b397/src/utils/priceDataService.js) file, add a `TF_ALL` value with the limit value set to `-1` or `Infinite`. (By the way, this...

Hello, I was able to fix the deezer extractor, and uncypher the files. My PR was never merged and then the repo was taken down. I'll try to fix it...

> Correction. It seems the DMCA in question was for YouTube-DL itself, and some forks: > > https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md > > since we all know that challenge ultimately failed, then it...