Nikita Popov

Results 6 comments of Nikita Popov

Hi @ridhwaans! Is this project deprecated? Is it maintained? Maybe you should update Readme

Are there any workarounds to solve this? This doesn't work: ``` cluster.on('spiderfied', (event) => { event.cluster.options.opacity = 0; }); cluster.on('unspiderfied', (event) => { event.cluster.options.opacity = 1; }); ```

If someone comes across this question, [there is an answer](https://github.com/typicode/json-server/issues/124#issuecomment-586081617) You need to add this to your server setup: ```javascript server.use((req, res, next) => { res.header("Cache-Control", "public, max-age=86400000"); // change...

@jbouchard24 I've got the same issue and [this fix](https://stackoverflow.com/a/72734475/7450866) seems to work in this case. This part in particular: **MainActivity.kt:** ```kotlin import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen class MainActivity : BridgeActivity() { public override...

@ijanerik @HumamHelfawi @mlaradji Hi! I've found this dataset [there](https://mailnwpueducn-my.sharepoint.com/:f:/g/personal/gjy3035_mail_nwpu_edu_cn/EkxvOVJBVuxPsu75YfYhv9UBKRFNP7WgLdxXFMSeHGhXjQ?e=IdyAzA). Thanks to @gjy3035