Simon Ruderich
Simon Ruderich
Hello, `src/robusta/integrations/git/git_repo.py` contains the following code: ```python os.system(f"ssh-keyscan -H github.com bitbucket.org >> {SSH_ROOT_DIR}/known_hosts") ``` While this makes it easy to connect via SSH it also completely bypasses hostkey checks. This...
Since c6a8ce7daa7545b6bc19d279e4ff8ab746c06eb6 ("GPG does zlib compression by default") the encrypted data was returned which makes gpgfs unusable.
### Description I'm trying to delete one type of extended community with any value (e.g. all "RT:x:y", no matter x and y) but not extended communities with other types. The...
Hi, besides the TileMapLayer migration I performed a few cleanups and added some comments which might be helpful. Best, Simon
Hi, two commits to implement GPIOI for STM32L49x/STM32L4Ax and rcc_set_peripheral_clk_sel() for STM32L4 (both tested with a 32L496GDISCOVERY discovery kit). And fixed the example for LPTIM: LPTIM_IER must be modified while...