Simon Chopin

Results 14 issues of Simon Chopin

Those are bad since they catch every exception out there, including KeyboardInterrupt and the like. The first block is entirely removed as the two function call are not supposed to...

This is an RFC API aiming to mitigate the safety problems caused by Timer:CallAt as seen in plenty of issues, the latest of which is #5220. The fundamental issue with...

Hi, The following code, using the "ipaddress" gem installed via the system package manager (apt-get install ruby-ipaddress), results in Solargraph being unable to resolve the types using `solagraph typecheck --strict`...

While the JAX-RS does support annotation inheritance for methods, it explicitly doesn't support class-level annotation inheritance. However, the Resource generator does seem to generate `@Path` annotations for the resource interfaces,...

This simplifies the code as we don't have to copy the data over from the temporary Message object. The header copying in particular was failing when using multiline headers as...

In the course of some work on the PPPoE subsystem regarding the configuration reload, I made various modifications to the codebase that are only loosely related. This PR is the...

# REVISED PATCH While working on another patch, I had a bug that *seemed* to be related to a use-after-free on the net structure, leading to a faulty patch removing...

As they say, "shared mutable state is the root of all evil". This patch series clearly marks the triton code as the owner of the configuration objects, making their content...

The _item_t structure is 64-bit aligned on 64-bit architectures, whereas the allocated structures might very well be 32-bit aligned if, for instance, they only hold integer values. This patch ensures...

Collapsing causes the scroll position to be reset, which the reselecting will restore. As a bonus, it seems the framework is smart enough to not move the scroll position *at...