Yurii Rashkovskii

Results 214 comments of Yurii Rashkovskii

I'm just trying to think if there any unintended consequences here? What if it's an error in COMMIT? At that point the transaction is already removed from the structure.. need...

Update: this is not as simple as removing https://github.com/PumpkinDB/PumpkinDB/blob/master/src/script/mod.rs#L716 The challenge here is that `handle_try_end` doesn't know if we are inside of READ/WRITE (or whatever else scope) or outside of...

I think we need to track resources (such as transactions) to be able to fix this behaviour. Once #202 is done we can proceed with this.

Yes On Mon, Mar 6, 2017 at 6:32 AM goldenMetteyya wrote: > You want to be able to do thread pinning per core ? > > — > You are...

Yes, absolutely! It's one of our goals for the next release. Also, if you are interested to contribute such an example through learning a bit about PumpkinDB, you are very...

Christoph, thanks a lot for offering helping with examples! I will be happy to answer any questions or what not.

First example is here (the code needs refactoring, though): https://github.com/PumpkinDB/pumpkindb-java/tree/master/examples https://github.com/PumpkinDB/pumpkindb-java/blob/master/examples/todolist/src/main/java/org/pumpkindb/examples/todolist/Main.java

@richpeck it would have been great to have it running in webpacker-only mode. The application I am working on also doesn't use sprockets assets pipeline.

Now that RFC9000 is out, perhaps it might be worth looking into this matter again? Happy to offer any help necessary.

@gauteh Gaute, I was mostly travelling September. I apologize for neglecting this issue. I will return to it shortly.