Örjan Sjöholm

Results 22 comments of Örjan Sjöholm
trafficstars

I was confused by the error message, it's nothing wrong with the current date formatting, it works for both `date` and `date_nano`

@mivano the remaining issue above is that it's not possible to remove `_type` by setting it to null via configuration. We can set it to `_doc` by setting it to...

> a workaround is to not use the swift connection. use the `virtual_network_subnet_id` instead Note: if you’re changing from swift you’ll loose the network connection for a while. When you...

@jmansion would you mind reproducing the issue a small pull request or a failing test?

_disclaimer: I have not tested this, so it's just an idea._ I can imagine that it would be possible to add `virtual_network_subnet_id` and mark the swift connection as deleted e.g....

Globalization and the icu support are pretty important features. `--self-contained` is working with `runtime-deps:8.0-jammy-chiseled-extra` but it would introduce around 100MB for every single build and application. If there was an...

The go implementation can survive that node 1 exits. It looks like the issue is that we're not passing an observer here: https://github.com/AsynkronIT/protoactor-kotlin/blob/master/proto-remote/src/main/kotlin/actor/proto/remote/EndpointWriter.kt#L81

@james-cobb nice drill down of the problem! @rogeralsing would you mind having a look at the questions?

@james-cobb great initiative, feel free to submit pull requests if you want to! // Örjan On Mon, Jan 15, 2018 at 8:38 PM, james-cobb wrote: > Thanks for the responses....

I would say go ahead and submit a PR! 2 small concerns: - Does all fields really need to be nullable - Can we apply sensible default values On Thu,...