Jochen Breuer
Jochen Breuer
When installing `defbro` via `brew install jwbargsten/misc/defbro`, I get the following error message: ``` … Tapped 1 formula (16 files, 14.1KB). defbro: A full installation of Xcode.app >= 11.2 is...
https://github.com/Fizzadar/pyinfra/blob/c1c9437716c847f24d032543443ad7f483ac0931/pyinfra/operations/server.py#L520-L521 While this should work in general, I think this might deliver surprising results for example for openSUSE. An openSUSE install is shipping aptitude with a symlink to apt. But...
### Is your feature request related to a problem? Currently many places in Cobbler have hardcoded the `http://` protocol. It may be required in some environments to use HTTPS. ###...
You can read up about Yomi here: https://github.com/openSUSE/yomi For now this is only a placeholder and should be filled with more information in the near future.
**Describe the solution you'd like** It would be nice if there was an option to share article links. **Describe alternatives you've considered** The only thing possible is to search for...
In the next Release Working Group meeting on the 14th of April we'd like to talk about how to better coordinate releases across all of the different operating systems ?...
Salt TestSuite Documentation: https://docs.saltstack.com/en/latest/topics/development/tests/index.html#salt-s-test-suite Checkout: https://github.com/saltstack/salt/pull/53566 ### Speed improvements - [x] identify slow tests (use profiler) - [ ] Investigate the reason of the slowest tests: https://github.com/saltstack/community/issues/95 - [ ]...
[Django is expecting a CSRF token](https://docs.djangoproject.com/en/1.10/ref/csrf/) with POST requests to prevent Cross Site Request Forgeries. This also includes AJAX POST requests. With a normal form this looks like this: ```...