Marian Rusnak

Results 12 comments of Marian Rusnak

Yeah, awesome idea. I think this generator should show the best practices for modern web app development in Backbone.js and maybe provide a foundation for other generators.

@ruyadorno what are your thoughts on this? I guess the most important question here is if there is anybody with a room for contributions? I checked npm and there are...

@mcollina the vulnerability has been fixed, just a direct dependency (insight) is using an unpatched version of the vulnerable package. Do we just have to wait until "insight" upgrades its...

I've opened an issue for that too https://github.com/yeoman/insight/issues/71. Let's hope it won't take long, although I'm a bit fearful it's gonna take a while as that package hasn't seen an...

@beefchimi any movement on this? I would need this feature for a HTML game which uses scaling for the main scene.

Any updates on this?

@vojtech-dobes any chances getting this merged?

Sure: https://laravel.com/docs/11.x/authorization#via-middleware. The example shows usage on a single route without using groups, however the `can()` method is available on the [RouteRegistrar](https://github.com/laravel/framework/blob/11.x/src/Illuminate/Routing/RouteRegistrar.php#L21), so IDE autocompletes it.

Thanks @siliu1 and @annevk for your contributions. Shall we consider original proposals https://github.com/whatwg/html/issues/4326 and https://github.com/w3c/webappsec-permissions-policy/issues/273 as done now or is there anything else to be done?

Why PR triggers only jobs with `~pr` and not the subsequent ones in the pipeline? I would like to run the same pipeline steps for both new commits and new...