Yannick Einsweiler

Results 15 issues of Yannick Einsweiler

How does the appender integrate with Asynchronous logging as described at https://logging.apache.org/log4j/2.x/manual/async.html#AllAsync According to log4j doc, there is a huge performance gain but not sure if it is leveraged by...

Weird I didn't find this before - tested on `2021.04.0`: `ls`, `find` and `glob` are supposedly returning a list of either strings or dicts (in case `detail=True`). However with `detail=True`,...

`GCSFileSystem().exists()` does not work (anymore) on buckets in 'other' projects - it returns False even though service account has full access to the project (account is project owner in all)....

More question first: is flushing to gcs asynchronous ? i.e. I like this not to be a blocking operation so that the buffer (and new one ?) gets filled in...

https://github.com/googlemaps/google-maps-services-python/blob/5b952d73f8374baac876b4d845fd46cebec6ed7e/googlemaps/addressvalidation.py#L47 currently only accepts a limited number of arguments - see https://developers.google.com/maps/documentation/address-validation/reference/rest/v1/TopLevel/validateAddress#postaladdress Our use case is that we know the US state, and want to pass that to the API...

type: feature request
stale

What is the limit or ideal number of rows for a single insert() method call ? Is the SDK using page size and flush in batches like other CRUD libraries...

When using PyCharm to debug, `requirements.txt` has unknown dependency on `debugpy` - and `requests` is not used either. Likewise, `Procfile` starts VS Studio debugger - not used with IntelliJ On...

area/skaffold-debug

Fixes https://github.com/snoopyjc/xls2xlsx/issues/17 Tested on Win10 locally, and in Linux-container on GCP.

Not sure if Bigquery-specific but currently, DF generates a hash value for the temporary procedure to construct the MERGE or INSERT DML for an incremental table. I have learned that...

UX Papercut

Currently parsing a XML renders string values only, so `xmltodict` cannot be used e.g. as input of `fastavro` if the avro schema has a mix of data types. Enhancement request...