Steve Groesz
Steve Groesz
Feature Request - might be useful? not sure what all that would entail to implement. uninstalling 'git' based installs could get complicated as there could be differences between salt versions....
Would systemd masking prevent the service from starting on reboot? the admin would need to remember to re-enable the service. would masking also prevent the admin from starting the service...
Should warn if process will not restart without killing the process. Will try the service.restart method. salt.modules.service is under-documented. https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.service.html ``` # salt 's*' minion.restart spartanapp: ---------- comment: - Not...
> For the PR: please no one-liners, but rather well readable code. Ofc. :)
Adding an attribute "count" to the BomItem model would probably work here. This would also require updating documentation, unit tests, related views, and stock take calculations. Count would represent the...
[E.123](https://en.wikipedia.org/wiki/E.123) is the standard for formatting (displaying) telephone numbers. [E.164](https://en.wikipedia.org/wiki/E.164) is the actual standard. E.164 limits phone numbers to 15 digits or less. The first two digits in E.164 format...
I'm not currently planning to tackle this, as most of my vendors are web based and I don't deal with a lot of phone numbers. @SchrodingersGat @matmair I suspect this...
@SchrodingersGat my thoughts were that to enable localization for phone numbers we would need to standardize on a format to store the phone number. It might be possible to implement...