Tomas Barton
Tomas Barton
I guess I'd have to see some code, in order to help. I've tried using DaVinciResolve from Python and after several desperate attempts I ended up rewriting the whole thing...
The way how the DSL is processed now have to create accounts first, then deal with groups and its members. It might be complicated to enforce different membership levels for...
I've been thinking about this one, it's kind of complicated but it might solve multiple problems. We can either manage membership from user or group perspective. Current implementation misuses `attribute_membership`...
Try using the latest version: ``` docker run --rm deric/es-dedupe:v2.0.0 esdedupe -H elastic_hostname --noop ``` if you're using SSL, please use the `--ssl` flag: ``` docker run --rm deric/es-dedupe:v2.0.0 esdedupe...
That looks like different error than `Unauthorized` to me. `source_ip` field is probably not included in all documents. Try running the command with higher verbosity: ``` docker run -it --rm...
Then you can't use it as part of an unique key. I'll try to throw a better error message.
@dipenpatel235 That's not really a fix, rather a dirty-bomb which might lead to deleting all data from an index, if incorrect field name is used.
Current version of DC/OS package comes from different repository, see: https://github.com/mesosphere/universe/pull/1656 https://github.com/MaibornWolff/dcos-zeppelin Looks like this repo is no longer maintained :(
I'm having the same issue with `oracle java 1.7.0_25-b15` and `sbt_2.9.1 0.11.2`
A workaround: 1. Install `qt5ct` Debian/Ubuntu: `sudo apt install qt5ct` 2. Export ENV variable and run `librecad` ``` $ QT_QPA_PLATFORMTHEME=qt5ct librecad ``` 3. Go to `Options > Widget Options` and...