Denis Nikiforov
Denis Nikiforov
Is it possible to configure Spring Data REST to generate all repository and HATEOAS links in lisp-case instead of camelCase?
Here is a test script https://github.com/AresEkb/pyearth_issue166 It gives very different results on a Windows and Linux machines (384 vs -704 for a last period). I run such a script on...
@jcrudy Thanks a lot! I added an information on a run with zero_tol=1e-7 into [README.md](https://github.com/AresEkb/pyearth_issue166). It gives the same results on both machines now. Also it seems that the quality...
The following serializer works fine for me: ``` import { SnapshotSerializer } from 'vitest'; const serializer: SnapshotSerializer = { serialize(val, config, indentation, depth, refs, printer) { for (const className of...
It would be very cool if array properties was ko.observableArray!
I've got the same error ;( Here is a metadata: https://gist.github.com/4051660 JayData can't find a storage model for YoStat.Models.Variable. It seems that context contains a storage model only for YoStat.Models.BaseVariable......
Thanks for answer! As I see, a simplest workaround is to flatten a hierarchy: ``` c# public class Vehicle { public int Id { get; set; } public string Model...
Thanks! I'll keep developing my app with flatten hierarchy. And I will wait for true inheritance!
Maybe both GET requests can be invoked with the same signal? So cancelling any of them will cancel the other as well?