Daniel Jagszent

Results 7 issues of Daniel Jagszent

### Describe the bug The SEO file link endpoint takes the user provided URL and passes it to `file_get_contents` with only a very light validation (the URL must start with...

enhancement

### Is your feature request related to a problem? Please describe. If CraftCMS&SEOMatic is used in a headless context, the Social Media Preview URLs that SEOMatic generates are not working....

enhancement

fixes #679 This solution is based on https://github.com/twigjs/twig.js/issues/679#issuecomment-675341074 but handles more cases.

type - bug / bugfix
triaged
pending - needs review

This valid CSS: ``` @media screen { body { color:red; } h1 { color:blue; } } ``` get compiled to ``` @media screen body { color: red; } @media screen...

2.0 - less.js

This PR brings in TypeScript type declations, updates all dependencies and fixes some bugs and memory leaks.

it probably never ever surfaces (since `honeypotParam` validation rules are very broad) but the attribute name in the getErrors call is wrong

I think here https://github.com/vanilla/vanilla/blob/c35d9636d2256cc91c4bc859882fda50bf0a5bca/applications/dashboard/src/scripts/entries/forum.tsx#L55-L61 the `HamburgerMenuContextProvider` is missing. ```tsx import { HamburgerMenuContextProvider } from "@library/contexts/HamburgerMenuContext"; applySharedPortalContext((props) => { return ( {props.children} ); }); ```