-
```
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…
-
```
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…
-
`Transaction.supportsFiltering` check disappeared from `InMemoryDataStoreTransaction.loadObject` after upgrade, and now when `filterExpression` is not `null`, `InMemoryDataStoreTransaction` never c…
-
I don't know if I can add anything that isn't already described in the README or #6 but since this repo is soliciting feedback I thought I'd dump my thoughts here.
The company I work for evaluated …
-
Hi,
I've an issue with the NEC agent checkpoints. When I ativate the checkpoint option for exemple:
> coach -p CartPole_NEC -r -s 120
After the specified time, when the agent trie to save the …
-
### Laravel App Key Rotator Version
v^2.0
### Laravel Version
v9.22.1
### PHP Version
v8.1.4
### Bug description
I am getting the following error while running: php artisan app-ke…
-
Since `runtimeType.toString()` may be slow, we should cache the mapping back to the base type for use later. (To be confirmed by benchmarks, of course).
-
Came from: https://twitter.com/webdevilopers/status/1374292878713831428 by @domainascode
> A classic discussion. And it really depends on how you define your commands. For instance our „commands“ s…
-
**Describe the bug**
Response models generated from inlined arrays are named by the SwaggerModelsGenerator with getClassesFromResponses() by stripping "/" from the path.
```
if (itemsSchema?.pro…
-
When running with the latest EclipseLink 2.7, EclipseLink is failing to track changes when an entity has an embedded collection property mapped using Set's: whenever an entity instance is read from th…