Spruce
Spruce
I had a lot of books that had a ":" character in the title Can be fixed by changing line 51 to: `filename = os.path.join(OUTPUT_DIR, u"%s.txt" % book.replace(":", ""))`
I would like to setup an angular deploy. No matter the executor I select (shell or docker) I get the following output. `gitlab-ci-multi-runner 1.1.4 (9e2fd1a) WARNING: image is not supported...
In my VScode it is underlining `import IndexPage from '@/pages/IndexPage.vue'`
When I try to make I get an error `barnyard2.c:2082: undefined reference to `AlertPreludeSetupAfterSetuid' ` I'm running out of options this week. I use the following config line: `./configure CFLAGS="-lpthread...
I noticed I still can zoom out further than the limits. (min-zoom=13) The native leaflet option bounceAtZoomLimits=false stops this effect, but it probably is not mapped or exposed? ``
Today I discovered that my Nuxt 3 PWA app redirects `mysite.com/faq/` to `mysite.com` Without a trailing slash the faq page is perfectly served. After playing around with trailingSlash: false inside...