Gilles Miraillet

Results 20 comments of Gilles Miraillet

Deleting fontconfig cache seems to resolve the problem : ```shell sudo rm /var/cache/fontconfig/* rm ~/.cache/fontconfig/* ``` Solution found here : https://forum.snapcraft.io/t/snapped-app-not-loading-fonts-on-fedora-and-arch/12484/23

@a-b sorry for the delay, here is the [PR on the main branch](https://github.com/cloudfoundry/cli/pull/2837)

new PR : [2932](https://github.com/cloudfoundry/cli/pull/2932)

new PR : [2933](https://github.com/cloudfoundry/cli/pull/2933)

PR on v8 branch : [2933](https://github.com/cloudfoundry/cli/pull/2933)

PR on main branch : [2932](https://github.com/cloudfoundry/cli/pull/2932)

@amhuber as a workaround, you can force git to use `https://github.com/` instead of `[email protected]:` in git config: ``` [url "https://github.com/"] insteadOf = [email protected]: ```

Hello @mchabane To simulate the call made when retrieving events, you can play the following query: `/v3/audit_events?per_page=5000&order_by=-created_at&created_ats=` where is the current time in UTC minus 15 minutes, and follow pagination...