Simon

Results 74 comments of Simon

@davefx Thank you very much. There's another deprecation notice that is being triggered on the main "Stream Records" screen: `timezone_name_from_abbr(): Passing null to parameter #1 ($abbr) of type string is...

I've also run into this and tried to debug the problem. In my case, building something from source via Homebrew is also the most likely culprit. I believe that this...

Hey, I'm hoping this is not perceived as spam :) We at datamate (the primary support and sales partner of Seafile in Europe) have developed a new Docker-based deployment approach...

For the meantime: `cargo install --git https://github.com/borgo-lang/borgo` should work

TC mentions: @jebentier @dkarlovi @mandrean @jfastnacht @ybelenko @renepardon

@wing328 Thanks for merging! > Sorry for taking a bit long to review. No worries :slightly_smiling_face:

I'm running into a similar issue using v7.6.0. The generated code contains `$multipart = false;`, even though the OpenAPI spec specifies the media type as `multipart/form-data`. (Sidenote: The operation does...

I've started looking into this. @reeperbahnause correctly pointed out the right location in the template (updated for the latest commit on master). `$multipart` is only ever set to `true` if...

The actual validation logic is defined here, for anyone who's willing to work on this: https://github.com/treeverse/lakeFS/blob/857e22bc0b6c0aa3e54729a70037371dc1c04327/pkg/graveler/validate.go#L49-L80

Setting `authorized_key_filename`/`authorized_key_directory` to the values of the actual file fixes the issue for me (at least for `server.user_authorized_keys()`). Unfortunately `server.user()` does not support those two keyword arguments. --- > If...