Michael Wagner

Results 16 comments of Michael Wagner

Great work! But can this be leveraged in normal crystal programs or just the compiler? If so, do we have this documented anywhere?

Can confirm similar results on MacOS (Intel) with Crystal 1.5.0

> It would be interesting to know why Avram doesn't use `nil` here. > > My answer is that the language can't add a feature for every little thing a...

Tracked WIP branch: https://github.com/luckyframework/lucky_cli/tree/feat/athena-console_mdwagner

https://github.com/guilleiguaran/rails-htmx looks like a decent start at what an integration could look like for Lucky.

Actually, it appears I only _assumed_ this pre-escaped text was breaking with htmx, because it looked weird in the dev tools. But it actually works fine. So, maybe this isn't...

@rmarronnier Yeah, that does seem like a bug in the html builder, which we should on address on https://github.com/luckyframework/website. But to your point, yes, I can confirm it does add...

I recently upgraded to Ventura and now have this issue. I did not have this on Monterey.

fyi, importmaps are now more widely available: https://caniuse.com/import-maps Also, I plan to contribute to lucky_cli to add a more _minimal_ solution for Lucky apps, that I'm currently building on a...

A simple solution, if you're already using JWTs, is to just store the JWTs in the database and validate them on every API endpoint. Obviously, this defeats the purpose of...