mmav

Results 14 issues of mmav

Does it work on HTML elements or just on svg?

I'm trying to build scala template docker image (from `bde2020/spark-scala-template`). I have created `Dockerfile` and extended base image like shown on following image: ![image](https://user-images.githubusercontent.com/9011654/68548377-8a8ec900-03ec-11ea-885c-1fe816d9733a.png) After running `docker build .` I...

**Describe the bug** If I'm using laptop's primary monitors redshift works, when using external monitors it does nothing. **To Reproduce** - Connect external monitors - Use arandr on i3wm to...

It look like it doesn't find any nugets in "Switch to Project references" tab...

Is it possible to flip labels, in this case label would be more readable. Is there any option, maybe feature request? ![image](https://user-images.githubusercontent.com/9011654/64764865-50678f00-d543-11e9-8dae-6502b77d26af.png)

Can you make it MIT licensed?

### Which problem is this feature request solving? I would like to find dependencies between different OCI images by analysing image manifest data. Usually you can tell if a two...

kind/feat
area/plugin/source/aws

I would like to get `null` value from a data source instead of an error ([link](https://github.com/DataDog/terraform-provider-datadog/blob/c8f8c279cff785b7ad6b8816fb98a6398e0fb7aa/datadog/data_source_datadog_dashboard.go#L69)), so I can handle this case in a script and conditionally decide what to...

feature-request
stale
resource/datadog_dashboards

Here are step that I am executing: #### 1. Create Database "loadgentpc" ``` $ docker run --rm -it --network cockroachdb-network cockroachdb/cockroach sql --insecure --url postgresql://root@roach1:26257?sslmode=disable --execute "CREATE DATABASE loadgentpc;" #...

I couldn't find example how to set this ``. I'm guessing that this should be JDBC connection string? Also how can I specify user and password? ``` $ docker run...