Jules Aguillon
Jules Aguillon
The problematic part is not requiring a URL, which works fine as long as it doesn't have a meaning other than being a URL for git. API calls require a...
The user name is used to identify branches when creating the PR, something like `{ "head": "user:branch-name" }`.
This is partly fixed by https://github.com/tarides/dune-release/pull/480 but it's not documented and the tool will not ask for the information interactively (instead it'll fail for a bad reason).
The workaround added in https://github.com/tarides/dune-release/pull/480 doesn't work anymore: ``` [!] The user configuration field is deprecated and will be removed in 2.0.0 as it is redundant with the remote field....
Sorry for the noise. I was using the released version by mistake. The work around continues to work: ``` dune-release opam submit --user my_user -r my_url -p ... ```
You can optionally re-define the bottom row in your layout, see for example how the Neo2 layout does that: https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/latn_neo2.xml#L3 This attribute is set `` and an extra `` is...
Why did you close this issue? This is a commonly requested feature that I would like to have one day.
@slashdevslashurandom That's an excellent idea! Would you like to implement that ?
I fail to reproduce the bug with 0.26.2. Can you share the entire code file ?
Thanks! The issue is on ```ocaml val register_arg : 'a Cmdliner.Term.t -> (unit -> 'a) [@@ocamlformat "disable"] (* the return value is (unit -> 'a), let's keep the parens although...