Michael Schout

Results 24 comments of Michael Schout

Was this ever solved? We are still seeing this issue.

@bruceburstein you sir are true hero thank you! I got it to build this way, which maybe shorter: ``` npm install # this fails of course npm install [email protected] npm...

Possible dupe of #561

In case not clear, the issue here is that the `Prefix` in these 2 calls needs to match exactly: ![image](https://user-images.githubusercontent.com/23033/121785341-e009f980-cb7e-11eb-896a-67c64e9a8ec5.png)

Couple of things here. One: `zfsbackup-go` has a `--snapshotPrefix` param so you can tell it to e.g. only consider the daily or hourly snapshots. I submitted this feature precisely to...

This bothered me enough I took a stab at solving it. Added `SlicedModel` to spring-hateoas and added `SlicedResourcesAssembler` plus injection to spring-data-commons. The HATEOAS MR needs to get merged first...

Maybe I misunderstand how `route_param` is supposed to be used, but aren't you supposed to pair `route_param` with a `params()` call describing the route param like this? ``` params( requires('locale',...

Part of the problem is that nested `route_param` was broken badly in 0.86 and prior, in that the inner `route_param` would blow away all param definitions of previous `route_param` declarations....

NOTE: this depends on https://github.com/spring-projects/spring-hateoas/pull/1856 which adds `SlicedModel`, so this one could not possibly be merged until the spring-hateoas change gets done.