Nicholas S
Nicholas S
Seems like it could be a file permission error? https://stackoverflow.com/questions/11774397/git-push-error-unable-to-unlink-old-permission-denied/26950991 Do I maybe have to run a CHMOD between the checkout and the Pull Request steps? I am on windows...
Hi @awood not a problem, I actually shifted to using gulp.js to process the sass into css instead of Jekyll and that seems to work. This is actually the project...
@tmorehouse Thanks for the tabindex info! The skip nav typically goes to a `` so I guess I would need to add at `tabindex="-1"` like you mentioned. If the LocalScroll...
Also I am having trouble getting the crawler to pick up my sites sitemap.xml and after digging around the code I realized that this crawler requires the sitemap be declared...
Ok... after a lot of time debugging. It appears that the `robots-parser` will in fact handle multiple sitemaps just fine. My problem is just the fact that the sitemap: directive...
@yujiosaka Thanks for digging into this so much, I always assumed it was a standard to name it `sitemap.xml` but yes it looks like it's not required to be so....
Note: I used `php7.3-dev` but it looks like what I did in the PR `php-dev` should work for newer systems. But I haven't tested that I should... see:https://stackoverflow.com/questions/3108937/how-to-install-and-run-phpize
So I tried to get that docker file working with PHP 8.0 but kept getting the phpize errors. The only way I could get that SQLSRV container running is with...
Awe... OK got it. On Wed, Dec 21, 2016, 4:39 PM Gavin Dinubilo wrote: > Unfortunately jam-api doesn't support nesting like you have there, what > you'd have to do...
No problem I was trying everything I could think of for a while today. Maybe I'll branch the repo and try to expand upon it and send you a pull...