Love it, definitely a product I’ll be using more. Very low on resource usage, perfect for self hosting!
Ik compares well to both GitHub and GitLab. Fun to use!
Love it, definitely a product I’ll be using more. Very low on resource usage, perfect for self hosting!
Ik compares well to both GitHub and GitLab. Fun to use!
NodeJS has a flag `--use-system-ca` that will "fix" this!
Should work on MacOS and Windows.
#NodeJS #SSL #Tip
rsync -av -e ssh \
--delete-after \
--exclude 'node_modules' \
--exclude 'dist' \
--exclude '.idea' \
--dry-run \
other-host:/path/to/project/remote/ .
rsync -av -e ssh \
--delete-after \
--exclude 'node_modules' \
--exclude 'dist' \
--exclude '.idea' \
--dry-run \
other-host:/path/to/project/remote/ .
So I took a stab and added "a couple" translations for the nl-NL version 😬. Let's see how this goes!
So I took a stab and added "a couple" translations for the nl-NL version 😬. Let's see how this goes!
- translation of system emails
- sse-c for s3 storage
- translation of system emails
- sse-c for s3 storage
A 2-day “are you really absolutely ridiculously sure” timer. I can only imagine the headaches that this will safe. But off course there will be a first "I accidentally forced delete it anyway, help!" 😅.
A 2-day “are you really absolutely ridiculously sure” timer. I can only imagine the headaches that this will safe. But off course there will be a first "I accidentally forced delete it anyway, help!" 😅.
Can't wait for this!
More on it in the actual merged PR: github.com/coollabsio/c...
Can't wait for this!
More on it in the actual merged PR: github.com/coollabsio/c...
• Redesigned Error UI & Improved Stack Traces
• Streaming Metadata
• Turbopack Performance Improvements
• View Transitions (experimental)
• Node.js Middleware (experimental)
nextjs.org/blog/next-15-2
workchronicles.substack.com/p/comic-did-...
workchronicles.substack.com/p/comic-did-...
git reset HEAD --hard &&
git clean idfx
It resets the repo to HEAD (reverting al changes to tracked files) and it cleans all your untracked and ignored files and directories.
git reset HEAD --hard &&
git clean idfx
It resets the repo to HEAD (reverting al changes to tracked files) and it cleans all your untracked and ignored files and directories.