Results 39 comments of Bruce Ingalls

@ghost I followed instructions at https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md Below is my Homebrew formula. Be aware of the following: * Homebrew guidelines prevent @dvehrs from packaging his own project * Homebrew is ported...

@klundry @tastytea Could you create a short list of favorite youtube channels in serverlist format, and by genre (programming tutorials, movie reviews, etc)? Perhaps we can pod-get added to https://github.com/sindresorhus/awesome...

Hmm. I'd hoped that laravel-auth-token would use JWT. According to Auth0, any AJAX request invokes a CORS preflight, anyway: https://auth0.com/blog/2014/01/27/ten-things-you-should-know-about-tokens-and-cookies/ You might also like these guidelines: http://security.stackexchange.com/questions/51294/json-web-tokens-jwt-as-user-identification-and-authentication-tokens JWT is great,...

Jdhiro- I see **feature/jwt** thanks! If you can help explain where CORS fails, this would be helpful, for prevention. I expect that you can use a JWT token the same...

@tappleby Firebase auth0 is big, but also look at https://github.com/tymondesigns/jwt-auth I'm hoping v0.5 or v0.6 will integrate with authorization, etc, as with https://github.com/intrip/laravel-authentication-acl

Yes, https://github.com/tighten/jigsaw/blob/main/stubs/site/package.json currently shows Tailwind v2, newer than tailwind in this project.

@bruddlee I did not find a solution; this is not an Astro problem. It looks to be a CSS z-index problem. Dropdowns also break for other DaisyUI components, Heros, as...

@taoongjun Did you try the sample code from @heinbez ? This code is helpful for other Laravel tests, such as enabling the Log facade, in a static class (SUT) test...

Yes, I am cleaning up all of the warnings, and upgrading. Coming soon is a develop branch, for a future PR, which fixes eslint & prettier tests. Note that the...

@DirtyF Thanks for the tip. I cannot seem to exploit it, however. While the docs mention v0.25, it no longer exists. v0.24 is as high as I can go, before...