Davide Cavalca

Results 46 issues of Davide Cavalca

Python 2 has been [sunsetted](https://www.python.org/doc/sunset-python-2/), convert the script to Python3.

One test fails when building on i686 or armv7hl ``` ---- src/lib.rs - (line 26) stdout ---- Test executable failed (exit code 101). stderr: thread 'main' panicked at 'assertion failed:...

We should run `httpd -t` in a validator when rendering config files in templates

Stuff like `FB::Fstab.get_unmasked_base_mounts` isn't safe to call from random cookbooks as it relies on node data that may not necessarily be there or be correct. Audit all methods, codemod the...

`fb_network_scripts` does some trickery under the hood to in-place modify configs to try and avoid network restarts at much as possible. This is great, but the changes don't get reflected...

https://github.com/facebook/chef-cookbooks/pull/140/checks?check_run_id=828494452#step:4:3518

On armv7hl (but the repro is the same on i686): ``` $ cargo test [...] running 6 tests test test_non_zero_u16 ... ok test test_non_zero_u32 ... ok test test_non_zero_u128 ... ok...

When running `cargo test` on master I get: ``` test test_backtrace ... FAILED failures: ---- test_backtrace stdout ---- thread 'test_backtrace' panicked at 'Unexpected stderr, failed var.contains("stack backtrace") └── var as...

npm has a magicmirror package, but it's a very old version (2.0.0): https://www.npmjs.com/package/magicmirror . In spite of this, it seems to be actively used and downloaded (22 times in the...

discussion