Rodrigo Álvarez

Results 12 issues of Rodrigo Álvarez

Hi! I've been lost for two days trying to find a proper way of doing testing [like you would do with Omniauth](https://github.com/omniauth/omniauth/wiki/Integration-Testing). As a workaround I've set up Bypass, but...

Kind:Enhancement
Note:Dicussion

Hi! I see no mention of `lid` (local ids) in the codebase, nor extension support (for atomic operations). I don't know if there is anything else missing from 1.1 because...

stale:discard

Hi! First of all, thanks a lot for your work, it's great! I wanted to create a dynamic hierarchical LiveComponent wrapping LiveSelect. The problem I have is that when an...

I think that given that chunks are portable and don't need a state, it might be interesting to use luerl to turn ~LUA usages into Lua chunks. After all, it's...

Hi! I have this app in which users can provide their lua scripts. I don't have those in the filesystem so I need to intercept `require` calls somehow (I will...

```tl local record Payload amount: number end local payload: Payload = { -- caret here doesn't autocomplete } payload. -- here it does in the moment I type the period...

enhancement

Hi there, I had a typo in some code and I was comparing a variable with itself, like `group_id != group_id`. One of those was supposed to be `group.id`, and...

While working on the Mix-Gleam integration I stumbled upon something unexpected. It seems that `gleam@@compile.erl` is needed for compilation but once the compiler is done it might be cleaned up,...

This PR adds support for the [gleam language](https://gleam.run/). - [x] Support for `gleam.toml` in `path` deps - [x] Support `gleam` in deps loader. - [x] Support for gleam in `deps.compile`...