Frederick (Vikunja)
Frederick (Vikunja)
_Original issue by dpschen on 2025-01-14T13:55:14.000Z_ ### Description Replace [ikenfin/vite-plugin-sentry](https://github.com/ikenfin/vite-plugin-sentry) with the [official sentry vite integration](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin). ### Vikunja Version v0.24.1-665-845fe8ea88 ### Browser and version _No response_ ### Can you reproduce...
_Original issue by BCMM on 2022-12-02T10:29:52.000Z_ I would like to install the backend on a Debian armhf server. Is it intentional that the Debian package is only available for amd64?...
_Original issue by dpschen on 2023-04-06T12:11:15.000Z_ See this conversation: https://kolaente.dev/vikunja/api/issues/1479#issuecomment-48589 For this reimplement [the go code](https://kolaente.dev/vikunja/api/src/branch/main/pkg/modules/avatar/initials/initials.go#L138-L141) as a dynamic SVG created in a vue component. [Original issue on Gitea](https://kolaente.dev/vikunja/vikunja/issues/2043)
_Original issue by k2s on 2022-06-18T11:27:32.000Z_ I created test script based on `attachment_from_scratch.sh` ``` #!/usr/bin/env bash curl -X POST http://localhost:3456/api/v1/register -H 'Content-Type: application/json' -d '{"username":"demo","password":"demo","email":"[email protected]"}' BEARER=`curl -X POST -H 'Content-Type:...
_Original issue by agichim on 2022-02-16T15:53:09.000Z_ [Original issue on Gitea](https://kolaente.dev/vikunja/vikunja/issues/1120) --- _**@kolaente** commented on 2022-02-18T19:58:39.000Z_: Could you elaborate this a bit more? Currently, there's not even the concept of an...
_Original issue by WofWca on 2023-03-06T12:36:34.000Z_ Right now every service has all the methods (`getAll`, `create`, `post`), but not all of them are actually implemented by all of the services....
_Original issue by dpschen on 2022-07-09T20:06:54.000Z_ We should reduce our usage of `for...in`. At lot of our errors could potentially be from this. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in= [Original issue on Gitea](https://kolaente.dev/vikunja/vikunja/issues/1931)
_Original issue by dpschen on 2022-05-22T21:59:46.000Z_ Approved, but I wonder if it really was a good idea to use the same component for team and user related stuff. _Originally posted...
_Original issue by dpschen on 2022-02-07T20:42:24.000Z_ https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#strictnullchecks-off [Original issue on Gitea](https://kolaente.dev/vikunja/vikunja/issues/1901) --- _**dpschen** commented on 2022-02-14T10:15:21.000Z_: Fixed by https://kolaente.dev/vikunja/frontend/pulls/1538 --- _**dpschen** commented on 2022-02-16T10:00:18.000Z_: The setting was turned on, but...
_Original issue by dpschen on 2022-01-05T21:05:16.000Z_ Now we have a failing step :) https://drone.kolaente.de/vikunja/frontend/6416/1/7 I think adding `failure: ignore` should be fine for now, if you feel like it you...