Matias Bordese

Results 35 comments of Matias Bordese

I think this is now solved with our [shift swap requests](https://grafana.com/docs/grafana-cloud/alerting-and-irm/oncall/on-call-schedules/shift-swaps/) feature. Let us know if that's not the case!

As mentioned this is possible using the [delete](https://grafana.com/docs/grafana-cloud/alerting-and-irm/oncall/oncall-api-reference/alertgroups/#delete-an-alert-group) API, setting the `mode` parameter to `delete`.

Although not available built-in at the moment, note we have released a new API endpoint exporting final schedule shifts, and there is an example script in our docs calculating something...

Hi there, It has been a while since I tried to set this up in Windows, maybe something broke. FWIW, installing the unrar lib and pointing to it through the...

Thanks, will try to take a look. Could you share the exe file and which Python version is it using?

Right, this isn't exposed in RarFile because it is kind of low-level and somehow tied to the ctypes wrapper implementation. Will give it some thought, though. I agree it would...

Do you have a link for a failing rar file so I can reproduce the issue? Thanks.

I tried to download the file, but it doesn't seem I can (I get a "page does not exist" message).

It uses Python's ctypes find_library helper (https://docs.python.org/2/library/ctypes.html#finding-shared-libraries), that is supposed to locate a library in a way similar to what the compiler does. I can check if there is a...

Yeah, I agree. Thanks for reporting the issue. I guess you already worked-around the issue, but FTR until this gets fixed, PatchSet expects a file-like object (so you could use...