Floris Huetink

Results 11 comments of Floris Huetink

@jaimeiniesta Hi, just a quick tip to achieve _almost_ the same with the current features: use `html:` multiple times. This is explicitly allowed [per the documentation](https://hexdocs.pm/phoenix_integration/0.9.2/PhoenixIntegration.Assertions.html#assert_response/2): > Conditions can be...

Just to bump this one a bit: I've recently opened PR #115 and #116, both containing improvements in the example code for Plug-based applications. In addition to the reasons stated...

I've been looking for this option, too, encountering a couple of cases where I'd like to subscribe to all Events for a specific Aggregate type. I'm not sure whether this...

@slashdotdash @drozzy Thanks both! Good to know about the available options.

Ah! That's good to know. Meanwhile, I've implemented a quite naive (and non-streaming) keys listing myself, which is pretty fast (testing with a database with ± 20K records), but certainly...

Sounds good! Maybe adding something like `version: 2 | 3` or `delete_strategy: :location | :tombstone` to the `Btree` struct can help? With that, you can simply use pattern matching to...

Just after posting the above, I found https://hexdocs.pm/cubdb/CubDB.html#current_db_file/1 in the docs. Running that gives me "1A.cub" as the current db file (last file in the list above). After moving all...

Hi @lucaong , thank for the detailed response! > If you still have this information, it would be interesting to know the creation time of those CubDB files from 14.cub...

@lucaong I've followed the steps (start_link, subscribe, compact) with my local 2.5GB database, and the `.compact` files are cleaned up afterwards as expected. Even when I quit the application during...

> Thanks a lot @florish , this is very useful. There is definitely something odd going on, and I'd love to find it and fix it. I'll investigate more. Great!...