Cœur

Results 653 comments of Cœur

Reproducing on main (9c4d28dd08edd93765f549a28f00adf3b58311a7) on Sonoma bêta 14.3 (23D5033f)

From #6536 it was suspected that the issue may appear when it's the time of the day where the light/dark styles of your system alternate.

Reproduced on macOS 15.0 beta 2 (24A5279h) with top-of-tree ec5296c8dc15c0d51014d67ef93658e5569f354c

Assigning to @Schlossgeist for now, as there is a rebase conflict to address now.

Possibly more portable or future-proof: ``` #if __has_include() #include #else #include "route.h" #endif ``` and then we don't need .

In Xcode 15.3 (about 4 years after 11.3.1), - lines 86-87 (`rmx_state` and `rmx_filler[3]`) got combined into `rmx_filler[4]`. - line 109 (`RTF_LLDATA`) is removed. - line 130 adds `#define RTF_GLOBAL...

@terryyin it would be nice to fix that one, because travis reports are failing since around May 14: https://github.com/terryyin/lizard/commit/de9d838d2e187673fc4f9573ad3b5033994dfe97#comments

It's 2024 and all the systems have arc4random natively. I feel we should just delete our arc4random.c instead of maintaining it.

No. I'm reading through the history. I see: >Add an arc4random implementation for use by evdns > >Previously, evdns was at the mercy of the user for providing a good...

> I shall prepare a diff to do that then ? On second thought, maybe yes, you can propose a pull request that removes "arc4random.c". I do not know what...