paul-bjorkstrand

Results 11 issues of paul-bjorkstrand

Stop an error from killing the build when it can't delete the temp directory. **Summary** Works around the issue from #749, which boils down to an error when deleting the...

Title is pretty self explanatory. When using the `cache` directive with relative `path` makes it in the root where caddy was started, not relative to the `root` directive as expected....

As a person who has spun up many projects using this archetype, it would be nice it the archetype could initialize and commit the generated files at the end of...

While it is good that the documentation references the need to put server-specific configurations into the `/etc/sysconfig/httpd` file, there is no sample provided with all configurable variables. It would be...

enhancement
good first issue

It would be nice to be able to leave trailing commas in a `optionaValues` literal format. I'm not sure the best way to change the grammar, but a possible idea...

Since the groovy console's power is somewhat limited by the user's privileges, I think it would make sense to have users store their saved scripts into their own location. This...

One of the main reasons I come to the console is to find a bundle & its dependency (maven) version, so I can add the correct version to my project...

When looking through [archetype version 42's tag][1] in Github, it shows a warning that says > This commit does not belong to any branch on this repository, and may belong...

- Update Sling API dependency to 2.24.0 (to be able to use `ResourceResolver#getPropertyMap()`). - Create a common cache holder object for all types of caches. - When the adaptable is...

Recently, I was moving some code from a legacy static files to webpack, and I noticed something curious: When using webpack to import jScrollPane, I wasn't seeing it in `$.fn`...