FredericH

Results 25 issues of FredericH

It seems that the [@ManyToOne](https://github.com/FredericHeem/fuzz-poker/blob/onetomany/cordapp-example/contracts-kotlin/src/main/kotlin/com/example/state/PositionState.kt#L79) and the [@OneToMany](https://github.com/FredericHeem/fuzz-poker/blob/onetomany/cordapp-example/contracts-kotlin/src/main/kotlin/com/example/state/IdentityState.kt#L72) are not working as expected. Here are the steps to reproduce the errors: ``` git clone https://github.com/FredericHeem/fuzz-poker/ samples -b onetomany cd samples/cordapp-example...

Triaged

Many use cases require models with relations and constraints: * *ManyToOne* and *OneToMany* in the JPA world. * Primary and composite keys for uniqueness: @Id and @IdClass Suppose a system...

Triaged
needs comment

``` (node:80559) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 4): AssertionError: expected undefined to equal 'ciccio' (node:80559) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not...

Bear in mind that upgrading to reactjs 0.13 will break the source code, See https://github.com/facebook/react/issues/3418 for more information.

Would it be possible to reduce the code duplication regarding the store implementation ? The functions `forThisStore`, `onLoadResourceSuccess` and `onLoadResourceFail` are copied all over. Do you have any ideas on...

The importer creates 2 `accout_credited` effects for a path payment operation: - https://github.com/stellar/horizon-importer/blob/master/app/jobs/history/ledger_importer_job.rb#L392 - https://github.com/stellar/horizon-importer/blob/master/app/jobs/history/ledger_importer_job.rb#L398

In the case where the ledger sequence in not contiguous, the import process is stuck: ``` stellar=# select ledgerseq from ledgerheaders; ledgerseq ----------- 1 2 3 4 5 6 7...

When getting all operations or operations per account, the date of the operation is not known. Would it be possible to add the operation date and time ?

enhancement

What do you think of using [RAML](http://raml.org/) to describe a typical CRUD app according to RAPIS ?