David Valentine
David Valentine
Hi! Same here, we need that kind of feature. Is there any update on this?
Maybe you'll find some clues there: #820 Regards
Hi @rockdrc. I'm currently facing this issue with the same symptoms. Everything is fine on my local environment, and when I deploy to prod server the memory consumption is drastically...
Thank you @rockdrc, very appreciated. Based on your input and some clues I've got elsewhere it looks like it's a problem between the database configuration and PHP-MySQLi-Database-Class. This is how...
That's my case! I support @adunning's suggestion!
As stated [here](https://github.com/programminghistorian/jekyll/pull/3171#issuecomment-1949268942) this solution will break for most of users. @denten @gwijthoff @anisa-hawes @charlottejmc, is it a solution to provide instructions to add `/Library/TeX/texbin` to PATH for users in...
Hi everybody, I agree with your last comments, but in that case my understanding is that there's no need to change the pdf engine option. It seems that you are...
Hi @charlottejmc, I'm sorry if I'm not clear enough. I do understand the previous instructions failed for many users. The point is that these changes, as proposed, will also fail...
Exemple avec CSS : ```css article { counter-reset: para; } article p::before { counter-increment: para; content: counter(para); position: absolute; left: -1.5em; } article p { position: relative; } ```
Hello, Thank you all for these elements which will allow us to start the work. I'm on it and I'll be back soon! Cordialement, David