Christopher Pitt

Results 46 comments of Christopher Pitt

Oh, I haven't tried with that yet. Thanks for reporting; will check it out...

> What do you think about that? Sounds cool. Lemme know where I can find the Rx version/send pull requests to :) > i.e. half, quarter, whole, etc. What do...

For anyone who comes across this: - had the same issue - tried `npx link ...` (again) and noticed the deprecation warning - ran `npx unlink ...` - ran `cd...

At first, I thought this thread was going to be 🤨, but now I see this thread is 😁

@anibalsanchez @marcioAlmada before Pre (plugin) 0.12.0; each file would be re-processed every time (in dev). Since then, files are only "visited" if they've changed. Should be much faster now.

If you're using macros that depend on an earlier version, you can alias 0.12.0 as: ``` "pre/plugin": "0.12.0 as 0.11.?" ``` ...where 0.11.? is the version you currently need. I'll...

@sunel this is so that the preprocessing is opt-in per file. Could look at configuration to find some other way to opt-in and some other scheme for the file creation,...

Passing through attributes that make sense for Livewire: - wire:key - wire:change - wire:loading* - wire:model - etc. Edit: I think easyMDE already does this (perhaps others) by passing attributes...

It might take a bit of extra work to make sure the third-party libraries are playing nicely with Livewire though. I have to add the following before easyMDE sends updates...