Colin Bester
Colin Bester
I am using refreshable and cookie options for session handling. OneOff option works as expected but I am unable to get the refreshable option to work. Setting session max-age to...
If on consumer.receive we get a failed Try does one need to call consumer.negativeAcknowledge? If so then how does one do this as we would only have the exception and...
I am using the jackson dependency in my sbt file ``` name := "pulsarc" version := "0.1" scalaVersion := "2.13.4" libraryDependencies += "com.sksamuel.pulsar4s" %% "pulsar4s-jackson" % "2.7.0" libraryDependencies += "ch.qos.logback"...
First, great project. I have followed table demo to create a table that I can drop items from different container as well as move order around in table. Issue I...
Was wondering if there are plans to incorporate 'touch', 'gat' and 'gats' commands in shade implementation?
Any suggestions on how to update timeout value of cache item if we want to keep it in cache for additional periods. I see in MemCached there is a 'touch'...
When trying to run development server using _npm run serve_ where _serve_ is defined as _vue-cli-service serve_ in package file I get dependency error message: ``` ERROR Failed to compile...
What version of MongoDB Node.JS Driver does tingodb adhere to? I see newer functions like deleteone and deletemany are not in tingo so I assume it's 1.4.35 or there abouts?
I am working with pretty tight memory (RAM) constraints and am looking to understand RAM requirements as collection size grows. I assume main memory consumption (by tingodb) would be caching...
Was wondering if this project is being maintained as I see three pull requests that appear to be outstanding. ~C