robshep
robshep
Yes, It definitely does collect R/W, sorry. Dang copy and paste omission from the lefty version.
Yes, it would be a producer with new knowledge that needs to prevent a previous future message from being delivered. In pseudo-world...... Client > Schedule Appointment for 15:00hrs Producer >...
Thank you for the explanation. This sounds fine for my use case. Do you have a code snippet, or a bit in the codebase, that can help me discover how...
Thank you. I did try but the pom references toolchain configuration that I’m not familiar enough with to replicate. Do you have any pointers for setting up maven to build...
Hopefully this fork/branch will work. It currently has a failing test - expanding the original hstore test. https://github.com/robshep/hibernate-types/tree/issue_%23448
We can see the suggestion of forcing dirty on the Book with the following alternative patch: ```java doInJPA(new JPATransactionFunction() { @Override public Void apply(EntityManager entityManager) { Book book = entityManager.unwrap(Session.class)...
Sadly I've reached the limit of my knowledge in hibernate internals. I haven't used it in a long time and it seems the use of interface proxies has disappeared in...
**1. Circular Dependency Issue** I found this occurs when BOTH the initial user account migration AND the django-organizations migrations are being generated at the same time. We found ourselves in...
Yes - I switched to Chrome where it works.
Here's a branch-PR that normalises and then displays sparklines with support for positive and negative values. https://github.com/robshep/sparkline-subzero/  I could only get this done with normalising, and so i've introduced...