Momchil Atanasov
Momchil Atanasov
I tried using the latest in `main`. It works on Linux but still has issues in Docker on MacOS, where similar root-level `REMOVE` events are emitted.
I understand. For the time being I will try to use a heuristic to solve the problem, knowing that some paths will drop from watching under bad conditions. Maybe one...
Hi all, I have been facing this problem a number of times, so I decided to drop a comment as well. Gomega really makes writing tests easy and I am...
Hi. At this point in time only basic PBR materials are supported. I have ideas (and some initial prototyping) about custom shaders, which would likely allow for cel shading, but...
This issue is still valid. I came across it today. Any plans to have a more general fix for this (like a cli flag)? Otherwise, it is hard to predict...
Yes, it's `pgx` but it is not directly created. Instead, it is wrapped with `ocsql` (opencensus), which exposes its own wrapper driver name in order to do tracing. This driver...
Without opencensus wrapping it also not working. This means, using `sql.Open("pgx", "....")` followed by `riverdatabasesql.New`.
I understand. Thanks for getting back to me so quickly. I am still in the research phase. I really liked River, since it fits extremely nicely to our needs and...
Our workers and clients would run within the same Go app. Am I understanding correctly that the sole purpose of the db connection that is passed to the RiverClient is...
I think I have a better understanding now. My idea and ask was slightly different, however. Let's ignore #352 for a second. What would happen if instead I were to...