-
I think that an extension that just specifies collision bodies would be useful outside of KHR_rigid_bodies (which is what I would name this proposal.)
I think that KHR_collisions can be useful for …
-
Another aspect of the GDPR law is the Right to Erasure. I've created a proposed implementation that might meet the requires of this provision of the law. This continues the work outlined in #2332 an…
-
-
```
This is to log the UPC non-blocking memory copy library extensions.
For more information, please see
https://sites.google.com/a/lbl.gov/upc-proposals/extending-the-upc-memory-copy-l
ibrary-functi…
-
## Announcements - New Features, Design Patterns, and Methods
I'm unsure how GitHub sends out updates. I don't think people are informed about Wiki changes for example. I've been announcing new f…
-
Hi,
while loading the vkitti2 dataset I'm experiencing huge RAM loads of up to 200 GB, on the master and refactor branches. Since the dataset itself is only around 16 GB I was wondering whether this…
-
This ticket is for progress tracking and for the discussion on nav2 OMPL planner.
Initial implementation and it's feedback, refer to ros-planning/navigation2_tutorials#2
Link to my branch: https…
-
I'd like to propose adding support for individual/unit-to-unit calls on EDACS.
The format for EA systems appears to be as follows:
```
mt1 = 0x10
mt2 = 0x10 for analog, 0x14 for ProVoice
lcn …
-
Original Author: @shelby3
Original URL: https://github.com/keean/zenscript/issues/35#issue-243345358
Original Date: July 17, 2017
---
|
----- | -----
![](https://upload.wikimedia.org/wik…
-
The `is=""` API can be confusing, and awkward. For example (in current v1 API):
### inheritance currently has to be specified three times:
```js
class MyButton extends HTMLButtonElement {} // …