Loïc DELOBEL
Loïc DELOBEL
First of all, congratulations for this work! As mentioned [here](https://umongo.readthedocs.io/en/latest/_modules/umongo/instance.html?highlight=auto%20register#) "implementations are registered as attribute into the instance". But it doesn't seem to work... It seems that the `retrieve_document` function...
Hello, I create a new issue for that because I think it's an important one. The input event is called twice, and the same applies to other components (t-select, ...)....
Hello, thanks for this package! I wonder why its not **Number** instead of **Scalar** [here](https://github.com/aromanovich/jinja2schema/blob/ca50530e83a928cfa836f257ad232f5c47be1659/jinja2schema/visitors/expr.py#L443) `node_struct = Number.from_ast(ast.node, order_nr=config.ORDER_OBJECT.get_next())` instead of `node_struct = Scalar.from_ast(ast.node, order_nr=config.ORDER_OBJECT.get_next())` Thanks!
Above all, thanks for your lib ! Let's say we have data like ``` let data = [ { name: "Burundi" region: "Sub-Saharan Africa" income: 385.91631476124 population: 3236168.9896683 lifeExpectancy: 43.075337190517...
adb keys
Great project thanks! I need ADB. If I undestand well I need to copy my host `adbkey.pub` to `/data/misc/adb/adb_keys` on the device right ? (according to readme) My question is...