Alessio Koci

Results 15 comments of Alessio Koci

Thanks @LEinfeldt it would be nice to add a custom image to the markers, as google maps does `maps.googleapis.com/maps/api/staticmap?zoom=17&size=512x512&maptype=hybrid&markers=icon:http://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico|34.052230,-118.243680` Do you think it's possible?

Of course, in the next few days I'll try to look at it

HI @zant I was preparing a demo with "stockfish.js" ```javascript const demoFn = () => { var stockfish = STOCKFISH(); ..... }; function App() { const { addToast } =...

### PROPOSAL 1 - killWorker [Approved] - 👍 IljaDaderko, Pigotz, grdnrt, z4o4z **Solution**: Reaplce kill worker with `controller` **PR:** https://github.com/alewin/useWorker/pull/39 --- ### PROPOSAL 2 - workerStatus [Rejected] - 👎IljaDaderko, Pigotz,...

thanks @101arrowz! as soon as I find some free time, I'll check and test the pr

> Yes but I think it won't work without the full path. The solution should be: > > ``` > import { createContext } from 'isoworker/esm/browser.js' > ``` > >...

Hi @marco-m-alves, I don't understand why, but it seems to be a sandbox problem. I ran the project locally and it works! Here a [demo](https://demo-csv-useworker-ccg26vqbe.vercel.app/)

Thanks @marco-m-alves for reporting the Safari bug, now it should be fixed in `3.2.1` 🚀 https://github.com/alewin/useWorker/releases/tag/3.2.1

Hi @rodrigonzalz i'm working on it https://github.com/alewin/useWorker/pull/113

I will fix this in the next release, thanks