Tony Messias
Tony Messias
### Changed - Adds the ability to start and stop containers by service name. Currently, to start/stop specific containers we need to pass the container ID. With this change, we...
Requests done inside a Turbo Frame have a special Header, such as `Turbo-Frame: post_311`. By detecting if this header exists, we can programmatically avoid rendering the layout and only render...
I'm just imported and called the save: ```js const song = window.sequencer.createSong(window.sequencer.getMidiFile('minute_waltz')); window.sequencer.saveSongAsMidiFile(song); ``` It saves fine, but when I try to load it [here](http://tonejs.github.io/MidiConvert/) or [here](https://onlinesequencer.net/import) it fails. The...
Hi there. First of all, create lib, thanks. I know we can [remove notes](https://github.com/abudaan/heartbeat/blob/gh-pages/src/heartbeat/key_editor.js#L954-L959) and I know there is a way to [move a note around](https://github.com/abudaan/heartbeat/blob/gh-pages/src/heartbeat/key_editor.js#L672-L700), but I'm trying to...
### Changed - Changes the MSSQL image from `mssql/server` to `azure-sql-edge` which seems to be one that works on both M1 and Intel-based machines. --- Note: We have only tested...
### Changed - Enforce the latest version in the install command to avoid issues like #314 and #323 --- closes https://github.com/tighten/takeout/issues/323 hat tip to @cheesegrits for the suggestion [here](https://github.com/tighten/takeout/issues/314#issuecomment-1622430535).
### Added - Adds a `Dockerfile` for the dockerized install of Takeout - Adds a `docker-publish.yml` workflow that builds and pushes the Docker image whenever there's a new tag ###...
Saw [this PR](https://github.com/hotwired/turbo-rails/pull/427#event-10712495624) on `turbo-rails` and thought I'd make sure we also support this.
When we send a broadcasting job to be processed in background, because the job payload can be anything (whatever you want to pass to the view), we don't really use...
I'm not sure how well (or if at all) Turbo works with the new version of Livewire. Need to give it a try.