Andy Fink-Miller

Results 31 issues of Andy Fink-Miller

I created an email via: ``` fp = open('sample.csv', 'rb') email = EmailMessage( 'Sample email header', 'Sample email body', settings.DEFAULT_FROM_EMAIL, [settings.SEND_EMAIL] ) filename = 'sample.csv' email.attach(filename, fp.read(), 'text/csv') email.send() ```...

enhancement
help wanted

If I select the wrong option in the CLI, or change my mind and want to return to the previous menu, it appears the only current recourse is to CTRL+C...

Status: Available
Type: Enhancement
Priority: High

It appears that its not currently possible to create a tag of the form: ``` my.metric#service=web,app_version=1.12:42 ``` and have it passed on to Librato via statsite and the built-in Librato...

#### Problem description I'm using the scene browser to view and add scenes to my project. Each time I open the filters dialog with the purple "Filters/Repository" button the filters...

enhancement

#### Problem description Clicking on the "Remove" button for a scene in a project throws a generic "error removing scene from project" message in the dev console #### Replication Steps...

bug

As discussed in https://github.com/protomaps/OSMExpress/issues/12 not all use cases require all metadata for locations and it has a high storage cost. There are some use cases though, like generating complete augmented...

We're exploring an application of OSMExpress that is interested in retrieving objects filtered by specific tags from a polygon bounding area. In its simplest form, I'm imagining a python method...

I followed the [install instructions](https://protomaps.com/docs/osmexpress/programming-guide/#macos) for MacOS on Catalina. I have openssl installed via brew and also ran `xcode-select --install`. When I run: ``` cmake -v -DCMAKE_BUILD_TYPE=Release -DOPENSSL_INCLUDE_DIR=/usr/local/Cellar/openssl/1.0.2s/include/ . ```...

This can be reproduced by attempting to warp any image in the demo at: https://github.com/raster-foundry/mini-apps/pull/30 ![screen shot 2018-04-30 at 11 20 04](https://user-images.githubusercontent.com/1818302/39436563-504d5948-4c6c-11e8-9e24-f1f6f7d21f14.png)

bug

- what edition are you using - enterprise - version for `@inovua/reactdatagrid-enterprise` - `4.16.10` What you did: I updated my app to use the new React 18 initialization API see:...