Rob W
Rob W
split from #7273 to just do oplogging a few questions to be answered: - Do we want more (or less) detail in the Op logs? - I think users should...
happens not infrequently to reproduce: `streamsTestsJVM/testOnly *.ZChannelSpec -- -t "simple merge all"` a couple of examples: - ZChannelSpec / interpreter / ZChannel#mergeAll / simple merge all ✗ Set2(1, 6) was...
Here's an attempt at fixing #7263 by adding support for supervisors to modify effects ala `drainQueueWhileRunning` It's super unsafe but the possibilities with this power are pretty amazing (think a...
Scala 3 union types aren't supported, but unions are very common in typescript - support for this would be super handy! https://scastie.scala-lang.org/1h8VItvQQdiuZpGR4EX0qg
**Describe the bug** vscode hijacks default app for the mime type inode/directory every time it is updated. **To Reproduce** 1. open a folder using an app that cares about mime...
`provideSome` already knows the remaining type from the implementation it borrows from `provide` - using a whitebox/transparent inline def, the existing macro could be modified to put the remainder into...
I've hit messages like this a few times now when using zio 2/scala 3 ``` [error] 42 |object testapp extends ZIOAppDefault { [error] |^ [error] |testapp is already defined as...
follow on from https://github.com/zio/zio-json/issues/752#issuecomment-1292853481 The zio ecosystem doesn't currenly leverage the new scala 3 typeclass derivation machinery. The current pattern of adding implicits to all companion objects and calling `Whatever.gen`...
Firstly, thanks for this awesome project! I'm trying to use this to set up a vlan for mitmproxy/wireshark (i.e anything that connects to the vlan gets intercepted) to assist with...