Sebastian Sdorra
Sebastian Sdorra
The same with working copy: ```bash ❯ svn checkout https://scm-instance/scm/repo/issues/1665 A 1665/trunk A 1665/trunk/README.md Checked out revision 1. ❯ cd 1665 ❯ svn copy -r 1 --parents trunk tags/1.0.0 A...
This is strange, the url should work with and without the port. I will do some tests.
I found another solution which uses vite aliases to append the `unoptimized` prop to `next/image`: **vite.config.ts**: ```ts import path from "path"; import { defineConfig } from "vite"; export default defineConfig({...
I've already opened an issue at [next.js](https://github.com/vercel/next.js/issues/61202), but i think it is more a satori bug than a next.js one.
``` bash ps awwx | awk '{print $3}' | sort | uniq -c | grep 'Z' 2 Z ```
reduced to one: ``` bash ps -jxwwa | grep -B2 'Z' 8045 8061 8061 8061 ? -1 Ss 1000 0:00 /bin/sh -c /startup.sh 8061 8106 8061 8061 ? -1 Sl...
I found a way which uses the shiki css-variables theme plus some more css-variables: https://sdorra.dev/posts/2023-01-12-ch-dark-mode This approach works with code hike until version 0.8.0. Version 0.8.0 no longer uses shiki...
I've the same problem with a plain java project. Please have a look at [spotter](https://github.com/sdorra/spotter).
Perfect match: https://github.com/RocketChat/Rocket.Chat/pull/2183
But there is a other problem, which blocks us from integration rocket.chat: - [#1434](https://github.com/RocketChat/Rocket.Chat/issues/1434) - [#335](https://github.com/RocketChat/Rocket.Chat/issues/335)