-
We are building infrastructure for multitenancy around Docker Swarm using labels on objects - see https://github.com/neuroforgede/swarmgate
I would love for this volume plugin to set and get labels…
-
When I assign the same const object as a value of the same observable - I get different reference every time:
```js
store.reactiveField = constObject;
const cache = store.reactiveField;
store.re…
-
Extract MeshContext generation to component (we don't need MeshCache anymore).
If we see a change in MeshContext, take a list of connected proxies and put them on the regeneration queue with this Mes…
-
We are using this modules with nginx 1.16 , its working perfectly fine.
Recently we are planning to upgrade the nginx to 1.24 or 1.25.1 version. Its failing there
System Information
Os : Ubuntu 2…
-
Most kinds of built-in exotic object are defined in two places:
- a section within 10.4 that gives the internal methods/slots, and
- a section within 20-28 that defines intrinsics (constructor, prot…
-
### Issue Summary
Modeladmin PermissionHelper looking up for permission objects with self.opts.app_label/self.opts.model_name, which is not correct for proxy models.
### Steps to Reproduce
…
-
There is no guarantee as to which thread is used to deallocate an object. Especially with cycles deallocation could happen on a second thread that happens to break the reference cycle by running the G…
-
## BUG/PROBLEM REPORT and Proposal of Improvement/Solution
### What I did:
Populate a Plone (portal_catalog) with tens of thousands objects (15.000 is enough to experiment the issue)
### Wha…
-
It is desirable to have client objects(dispatch and proxy) support java.io.Closeable.
1) BindingProvider extends java.io.Closeable. This is straightforward but a API change.
2) No API change, but in…
-
## Describe the bug
The unhandled rejection logic in xsnap-worker is to [invoke `console.error` in the start compartment](https://github.com/agoric-labs/xsnap-pub/blob/87566073e377cbc6fe3f874e6cbed99…