Juha Ruotsalainen
Juha Ruotsalainen
### Describe the bug: I have an app that contains a list where list items are Labels. My plan was to extend those list items with double tappability. This didn't...
Hi, I'm trying to convert my workflow from VS Code world to Neovim. The following is a regular use-case for me in VS Code: I select a rectangular area of...
Micromatch is more geared towards path matching and that doesn't really play well with e.g. Bitbucket style pull request messages like this example: > Pull request #323: feature/SMKY-1231 Responsiveness fixes...
``` for LINE in (reminders -h|awk '/^SUBCOMMANDS/{flag=1;next}/^ *$/{flag=0}flag') set -l COMMAND (echo $LINE|cut -w -f2) set -l DESCR (echo $LINE|cut -w -f3-) complete -c reminders -a $COMMAND -d "$DESCR" end...
Hi, What do you say to this? I changed `print` statements to use logging via Rich package. Also, new user creation does not use the `changeMe` password as my Gitlab...
**Describe the bug** I'm trying to add `RewriteLocationResponseHeader` filter to my application.yml route definition. I'm using the format given in the documentation: ```yaml filters: - RewriteLocationResponseHeader=AS_IN_REQUEST, Location, , ``` However,...
** Enhancements requests ** Hi, I've just spent the last five hours debugging a "problem": one of our micro services has an endpoint `/api/v1/instances/filter`. Now that I upgraded Spring Boot...