ncla
ncla
This would partially get rid of the sessionID cookie impregnation in auto-accepting. A simple request to `http://steamcommunity.com/my` should do, where we check if `g_steamID` exists and compare it to the...
I looked into this and just wanted to let you know that I have found a fix for this and will open a PR at start of October for Hacktoberfest....
Running into this issue too: ``` [✘] /project/xxx (Unable to copy file from source://containers/assets/3-1628160583.jpg/db6bdb5908d65358fe28a6668cbff84a.jpg to cache://containers/assets/3-1628160583.jpg/db6bdb5908d65358fe28a6668cbff84a.jpg) ``` The file does exist when I check through terminal ``` ➜ project git:(master)...
I have dug up another, earlier exception stack trace from the one I posted earlier. I don't know why exceptions in console output are so bare bones, we are shooting...
I was able to narrow this issue down to Glide tag pairs. I opened a new separate issue. https://github.com/statamic/ssg/issues/110 Templating like this ```antlers {{ glide:assets_field }} {{ height }} {{...
You may not be using it directly, but the addon does contain Glide tags, and I think this code for example from SEO Pro https://github.com/statamic/seo-pro/blob/4565e0bed9f8871ad09637c35c841ef2a4e1fd76/resources/views/meta.antlers.html#L55-L59 Will trigger the same error.
I am experiencing the same with FieldsetRepository class, I submitted support ticket about this, apologies for duplicating concern. I have seen two variations for this on my Netlify builds: ```...
Alternative for now is just to specify dependency fetching to be through Github ``` json "repositories": [ { "type": "git", "url": "https://github.com/barbushin/multirequest" } ], require: { "multirequest/multirequest": "dev-master#8b211378efc4ca7e653a1830a2408728b1831a1a", } ```
This also affects undocumented `glide:data_url` tag as well, and to some extent Responsive Images addon as it uses the same logic as this tag to retrieve asset image contents, which...
I have found one way to trigger this consistently is by changing the `image_manipulations.cache` config value from `false` to `true`. Two other people in Responsive Images have also reported that...