Function
Function
@the-j0k3r see #44
instead of commenting "+1", i think you should show your support by hitting the thumbs-up on the issue :)
i think @zblesk brought up and important point. a route like `/add/` feels like violating REST principles by implying an action. ideally, if the API should be REST, it the...
I wanted to find a way to use the phase inside my `nextConfig` and i came up with this: ```js function getNextConfig(phase) { return { // ... } } module.exports...
If the regex is complex, i suggest using an known and proven library instead, like govalidator.
Also i'd like to note that this feature appears to be missing from every project similar to linkding [based on my comparisons and research](https://gist.github.com/FunctionDJ/ccd23e050ea616a7f6d79ee2cc1fda6f)
`"nextjs-sitemap-generator": "^1.3.0",`
Until there's an official solution i'm using docker-compose to install ffmpeg into the container during creation, see https://github.com/nextcloud/docker/issues/1432#issuecomment-1326436158
This hook has a disadvantage: the thumbnail will briefly blink because when the timeout runs, the state update will immediately unload the old image and then start loading the new...
@pirate good point. my comment was less about the specific endpoint names and more about the REST conformity of using proper HTTP methods and resource endpoints. depending on the application...