Luke Liasi

Results 5 comments of Luke Liasi

If this can be implemented as described in my other [comment](https://github.com/lukeliasi/binance-dca-bot/issues/12#issuecomment-948031084) I think this would be good

I like the idea, I would be interested to see it. I think there needs to be a way where strategies can be defined in a strategies directory and you...

I am having a problem setting max dynamically from state. It doesn't update from the initial value. Example here: [https://codesandbox.io/s/bold-browser-uu230?file=/src/App.js](https://codesandbox.io/s/bold-browser-uu230?file=/src/App.js) after changing the value "max" from 5 to 10 on...

Getting the same issue on Linux, think this is related https://github.com/11ty/eleventy/issues/1052 > The fix for this will ship with 2.0.0-canary.11

A workaround is to add `--external=uglify-js` to your build command, e.g: `bun build index.ts --outfile=index.js --external=uglify-js`