Patrick Nelson

Results 116 comments of Patrick Nelson

Diff from when it was working to now (using hash for `master` so it's future proof): https://github.com/amitmerchant1990/electron-markdownify/compare/4f8ad7fcd0fe362731ccb7e04d1453f4705d0bec...35bfb5f9e2d87ceb3df3fe28eb5d5c8ad82e951b

In my opinion, this should actually be setup regardless of the error. I'm noticing that if it fails to upload a file, often times it will get stuck in an...

@mvasigh made a great example of how to pull frontmatter into a layout by using endpoints at https://github.com/mvasigh/sveltekit-mdsvex-blog using this [__layout.svelte](https://github.com/mvasigh/sveltekit-mdsvex-blog/blob/main/src/routes/posts/__layout.svelte) and it’s corresponding [\[slug\].json](https://github.com/mvasigh/sveltekit-mdsvex-blog/blob/main/src/routes/posts/%5Bslug%5D.json.js) endpoint. There’s also an example...

Just researching this for now... but: @marius-bughiu - Did you ever get a chance to work on this a bit more?

@GkhanKINAY If you think you've got a viable fix, could you submit a PR and reference this ticket?

Not sure right at this moment, but one quick way to test this would be to load up the web platform test suite. Found this test which might make it...

And once y'all find out, please cc that information here too. Ideally, this would be documented in the developer's Bible of Compatibility (caniuse.com) 😄

Thanks @hecktarzuli! I'll update the issue description to link to both width/height. Thankfully it appears if you happen to look for `source` and `width` (or `height`), albeit that might not...

Same here @hecktarzuli, that's how I would have originally found this (i.e. searching something like `source width` which _works_ but also maybe `source dimensions`).

The application I'm working on also depends on the spoofed `Host` header being present when ZAP hits the application (as a proxy) on behalf of the user, so this would...