mylesboone

Results 28 comments of mylesboone

@chonsser done. I changed to just use the safe operator and also did the same in the `else`. It sounds like @shentao is looking to merge this in and put...

@Namstel can you check now? I've removed the optional chaining.

@Namstel I added in your suggestion. @shentao are you on board with this?

Looks like ln 677 of multiselectMixin.js ```js if (this.searchable) { this.$refs.search && this.$refs.search.blur() } else { this.$el.blur() } ``` ends up compiling to `this.searchable?this.$refs.search.blur():this.$el.blur()`

@shentao would you be willing to look at #1497 and merge if you approve?

As of Google Maps version 3.32, they use a different rendering engine, and the divs that need transformation are a bit different. Solutions can be found at the end of...

@keithdoggett Looks like macos and geos version 3.10+ work as expected. geos version

@arithmetric do you need anything further on this?

This now uses SES v2, which supports emails up to 40mb.

Hey @arithmetric, it seems a lot of folks are getting hung up because the master branch will no longer work out of the box with AWS Lambda. Would you be...