Théo Cavignac

Results 15 comments of Théo Cavignac

Thank you, I never done flake8 plug-ins before butI'll look into it.

Hello, I am confused too, I just built a PKGBUILD to publish onto AUR. It works quite well with the available AIR SDK from AUR. I would feel stupid if...

I did not know about AIR being EOL, hope you'll find a way out to continue developing this nice tool.

The exercise `count_nucleotide` uses a `Base.Map` as it output type, which makes it impossible to solve the exercise without Base. Unfortunately, the fact that Base is opened by default causes...

Thanks for the work @real-or-random, I hope we can get a review of this soon. It appears that @valentjn is not very active around here these days (not blaming them,...

I know this is a joke, but just for the sake of argument, I don't see what Rust would have brought to prevent this backdoor. It's not like someone exploited...

@jmwielandt no idea honestly, just spitballing. I don't understand macro writing. But remember that the backdoor is not just some build script: it is a conjunction of bash, m4 macros...

Another problem is that if you remove a dependency, it will still be installed. I mention that because my test case was trying to replace an old version of a...

If all the example were easily compilable (modulo a bit of boiler plate) it would be pretty easy to programmatically check that deprecated symbols are removed. It would be sufficient...

I had time earlier than expected, so I tinkered yesterday with a bit of python, and I think I am on the right track. Currently, I have a script that...