Benjamin Saunders

Results 187 issues of Benjamin Saunders

Repro: ```rust let env = heed::EnvOpenOptions::new().max_dbs(10).open(&config.state_path).unwrap(); let db = env.create_database(Some("foo")); ``` Increasing `max_dbs` to 20 seems to work around the issue.

[The XDG spec](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html) defines `$XDG_DATA_DIRS` and `$XDG_CONFIG_DIRS` as preference-ordered lists of read-only locations to search for data and configuration, in addition to the writeable `$XDG_DATA_HOME` and `$XDG_CONFIG_HOME` locations, which have...

C-enhancement
C-proposal
E-medium
P-medium

[f5-cert.der.gz](https://github.com/briansmith/webpki/files/2802151/f5-cert.der.gz) OpenSSL says: ``` Certificate: Data: Version: 3 (0x2) Serial Number: 1549 (0x60d) Signature Algorithm: sha1WithRSAEncryption Issuer: C=US, ST=WA, L=Seattle, O=MyCompany, OU=IT, CN=localhost.localdomain/[email protected] Validity Not Before: Mar 30 14:35:40 2014...

Allows reuse of collision geometry between scaled objects, e.g. encoded in a GLTF file. I think this change is more or less complete, albeit untested, but I'd like to discuss...

In some places, parry uses the `FeatureId` enum, but `TrackedContent` uses a plain `u32` for its feature IDs. This is also easily confused with the subshape `u32`s in `ContactManifold`, which...

When processing queries on a compound shape, `QueryDispatcher` methods must be invoked recursively. This makes it infeasible for custom shapes that occur inside compound shapes to be handled. Ideally downstream...

The main documentation for layers seems to be [api_layer.adoc](https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/loader/api_layer.adoc), but this contains a great deal of information (e.g. manifest spec, negotiation) that's not pertinent to the common case of a...

synced to gitlab

I recently encountered behavior in SteamVR where [`xrAttachSessionActionSets` would sometimes throw C++ exceptions](https://steamcommunity.com/app/250820/discussions/8/3059617763557427211/). While this may be a bug in SteamVR (throwing exceptions through a C ABI is obviously not...

synced to gitlab

See https://github.com/KhronosGroup/OpenXR-SDK/blob/master/src/tests/hello_xr/graphicsplugin_opengl.cpp#L106-L118 Wayland/xcb/xlib connections are all initialized to nonsense, and remaining fields (where applicable) are left entirely uninitialized. Testing on Monado seems to work anyway, at least on xlib, which...

bug
in hello_xr
low priority
synced to gitlab

`VulkanGraphicsPlugin` should destroy the `VkDevice` and `VkInstance` it owns on destruction rather than leaking them. This allows the Vulkan validation layers to detect resource leaks, which is useful for finding...

bug
good first issue
in hello_xr
synced to gitlab