Matias Piipari

Results 36 comments of Matias Piipari

So technically the iOS and Mac implementations are inconsistent (on iOS there's a `scale:` parameter, on OSX not, and on OSX the scale is in this branch accepted as an...

Ok thanks for clarifying -- then I should indeed add this scale factor to iOS too. Is there an iOS target someplace public already, or shall I make one?

I am seeing this too (with version 3.3.1 of `archive`): ``` LateInitializationError: Field '_input@80520520' has already been initialized. dart:_internal LateError._throwFieldAlreadyInitialized package:archive/src/lzma/range_decoder.dart 33:30 RangeDecoder._input= package:archive/src/lzma/range_decoder.dart 45:39 RangeDecoder.input= package:archive/src/lzma/lzma_decoder.dart 142:12 LzmaDecoder.decode package:archive/src/xz_decoder.dart...

Any thoughts on this @adamcfraser or others? I know this PR came out of nowhere without an issue preceding it, but it's really a pretty critical bugfix category issue in...

> Is this something that could be done by your auth server (api.x in your example above) - i.e. rewriting the cookies as needed based on the token returned when...

@adamcfraser oh yes, that was hazy: the issue on that cookie extension topic is at least what happens at logout time: if user logs out within the expiry time (i.e....

Duh, claim of being left in a logged in state was just it being late. Indeed we delete the session, the cookie wouldn't actually work, that's true. The issue is...

> Would an option to simply disable auto-extension of session lifespan be a feasible solution for your use case? I'd argue this to be a workaround: any web browser client...

> This could be addressed by Sync Gateway evaluating all matching cookies being provided with the request (instead of only checking the first matching cookie). This seems messy: you'd end...