Stephan Casas

Results 51 comments of Stephan Casas

@DYGidin This was exactly what I needed. In dev, I had to manually grant permissions to VSCode, but it's working excellently after applying that change. Thanks!

Thanks! My own config/extension setup hasn't changed, but I'll check in the interim with a fresh VSCode install to see if perhaps there's a conflict with another extension that I'm...

@egamma, after installing the extension, run the `CodeSwing: New Swing...` activity from the command palette: ![05d2193d0667442b955e675a72b08fc3](https://user-images.githubusercontent.com/40512690/126960374-4e293217-ef49-4f60-a9b2-3cad04fdeec9.jpg) Then, choose one of the pre-defined templates. Here, I'm using the `HTML/CSS/JS` template: ![84ffd54980294832ac8671dc5934374c](https://user-images.githubusercontent.com/40512690/126960495-a3b093e3-dbc9-43f3-99b8-51d5ae424a28.jpg)...

I've had a chance to clone and test your scaffolding and think this is a good approach given the current options made available by Presto. Mentioned in the documentation, I'd...

Hi, there and thank you for being, as far as I know, the first developer to test Snowblade! In all of my testing, I've been bringing-in Alpine via CDN by...

Outstanding. I'd definitely be interested in seeing what structure you wind up adopting. Every time I think I've landed on a decision, I think of another consideration. Please feel free...

I really like this idea! I've got a somewhat similar experimental setup going which uses the same `forEach()` method to work through bringing in component properties and methods. At the...

This is superb! Your approach to isolating component markup; logic; and store, then zipping it all up with the helper functions and rolling-up with Vite is excellent. Being completely transparent,...

The issue appears to be in the way that the `take()` and `leave()` methods resolve the current app guards: https://github.com/404labfr/laravel-impersonate/blob/14de9dbf3446406282fa16f7920a8049860b3832/src/Services/ImpersonateManager.php#L114-L121 https://github.com/404labfr/laravel-impersonate/blob/14de9dbf3446406282fa16f7920a8049860b3832/src/Services/ImpersonateManager.php#L139-L140 I managed to get it working by rewriting the...

The padding makes sense, but what caught me off-guard was that it retains the additional characters after the `=` as well. So if I initially have `APP_KEY=""`, then I get...