Daniel Robert

Results 8 issues of Daniel Robert

I just started using ratatool today and am using it for CaseClass and Avro generation. I believe there's an issue in the way it handles, or fails to handle, logical...

bug

Regardless of the lameness of java serialization, there some frameworks and libraries that rely on it. (My current example is using FUUID in Apache Beam.) It would be useful if...

As part of a serialization test I was running, I noticed that when UserAgent.EMPTY is serialized then deserialized, `after.equals(before)` returns false. It appears it's due to this line: ```java if...

## Testing Problem In complicated data sets (e.g. for spark or similar) we often need to establish the 'bounds' or 'universe of allowed IDs' or similar such that we can...

### What is the current behavior? None, seemingly. Using opentelemetry autoinstrumentation along with included related packages (see https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation ) a python application can get tracing data and timing for most...

feature
status-triage_done

We use the data warehouse [Snowflake](https://www.snowflake.com/). To access it from PHP requires either general ODBC support or their own [pdo_snowflake](https://github.com/snowflakedb/pdo_snowflake) extension. Is it possible to add support for any means...

support
feature request

Non-standard but supported use case in FactoryBoy is using a factory function for the 'model' definition, e.g.: ```python def _some_factory_func(*args, **kwargs): # do some cleanup/advanced logic around the args, e.g....

I am genuinely appreciative that this is clearly documented: > AsyncReader.line_num, AsyncDictReader.line_num and AsyncDictReader.dialect are not settable, However I have a valid use case for wanting to set this so...