Grégory Paul

Results 9 comments of Grégory Paul

Please note that native support in browser for hash algorithms seems pretty good : https://caniuse.com/mdn-api_crypto_subtle Using native crypto function instead of js-sha256 should avoid that issue (and also remove a...

Hello, That’s a good idea indeed. However, we do not have any plan to integrate `leaflet-active-area` with `react-leaflet` in a near future. Regards

Hello, Yes, I tried to drop every tables from the database and ran again the migration. But I’m always getting that same error. I’m using MariaDB [via that docker-compose.yml](https://github.com/paulgreg/repaircafesite/blob/main/docker-compose.yml) for...

I tried that but I also had to drop `wiki_reusableplugin__reusableplugin_id_52618a1c_fk_wiki_reus` constraint. The migration then completes but the foreign key isn’t restored at the end...

Thanks for working on that issue :-) Indeed, that would be a good idea and a nice solution :-)

Hello, I’m rsstodolist creator. The public instance of rsstodolist may, indeed, be very limited and answer 500 errors. In fact, I thought of removing it from google appengine since there...

Since updating from reselect 4.1.7 to 5.1.0, we have noticed a memory leak issue on our node servers. ![image](https://github.com/reduxjs/reselect/assets/250740/94f671e3-a5e2-4675-9d1d-ab3a63ecf272) On that zabbix graph, the memory is released when node (v20.12.2)...