Frank Neff
Frank Neff
In some currencies (e.g. CHF), the smallest spendable amount is not 1, but 5 cents. So rounding a price to `2.73` doesn't not make much sense, because it's not payable....
The `findBy` method of class `Doctrine\ODM\CouchDB\DocumentRepository` returns an empty result while searching for criteria `id`. ``` php $documentManager = $this->container ->get('doctrine_couchdb.odm.default_document_manager'); $repository = $documentManager ->getRepository('ACME\FooBundle\CouchDocument\User'); var_dump( $repository->find('9142249159baef526ebd78c088009861') ); // returns...
Is it intentional, that case classes must be defined at top level and cannot be inside other scope? Works: ```scala class CaseClassSpec extends FlatSpec with Matchers { @label("example") case class...
Wouldn't it be nice to implement `\Doctrine\Common\Persistence\ObjectManager` in the EntityManager to enable usage in third-party components implemented against the Doctrine Common interfaces? Thoughts?
Hi there Add a dynamic exchange for settings. So the Issue #1 will be fixed.
TTML sources like the following should be successfully parsed with color: ```xml An then, he said... ``` Updated the color regex to support that.
### Context Using Orb in an Angular 17 component: ```typescript export class ApplicationsComponent implements AfterViewInit { @ViewChild('graph') graphElement!: ElementRef; orbInstance!: Orb; reload() { this.orbInstance.data.setup({ nodes: [ {id: "foo", label: "Test...