Jorge González

Results 23 comments of Jorge González

Since this is an Alpine component, you may test for `this.$wire` instead of manually looking for the closest livewire component, or using `@this`, which is supposed to work in component...

Just got across this, ended up using a method similar to @SebastianSchoeps, however, just replaced references to `this.wireComponent` to `this.$wire`.

Looks like there's now Wifi-sync support on latest libimobiledevice version. https://github.com/libimobiledevice/libimobiledevice

Which would be a good way to keep emojis’ Unicode/image mapping? I’m currently thinking of two possible ways, considering that we don’t want to hook up to Github for this:...

### About Initial Short Code availability For a default emoji code map, we could grab the short codes presented with the [Github Emoji API](https://api.github.com/emojis) and compile them down in a...

We could start by going with a class-based approach, in which we could define constant unicodes and map them to specific shortcuts, like [Github's](https://api.github.com/emojis). This way, we could keep track...

Loving the AST part and the idea for the ability to use different emoji providers. One thing I think would also be needed is a way to track when new...

Oh, I meant have some way to “know” when Slack (i.e) adds this new emoji with a short code, so that it is added in the SlackEmojiProvider, then just make...

@hanspagel the reactivity system in Alpine v3 is extracted from Vue's reactivity system, so basically a trimmed down version only exposing the `reactive` function, will need to take a look...

Love this! Could you please add some tests for this specific use case?