API Documentation Browser
-
Updated
Dec 19, 2020 - Ruby
{{ message }}
API Documentation Browser
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Offline documentation browser inspired by Dash
[Deprecated] A node module to generate service worker code that will precache specific resources so they work offline.
JavaScript player library / DASH & HLS client / MSE-EME player
Here is an issues with detailed description: NekR/offline-plugin#77
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
filter: blur(8px);
-webkit-filter: blur(8px);
(Those icons might al
A blazing fast & offline frontend playground
Handy toolbelt to deal nicely with offline/online connectivity in a React Native app. Smooth redux integration
offlineimap -V): offlineimap v7.2.3[Repository WorkMail-Remote]
type = IMAP
remotehost = imap.mail.eu-west-1.awsapps.com
remoteuser = REDAC
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off compression, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compress service-worker.js produced by sw-precache-webpack-plugin.
I understand the reason why: service-worker.js should cache all chunks produced by webpack after CompressionPlugin compress
Starter kit with "Most Wanted" application features
https://github.com/facebookincubator/create-react-app + Progressive Web App goodness
Warn your users when their network goes down. Make sure they don't lose anything.
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[x] @ng-toolkit/universal
[ ] @ng-toolkit/pwa
[ ] @ng-toolkit/f
Free Desktop book-keeping software for small-businesses and freelancers.
Add a description, image, and links to the offline topic page so that developers can more easily learn about it.
To associate your repository with the offline topic, visit your repo's landing page and select "manage topics."
I read the docs of dexie-export-import thoroughly, however I didn't find a way how to add onto the current database when importing the data. It either completely replaces the whole table or merges and overwrites any row with the same id.
What I'd like to do is to import the data with new id's, while keeping the old data in the table intact.