Brandon Elam Barker
Brandon Elam Barker
Thanks, sounds good - I will take a look when I get some time.
> The problem with that approach is that it could produce erroneous results in queries: imagine that you ask for registers for which a field has a certain value and...
Sorry for the delay in looking into this. I have confirmed one thing though. TCache does generate index files, e.g. for my `SxRecord` data type, I have: ``` .tcachedata/index-SxRecord* .tcachedata/index-SxRecordCowMark...
> What kind of issues? Is it the "no parse" error? Just replying to this for now, but thanks for the other suggestions and details, will take a look soon....
Hi @agocorona, I'm happy to include a reduced source example, but first, I want to clarify a potential point of confusion. As I probably too-tersely noted in the first line...
Hi @agocorona , I added [an example](https://github.com/bbarker/ProjectGists/tree/master/Haskell/TCacheIResourceNonDefault), though I have to say there is nothing terribly interesting here. It builds, but upon [this simple commit](https://github.com/bbarker/ProjectGists/commit/e817469674d7c0202ee74d200373b500102f6113), it no longer does, and...
Would it make sense at all to make a separate library that does patch directly on `scala.xml.Node`? Such a project might be useful elsewhere, and could be used by mhtml....
With regard to data binding and cached values, this is being handled in #94. I don't know of any work so far being done on vdom diffing. On Sat, Mar...
Fortunately, for now, we have a workaround: ```scala lazy val embeddedkafkaSchemaReg = ("io.github.embeddedkafka" %% "embedded-kafka-schema-registry" % confluentKafkaV % Test) .cross(CrossVersion.for3Use2_13) exclude ("org.scala-lang.modules", "scala-collection-compat_2.13") ``` Also posted in the other issue.
Maybe another testkit module that depends on the existing testkit? Then the question is would it be good to host within this repo or not (and as a submodule of...