Marlon Regenhardt

Results 137 comments of Marlon Regenhardt

Or I could also rebase onto master and force push :-)

Can someone explain this CI error to me? I don't understand what's wrong: `dotnet\sdk\9.0.100-alpha.1.23618.1\NuGet.targets(169,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Cannot create a file when that file already exists.`

Yes I'm definitely planning on putting this under test, I just need some time for I'm currently writing my bachelor's thesis so that has priority.

Unix doesn't use a letter as root (e.g. C;), so the tool could also convert the windows root to `/mnt/c`, unless there's a use case where unix casing needs the...

Could add this to the markdown preview tool, two birds one stone.

I just checked, it seems the API in jira cloud (e.g. `/rest/agile/1.0/issue/{issueIdOrKey}`) is different from jira server (e.g. `/rest/api/latest/issue/{issueIdOrKey}` so it doesn't work.

Edit: disregard that I thought this was an issue and not a finished PR lol. Definitely gonna add this to mine.

I didn't get a 401 (used --cookie= for auth), but the rest api is different so the call for issues fails with 404.

I updated my web version to use Jira Cloud, but only for api token auth for now, I broke cookie auth in the process: https://jiragraph.regenhardt.dev

This indeed helped me fix an adjacent problem, terminal not recognizing python. Had to disable the python app execution aliases in windows settings. Unfortunately this did not fix vscode not...