Jens Rantil
Jens Rantil
## Problem I just submitted my first PR(s) to this repository. The pull request template [asked me to execute](https://github.com/luizdepra/hugo-coder/blob/main/.github/pull_request_template.md#resources) `make release` in my pull request. I'm seeing multiple problems with...
https://github.com/luizdepra/hugo-coder/blob/main/archetypes/posts.md contains three types of taxonomies. One of them is "series". How do I use "series"? Could it be added to the demo site? Document in README? Background is that...
https://github.com/luizdepra/hugo-coder/blob/main/archetypes/posts.md contains three types of taxonomies. One of them is "categories". How do I use "categories"? Could it be added to the demo site? Document in README? How does category...
Make "Disqus comments not available by default when the website is previewed locally" more discrete
I am writing a blog post and previewing it live in Hugo. I constantly notice the text > Disqus comments not available by default when the website is previewed locally....
The "About" section in the repo refers to https://getsturdy.com, but that link doesn't work.
I just wanted to point out that https://github.com/victori/jetty-session-cache/blob/master/src/main/java/com/base/CacheSessionManager.java#L54 uses a `WeakReference` which is a very leaky abstraction that might lead to logged in users not being logged in anymore and...
Hey, I was about to give Bedrock a spin ~6 months ago and ran into issues building it on MacOSX, then gave up concluding it was too much work. The...
Use case: I have 100k items I'd like to process when my system is under low load. By submitting 100 `batch`[1] jobs doing cmdstalk -cmd=my-script.sh -max-jobs 1000 I know processing...
...on interrupt signal. Fixes a TODO. Also a prerequisite for a pull request that adds an upper limit to the number of jobs processed. See separate pull request for that.
## Background I am validating that a string is either a MongoId or a UUID. I had to implement my own validator for this: ```typescript import { ValidatorConstraint, ValidatorConstraintInterface, ValidationOptions,...