Jehan Bruggeman
Jehan Bruggeman
Hi, I see the spec for `DaysOfWeek` defines the rangs as `1 -> 7`. I'm using this project to parse cronfiles on a `debian/ubuntu`, [which uses](https://help.ubuntu.com/community/CronHowto) the range `0 ->...
I'm trying to decode an OCF with invalid values for the namespace: ```javascript {"type":"record","name":"null","namespace":"null","fields":[{"name":"partition","type":"int"}, // [...] ``` Despite the namespace, erlavro would be able to decode it correctly except for...
Otherwise, people using jshint can get warnings after transpilation.
Releases version 0.13.0 Closes #466
Small fixes: - the example code in the README did not work. - set a default codec when decoding when none is specified in the header.
The current implementation of msgpack-hadoop is not compatible with the latest version of msgpack (0.6.7). Our company has updated part of the codebase to be compatible, but we're still missing...
I am trying to read data from a *serverless* SQL pool in Azure Synapse using Kafka Connect JDBC. I am using MSSQL JDBC driver version 11.2.3. Microsoft's documentation on Synapse...
Restores the previous behaviour of using the `Content-Range` header (when available) to extract the full content length from a partial request. See: * discussion here: https://github.com/duckdb/duckdb-wasm/pull/2057/commits/51b5481014d69fb587e1878088123731d2370cf5#r2490466628 * https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Range * https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Length