Arnout Engelen
Arnout Engelen
It looks like it was accidentally documented as `WideFileNames` (which is the next documented option)
When packaging on NixOS, we noticed a test failure when building pyOpenSSL 20.0.0 for the i686 architecture: ``` ============================= test session starts ============================== platform linux -- Python 3.8.6, pytest-6.1.2, py-1.9.0,...
vizceral currently shows messages travelling with various velocities, thus arriving out-of-order. When visualizing systems that preserve ordering it'd be nice to show the particles arriving in-order. The easiest way would...
https://travis-ci.com/github/akka/alpakka/jobs/380666695 ``` [info] - should produce a duplicate publish on the server given two client connections *** FAILED *** (5 seconds, 535 milliseconds) [info] java.lang.AssertionError: assertion failed: expected no StreamSupervisor...
https://travis-ci.com/github/akka/alpakka/jobs/335742573 ``` 08:57:02.742 INFO [pool-1-thread-1 ] a.s.a.t.javadsl.LogCapturingJunit4 Logging started for test [akka.stream.alpakka.ftp.SftpWithProxyStageTest: fromPath] 08:57:02.757 DEBUG [default-dispatcher-6] akka.actor.ActorSystemImpl Dispatcher id [akka.stream.materializer.blocking-io-dispatcher] is an alias, actual dispatcher will be [akka.actor.default-blocking-io-dispatcher] 08:57:02.783 DEBUG...
Stopping a transactional flow is currently somewhat awkward (https://doc.akka.io/docs/alpakka-kafka/current/transactions.html#recovery-from-failure). I wonder if an approach like `SharedKillSwitch` could work here, where the user instantiates one `SharedDrainingControl` (naming is hard) and passes...
It's actually not that clear to me why this test has an `initialTimeout` (and why the source repeats '1', wouldn't it be a more reliable test with `Source(1 to 10)`...
When I try to build opensnitch from source on Ubuntu 18.04, it fails with: ``` Collecting unicode_slugify==0.1.3 (from -r requirements.txt (line 3)) Using cached https://files.pythonhosted.org/packages/8c/ba/1a05f61c7fd72df85ae4dc1c7967a3e5a4b6c61f016e794bc7f09b2597c0/unicode-slugify-0.1.3.tar.gz Complete output from command python...
This was broken because on Ubuntu 18.04, the '--go_opt' protoc option is not yet available. Also clarify that for `plugins=grpc` to work, you need an older version of `protoc-gen-go`, which...