Sardo
Sardo
guys, this would be very helpful cc: @fenos
Hi everyone, I have finished today the API specification (except the streaming API): https://github.com/mastodon/mastodon/pull/20000 Would be great if you can help to test and review.
Hi everyone, After the discussion in the PR I have linked, there was a proposal to use the https://github.com/zhandao/zero-rails_openapi library to generate OpenAPI specifications from the code itself. I do...
@alikhajeh1 I can try if you don't mind
I want to bring up a discussion on this again. Is it in progress, or can I pick it up?
I have managed to do it with ```yml - name: insert port forwarding for ufw lineinfile: dest: /etc/ufw/before.rules line: "{{ item }}" with_items: - '*nat' - ':POSTROUTING ACCEPT [0:0]' -...
Could you please provide some more details and examples? This will help to get a better picture.
Oookay, I used this `use quick_xml::se::to_string;` instead of current crate and works like a charm