-
```
The current implementation is not serializable. If we load a huge amount of
data each time when starting, this may limit the usage. However, if it is
serializable, we can load it once and serial…
-
```
The current implementation is not serializable. If we load a huge amount of
data each time when starting, this may limit the usage. However, if it is
serializable, we can load it once and serial…
-
## Bug Report
### iRODS Version, OS and Version
iRODS 4.2.8, CentOS 7
### What did you try to do?
The documentation for dynamic PEPs says that objects of type `irods::plugin_context &` are…
-
```
This error happens when I import iTween.cs into any project:
NullReferenceException: Object reference not set to an instance of an object
iTween.LateUpdate()(at Assets/iTween/iTween.cs:6583)
The…
-
Because JavaScript describes so many objects creating them on every `Context` creation takes some time. But with snapshots we only do it once then we serialize them into a snapshot binary file and all…
-
using s3 for assets, `add_host_prefix` error
```
Starting pushing objects to Wombat
Pushed 1 Spree::Order to Wombat
rake aborted!
ArgumentError: bad argument (expected URI object or URI string)
/var/…
ghost updated
10 years ago
-
`Transaction.supportsFiltering` check disappeared from `InMemoryDataStoreTransaction.loadObject` after upgrade, and now when `filterExpression` is not `null`, `InMemoryDataStoreTransaction` never c…
-
```
What steps will reproduce the problem?
1. Create model class which includes unsupported property type (e.g.
UserProperty)
2. Populate and save at least one instance of model class
3. Import serial…
-
Is there any example for pagination?
-
@addaleax @nodejs/n-api @nodejs/workers ...
Currently there is no way for userland code to define their own cloneable/transferable objects that work with the MessageChannel/MessagePort API.
For …