Nicolas Rigaud

Results 14 comments of Nicolas Rigaud

Hi, You can try to add a `@reboot` script in crontab. Run `crontab -e` and then add: ```bash @reboot moonlight stream -1080 -app Steam 192.x.x.x ``` Then save and exit,...

> Is it accessible in PHP easily ? It's in the `LiveProp` metadata, so yes

@weaverryan > What's the use-case for needing to do: > > > data-live-url-mapping-search-alias="q" If the users just want to override this mapping property they can do it with this shortened...

I renamed QueryMapping to UrlMapping, alias to as, and rebased to add some doc on this feature :)

Hi there! Just rebased to get the LiveProp modifier feature. I also rewrote the test component for url bindings. We often add use cases and I found it becomes hard...

> @squrious where are we here ? Do you need something / is it "ready" for you ? Hi @smnandre! It's ready for me

Hello, I updated the PR according to your comments (not sure about the use of `initialize` to check command options though). Also moved the changelog entry in the translation component...

Hello, I managed to make them work together with this trick: ```php

You have to run the sass build and then the tailwind build. In development both can be run with the `--watch` option in parallel so any change to `app.scss` will...