Benjamin Otto

Results 28 issues of Benjamin Otto

Hi I use [this](bash git prompt ubuntu) to enhance my bash with git status information, but if I use afpre my bash completely resets to the default (OS X) one....

Hi, I followed your wiki entry by using a config like this ``` ``` I included the following libs I use this test setup: One ALB (LB stickiness enabled) in...

Hi, I started using your lib last weekend and all my bulbs work as expected. Nevertheless I get a strange behavior when turning on led strips. I use the same...

Hi, I use your plugin for my typescript based SPA, but the compiled output (dev and prod builds) still contains es2017 code (e.g. class or async/await). If I add ```...

Sometimes it might be necessary to use a redis subscirbed projection to handle side effects (e.g. sending emails, some calcualtions). It might be useful to have non-transactional abstract classes next...

In `org.factcast.factus.FactusImpl#doSubscribe` we check the validity of the WriterToken on each fact that arrives. However as soon as the WriterToken is not valid anymore we throw an IAE which basically...

With the recently introduction of the [readOnlyMode](https://github.com/factcast/factcast/pull/2334) it is possible to run a factcast server which is able to answer queries but does not write to database. This includes obvious...

if you call `getSet` multiple times I guess its not a bug in `factcast-factus-redis` itself its more about a general issue how `RTransaction`s work internally.

Right now we can add as many aggIds as we want when publishing facts but on the read side we only can specifiy one aggId in a `FactSpec`. I think...

enhancement
notNow