neopostmodern
neopostmodern
I'd strongly recommend to change the behavior to what @pastet89 suggests, I'd guess that this is what most people assume when saving requirements. The goal most people pursue is probably...
Will do. Maybe someone with proper nginx knowledge could comment if that could be added to the default config or if it's platform specific?
I also just recognized the following: ``` $ ls /etc/nginx | grep fastcgi fastcgi.conf fastcgi_params ``` and further ``` $ diff fastcgi_params fastcgi.conf 1a2 > fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; ``` ...which...
Wow, I had included that blog post because 2009 sounded like it would have landed everywhere, but... well. Proposal, to be included right below the sample code: > The content...
Doing [this](https://github.com/plainmade/unmark/issues/181#issue-183524198) enabled me to access the site, but [this SQL issue](https://github.com/plainmade/unmark/issues/163) remains and I'm reluctant to change all the modes, so I haven't been able to use it on...
I just wanted to add that the above approach even works with (semi-)transparent i.e. translucent elements on your page. It's exactly what you'd expect, still I was wondering about it...
Just to bump this: Is this comment (pasted below) to the [assumed root of the problem](https://developer.mozilla.org/fr/docs/Web/API/CanvasRenderingContext2D#drawWindow%28%29) mentioned by @laurentj [above](https://github.com/laurentj/slimerjs/issues/154#issuecomment-356612010) new? Does it change anything? > Hints: If 'rgba(0,0,0,0)' is...
Are there plans to still merge this?
Well, I came to this repo from the website, but the instructions there weren't clear enough for a beginner. I've since figured it out, but maybe you could rephrase the...
@gregorybleiker could you explain this more in detail? I'm having trouble following your steps, mainly, what is "the package" and which "(newly created) directory"?