-
# Motivation
By now, a script can access to invenory or set pin of the prim the script is installed into. As consequence you have either to keep all inventory in one prim of your build, or when you…
-
## 🚀 Feature
When we run the following snippet with `torchrun --nproc-per-node=2 sample.py`, we'd get the trace below, as of c89fb1bc5114161aed78e9eb19b8f68df523d192.
```python
import os
…
-
After your fixe on #11 , I found the root issue in base_databinding.py ~line 259 :
```
# convert all values in the table to primitives so that the json serializer supports it
…
-
We accumulate the local rect of primitives to get a local rect for each Picture, and then the screen bounding rect of each primitive.
Most of the time (there are exceptions) we don't actually need …
-
With a fresh microk8s 1.14.4 cluster `kubectl apply -k .` gets mariadb-0 to Ready state, but mariadb-1 blocks during start.
```
2019-07-27 14:25:40 139726685889856 [Note] mysqld (mysqld 10.2.25-Ma…
-
From jira-archive created by [sl-service-account](https://github.com/sl-service-account): secondlife/jira-archive#6503
# Information
Since there was recently talk of work possibly returning to M…
-
Related: [vst-user] mailing list [thread](https://lists.cs.princeton.edu/mailman/private/vst-user/2021/000030.html), VST performance [thread](https://coq.discourse.group/t/tips-and-tricks-to-make-vst-…
-
### Description of Issue
I am using rpmalloc in my project as a global new/delete override internal implementation for them and although most of the USD functionality is fine across DLL boundaries, I…
-
Codegen can discard calls to functions that return `dtNil`. For example:
```chpl
proc f() {
writeln("in f()"); // not executed
return nil;
}
proc g(arg) {
writeln("in g()");
}
g(f…
-
It would be good for all of the base *.mo modules to follow a consistent pattern. I think it would be nice to use a format like this:
* Module-name
* Module-description: At least one sentence b…