Jeremy Green
Jeremy Green
This PR implements the proposal from #58. In my local test project this takes about 90 seconds off of the time for a full `sls deploy` (after the first deploy,...
## The Problem When deploying with Docker we end up installing all the gems from scratch each time, even if the `Gemfile` hasn't changed. On my smallish demo project the...
I've found that some emoji aren't translated from Unicode to the short code correctly. For instance 🤘 should be `:metal:` according to the cheat sheet, but is translated as `:sign_horns:`...
Is there some way to have an inline color picker that also shows the input and can accept a typed or pasted value? It seems that setting `inline: true` always...
I see that there used to be an extractor that could generate images, but it seems to have been removed. Is there any kind of "official" suggestion for where to...
I'm looking at the docs here: https://bullettrain.co/docs/themes and they reference a bunch of files that are not present in the starter application repo. What's the proper way to go about...
I generated a new project and did all of the configuration/setup steps and got my application running locally. (Unfortunately I didn't think to run tests at this stage.) Then I...
I just generated a new project and ran `MAGIC_TEST=1 rails test:system` and there are two spots where it hangs for debugging. One with `binding.pry` and one with `magic_test`. Is that...
On the page describing the upgrade process (https://bullettrain.co/docs/upgrades) it refers to the primary upstream repo as `starter-repo` but in a fresh project there's no such remote repo. There's only the...