Shirsh Zibbu

Results 7 issues of Shirsh Zibbu

in the section [cache smarter](https://github.com/popeindustries/sw-tips#cache-smarter), the function `cacheVersioned()` is intended to cache assets that *may* change over time. ```js async function cacheVersioned(version, assets) { const exists = await caches.has(`version-${version}`); if...

https://developer.android.com/reference/android/net/ConnectivityManager#getActiveNetworkInfo() https://github.com/react-native-community/react-native-netinfo/blob/ccb0f2f944e5c03036f514796209ac68a5035695/android/src/main/java/com/reactnativecommunity/netinfo/BroadcastReceiverConnectivityReceiver.java#L61

### Discussed in https://github.com/Nozbe/WatermelonDB/discussions/1381 Originally posted by **zhirzh** August 28, 2022 An observable equivalent to `fetchIds` that emits ids when records are added or removed. This behaviour can be achieved...

For huge PDFs with ~1000 pages, is it possible to begin parsing from a particular page/index? This will reduce time significantly.

Hi @mpetroff. I have added [pannellum types on DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69762) and would like you to review them. If any changes are needed, I'd be happy to patch things up.