Results 10 comments of Ghiles Meddour

HI @cosmicBboy, Thanks for your response. For example, let's say we want to validate some field using `pydantic.UUID4`, following code ```python import uuid from pydantic import UUID4 import pandas as...

> Agreed ! In the case of uuid, it would be more efficient to store it as a string and have a check on top of it to validate its...

Hi @rhajou. If `autoHeight` does not meet your needs, you can use some custom logic. For example: ```python MIN_HEIGHT = 50 MAX_HEIGHT = 800 ROW_HEIGHT = 60 AgGrid(df, height=min(MIN_HEIGHT +...

Having a package can make it easier to develop JSON Crack components for other languages / platforms. For example, it would be really great to be able to use JSON...

Hi 👋, Thanks @wangxiaoying for this lib, its performance really shines

Hi @sk3tch, This repository doesn't seem to be maintained anymore. I've reimplemented a Faktory Python client [here](https://github.com/ghilesmeddour/faktory_worker_python), I invite you to check it out. I will try to add batch...

Hi @wangxiaoying, the dependency has been published [in cargo](https://crates.io/crates/rust_decimal), can you please update it? Thank you for the help!

Hello, any update about this?

Thank you very much @dapper91 for your help. I'll take the opportunity to ask another question. The input files can have different namespaces (`[None, "urn:hl7-org:v1", "urn:hl7-org:v2", "urn:hl7-org:v3"]`) and I want...