David Siegel
David Siegel
# PTP Webcam Canon Inc. Canon EOS 450D Camera Report PTP Version: 100 Vendor Extension ID: 6 Vendor Extension Version: 200 Vendor Description: Functional Mode: 0 Device Version: 3-1.1.0 ##...
Hi, thanks for writing ipysheet. This PR is a bit of a clean-up of the pandas loader. It just does things a bit more pandas-style and avoids copying and conversion...
Hi, looking through the pull requests I found PR #4, which seems to have stalled because it lacks documentation. So, this PR adds a few lines to the README.md as...
I always felt that the `AsyncWorker`s are suffering from a design defect. Right at its very core is a very subtle anti-pattern. I call it "composition by inheritance". Does that...
Introduce a new function ParseSection(…), which handles populating the toplevel GLTF arrays. This removes a bunch of duplicated code. Use a variadic template to facilitate passing additional arguments, that don’t...
Hi @syoyo, how are you doin'? Thanks for the quick merge the other day. I continued exploring and came across another small issue with `tinygltf::Value`. Consider a typical baking job...
I was enjoying myself tinkering with your libclang binding. Here is the fallout: Wrap type `Range` and expose `cursor.extent`. Also, add the other location accessors: - `expansionLocation` - `instantiationLocation` -...
In #48 @ronkorving pointed out correctly: > From Apple's docs: > > > "Subtype labels may be up to 63 bytes long, and may contain any eight- bit byte values,...
`interfaceIndex` is deprecated in v1.1.0 and superseded by `networkInterface`. It will be removed in v2.0.0