Will Dady
Will Dady
Normally you'd tag the repo and push the image with the same tag. Something like: `docker build -t schickling/postgres-backup-s3:$(git describe --abbrev=0 --tags) .` However, since you've got several images in...
Well ultimately it's up to you. Personally I think one-repository-per-image is a **much** better approach, for a number of reasons: * Repo tags = Image tags * Bugs/Issues easier to...
@DavidLGoldberg I haven't done much further testing. I was just trying to match blank lines in addition to the defaults. I can live without it. Do you think something like...
@DavidLGoldberg I actually think you should _not_ expose the regex as a setting at all (at least not in the UI). I think the default you have is fine provided...
@DavidLGoldberg I had a crack at it yesterday. Here's the change I made, this starts around line 156 of jumpy-view.coffee ``` for lineNumber in [firstVisibleRow...lastVisibleRow] lineContents = editor.lineTextForScreenRow(lineNumber) if editor.isFoldedAtScreenRow(lineNumber)...
@DavidLGoldberg The only reason I think explicit options are needed is because I think it's **impossible** to put the cursor at the end of a line using a regex because...
@DavidLGoldberg PR is here - https://github.com/DavidLGoldberg/jumpy/pull/41
@DavidLGoldberg I just pushed an update. If you open up text_text.md manually and toggle jumpy it looks to be working as expected. I think the expected counts are now just...
Got the exact same issue. We were using this component in 3 places in our app but it was rendering like this in 1 of the places. The 2 places...
@adam-daily 100% yes. If not completely removed perhaps even a flag that can be set in the `manifest.yaml`? The flag could be a global opt-out or even an opt-out per-resource....