johannes karoff
johannes karoff
Use-case: Get the working directory of a window that is not currently focused.
This issue https://github.com/sksamuel/avro4s/issues/106 has a regression. We are again failing if providing a JSON string with missing fields. The JSON deserializer somehow needs an explicit null value again. I have...
We have a type alias for the Data that we can send in the apigatewaymangementapi: https://github.com/exoego/aws-sdk-scalajs-facade/blob/0b2865fc058733e1695dc348cdb22a50aba302c1/aws-sdk-v2/services/apigatewaymanagementapi/src/main/scala/facade/amazonaws/services/ApiGatewayManagementApi.scala#L11 But actually, it does not support `js.Array[Byte]`. When I send a `js.Array[Byte]`, I get...
Can we concatenate multiple `EventStreams`? The use case is that I have two streams that should emit elements after each other: ```scala val e1: EventStream = ??? val e2: EventStream...
I started adding grid styles but according to MDN they are still a candidate or a working-draft. So I am not sure whether they belong into sdt. Or can we...
Currently, domtypes defines dom attributes, properties, styles, events and elements as `lazy val`. Now, we use domtypes in OutWatch, where most of the things we are constructing are builders. For...
Currently, the children properties of a tag do not know, into which kind of tag they are inserted. There is no parent relation of the types. For example, we can...
Within my stack-group I have a lot of monitoring stuff that I do not really want to deploy to my development stages. I could of course build separate stack-groups, but...
When launching a stack group, some stacks might fail and end up in the status `ROLLBACK_COMPLETE". Currently, sceptre would interpret this as a success, goes on with the deployment and...
Otherwise updates could break builds. We should still employ semantic versioning, so you stil get updates of minor versions, but not automatically pull major version updates.