-
The following is input from the HDMI® Licensing Administrator, Inc. (HDMI LA) by way of Brad Bramy:
For products that are identical or for a core product with derivatives, there is can be lite…
-
This module is awesome, but it has a high coupling with mongoose.
Here are some suggestions:
1. Extract ODM abstract layer to let users write other ODM's adapter.
2. Extract lock abstract laye…
-
Hi friends,
I tried to download an audiobook using the python command, but I'm getting the "ValueError: Unable to find Metadata in ODM" error message.
`odmpy libby --latest 1
odmpy Interactiv…
-
horsburgh[CodePlex] A few people have reported that they are still getting errors in updating their ODM Controlled Vocabulary tables using ODM Tools. I suspect this has something to do with special ch…
-
I get the following error when updating phpcr-odm in an older project.
```
Cannot assign null to property Symfony\Component\Routing\Route::$condition of type string
```
`condition` was only ad…
rmbl updated
2 months ago
-
Doctrine 2 comes with MongoDB ODM any idea how to load it in lithium? from the top of my head auth and form classes will have to be patched? any input would be appreciated
-
I am reformatting my mac so i am on windows (which was reformatted last week) and when i run sonus it extracts but doesn't save
C:\Users\Cerina\Documents\holding ready to combine>sonus C:\Users\Cerin…
-
## Expected Behavior
ODM can handle spaces in collection ids. The official restrictions on collection ids are documented here: https://firebase.google.com/docs/firestore/quotas#limits
## Actual Be…
-
Users regularly want to introduce their own collections. We don't want to expose the Collection interface due to its complexity there is too much risk. MongoDB ODM has a code generated solution for th…
-
I recently (well, months ago) made a big PR on the phpcr-odm UOW to switch it over to using an operation queue:
https://github.com/doctrine/phpcr-odm/pull/396
The problem was that in an ODM you have…