Samuel Pouyt
Samuel Pouyt
Hello does this api work with other languages? Thx Sam
For now a regex is hardcoded it is used to parse nested routes: ``` let re = new RegExp(':([^\\/\\?]+)\\??', 'g'); ``` It would be nice to be able to specify...
The configuration should let the dev choose what status code to cache, maybe 404 should not be cached as the item might become available?
How could I override the service worker to do something like: /* eslint-disable no-console */ ``` import { register } from "register-service-worker"; import store from "./store"; if (process.env.NODE_ENV === "production")...
I have the following error message in the console: ``` .../node_modules/register-service-worker/index.js:18 export function register (swUrl, hooks) { ^^^^^^ ``` The export is not understood by `const { register } =...
**Summary** Processing a PDF I see an error in the logs **Steps To Reproduce** just upload an PDF which is an image and set the OCR on **Expected behavior** A...
**Is your feature request related to a problem? Please describe.** It could be nice to be able to use the cloud version of Abbyy **Describe the solution you'd like** Just...
I checked Valais, Muraz is missing and postal code should be 1893, Collombey and Monthey postal codes are wrong. In Vaud, Lausanne postal code is wrong as well.
I see in the requirements that there is `newspaper3k` this project is not updated since 2018. A fork and updated has been made here: https://github.com/AndyTheFactory/newspaper4k There is a very cool...