Dominic Egger

Results 20 comments of Dominic Egger

huh. I did not expect this to be as per spec. Sorry in that case, feel free to close if that's the case.

I'm in the groove of implementing those functions anyway will start mid-late september most likely. thanks for listing them all @OlivierBlanvillain !

I am currently working around this by excluding this transitive dependency specifically which seems to work fine as I am not doing anything with AWS anyways.

`F[_]` would need to have a `Foldable` for that right? If so `toIList.sorted` should do it.

I would also be willing to chip into this effort. Lemme know if i can help somehow.

In particular what is going to need some design-elbow-grease is the question if we want to do this fallback strategy. Right now there's nothing stopping you from doing something like...

In most cases the usecase is really just straight up enums. So in particular we have a search endpoint where we'd like to have the search parameters in the URL...

I think you're right. I'll probably start from scratch again and restrict it to "true" enums. Maybe it would be interesting to explore to "derive" documentation for query params that...

So an update to that @scottf your concerns were well warranted. The adjustment the linked MR makes works *only* if there's a proxy but in such cases might be necessary...