Matt Buck
Matt Buck
For anybody else wondering how to install gifski on Heroku: 1. Add a [working rust buildpack](https://github.com/vinceliu/heroku-buildpack-rust) to your dyno: ```console heroku buildpacks:add https://github.com/vinceliu/heroku-buildpack-rust ``` 2. Add a `Cargo.toml` file to...
Thanks, @kornelski! I (clearly) don't have any Rust experience. I ended up using [`heroku-buildpack-apt`](https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-apt) and defining an `Aptfile` in the root of my project that lists a link to the...
> I think we need a different solution for making cors work. Its common to need in development BUT its important to frame those configs as not being for production...
Thanks a ton, @whtt-eric! That solution worked for me. :+1:
+1 as did I As a workaround, you can set the width of the created `div` with an `!important` flag: ``` css #my_select_chzn { width: 100% !important; } ```
Actually, this will get you closer to where you need to be. The widths aren't perfect, but everything will be visible. ``` css #my_select_chzn { /* This is the only...
I added the following steps to my workflow in order to get the actions for my Rails app running locally: ```yaml # Install local deps if this action is being...
I'm for it! I had the same concerns about the signature section, and this seems like an elegant solution.
I was seeing a greyed out "Start in Editor" option under the Copilot section of the context menu, and similarly could only get Chat to work, but not launch the...
I put together a quick demo of what it would look like to convert these to [reveal.js](https://github.com/hakimel/reveal.js) which you can [check out here](https://github.com/techpeace/marionette-training-presentations) with a [live demo here](http://techpeace.github.io/marionette-training-presentations/). ...