Ben Calder
Ben Calder
Then this is presumably the result of the implementation in the example? I would recommend updating the example so that it is keyboard accessible. From a quick test of the...
> @bahmutov, just removing the "throw" in utils.js seems to do the trick for me. Have not found any problems as of yet with it. @VismaTobbe - where do you...
@VismaTobbe - Thanks! You just made my day: thanks to your custom command I've got it working :) I just had to amend my /cypress/plugins/index.js as follows: - added: `const...
> @blindfish3 cant you just import svelte.config.js and set it? Is that possible? It's an ES6 module...
I'm currently investigating i18n solutions for a new project and from my perspective a parsing solution is a must. It really reduces friction in the development process: developers can just...
Look at tools like Browsersync, Webpack etc. I believe they use websockets and this allows selective updating of assets (e.g. HTML and CSS) _without_ reloading the whole page (also see...
Thanks for the reply. I'm about to go on holiday myself :grin: I'll look into setting up a repo when I get back in a couple of weeks. The problem...
That was a long holiday... I wish! :rofl: Inevitably post holiday busy-ness ensued :sweat_smile: I've now set up a [repo](https://github.com/blindfish3/sveltekit-svg-MR) that reproduces the issue I described. Hopefully the steps in...
@nisargrthakkar - throttling and network conditions are absolutely at play here. There's an unhandled timeout in Google's recaptcha code; and no easy way to handle it from outside. If a...
I also encountered this; though from my tests it's happening when the iframe URL fails to load. I can reproduce by blocking network requests to: `https://www.google.com/recaptcha/api2/anchor?*` and waiting for the...