Andy Fink-Miller
Andy Fink-Miller
Unfortunately I don't have the bandwidth to implement this at the moment either. Presenting attachments might be a bit tricky, as you'd want to avoid interfering with the HTML of...
I'm not sure overloading ctrl+c is a clean way to offer the "go back one menu" functionality, the keys "esc", "backspace", "q" or "b" might feel more natural. With that...
I just ran into this issue, but for mutations using the `commit()` method: ``` const storeOptions = { ..., mutations: { setSomeValue(state: RootState, someValue?: string) { state.someValue = someValue; },...
This was using Safari 11.1. Looks like File API support for Safari is a bit complicated, but the constructor is theoretically supported since 10.0: https://developer.mozilla.org/en-US/docs/Web/API/File
Confirmed working on Safari 13.1 via https://demos.azavea.com/map-warper/
🎉 awesome news. Thanks so much!
In the [_Grand Unified Theory of Documentation_](https://documentation.divio.com/) this will serve as our "references"
@pomadchin suggests a Quickstart page as part of this section that walks a user through setting up GT dependency in SBT, then working through the following example: > raster read,...
Adding to #3304 as a note to ourselves to ensure Spray refs are gone once our overhaul is complete.
When writing the CellType/NoData sections, skim #1508 for related concerns that can be addressed within the scope of this page.