Caleb Cushing
Caleb Cushing
ctrl+Q dies it for me, but not enter
I want this too, use case is local dev using `npm start` which runs via nps, a webpack-dev-server, would like to simply change the port, e.g. `npm start --port 8000`,...
you can put logger statements inside of filter, and log `it` to help. This is working for me, official fix is needed though, at least the docs if nothing more....
same issue, I'll create a new bug...
maybe I'm misunderstanding... I thought you could store a map inside of a database https://neo4j.com/docs/cypher-manual/4.3/syntax/maps/ and if you can't why does a CompositeProperty deserialize to a Map? since you'd have...
So is a composite type only for the results of a dynamic query then? confusing, but ok, sorry
ah, well what this ticket is about, was being able to (per the test) have a generic converter for `SomeOtherDto` instead of having to write one for every single "nested...
yes, the point is that you should be able to have a generic converter that does this, you shouldn't have to reimplement it for every class, there's no reason that...
any chance you could point me to the code that allows neo4j to dynamically construct a node or whatever?
now I see the problem, while this should work for half of the conversion ```java /* * Copyright © 2021 Caleb Cushing. * Apache 2.0. See https://github.com/xenoterracide/brix/LICENSE * https://choosealicense.com/licenses/apache-2.0/# */...