Daniel

Results 92 comments of Daniel
trafficstars

@marcelklehr because they can be either `null` or `undefined`. In zod: - `nullable()` means it can be `null`. - `optional()` means it can be `undefined`. - `nullish()` means it can...

@marcelklehr hmm, could you log the response of the following request as well: ```js await this.sendRequest( 'PUT', `/api/v1/links/${bookmark.id}`, 'application/json', { url: bookmark.url, name: bookmark.title, tags: [], collection: { id: bookmark.parentId,...

From the logs: > Error: EACCES: permission denied You need to run Linkwarden as root.

> it seems to have been working in previous versions. @mdlaat Are you sure? I remember others having this problem in previous versions as well.

Hey @fredbcode, I noticed you submitted a PR earlier that enabled running as non-root. Would you like to resubmit it? I initially closed it because I thought it was only...

Hi there, big thanks for your contribution. I added/removed some fields from the main `en` locale file, could you please make another PR fixing them? For now I'll be merging...

This feature has been released in [v2.5.0](https://github.com/linkwarden/linkwarden/releases/tag/v2.5.0).

@phunky-tech sure go for it!

Closing this issue since it's is already implemented.

@jlssmt there is one already: #206 It should be easy for someone who has some experience in android pwa development, I just haven’t got to it yet since I don’t...