Roland Johann

Results 29 comments of Roland Johann

stumbled over this issue, too. I try to start getting familiar with cyanite. Is it safe to build the master branch?

Accessing external systems from within spark requires credentials most of the times - for example JDBC, AWS S3, etc. These credentials usually reside in kubernetes secrets. To be able to...

sure, but how can we pass the values of ENV vars to spark submit via `--conf` or `spark.properties`? We also can pass config property to spark submit for k8s resource...

having the same issue, except that I lay out the flex as rows. When the resizable is the first element we can completely resize the element to the edges of...

running into this as well. The problem is that `azuread_group.owners` automatically takes the current user id as owner. Specifying it explicitly causes the API to bail out with `GroupsClient.BaseClient.Post(): unexpected...

especially the RBAC solution would be great

I used the array index as ReactElement key, which lead to the error. Is it possible to move the hint https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/api/draggable.md#keys-for-a-list-of-draggable- into the section `required-props`? After reaching optional pros I...

MySQL doesn't support `INSERT INTO .. RETURNING`, but is capable returning last inserted ID. Cassandra has no support for that, too. Didn't check the other DBs. The question now is...

@deusaquilus great idea defining capabilities, I'll try to implement that. Regarding the API I'm not sure either how to define it. In the first version the signature required the type...