Amin Ya
Amin Ya
Thanks for this great proposal! I was trying this at https://cppx.godbolt.org. I faced this issue that `forward auto` does not compile: https://cppx.godbolt.org/z/ezPz7K ```cpp #include using namespace std; auto myfun(in auto...
clang-tidy is not found in run_clang_tidy.sh although it is on the PATH. It seems that the spawn doesn't pass the env variables. https://github.com/erenon/bazel_clang_tidy/blob/783aa523aafb4a6798a538c61e700b6ed27975a7/clang_tidy/run_clang_tidy.sh#L14
bazel-compile-commands-extractor can generate compiled_commands.json files. I tried to hot patch the shell binary and add [`-p $PROJECT_ROOT` to the clang-tidy command](https://github.com/erenon/bazel_clang_tidy/issues/19#issuecomment-1119921323). However, it seems that still clang-tidy fails to find...
Currently, the package creates a temporary folder and copies the files into it to create the image. This can be avoided by using an in-memory creation.
Closes #252 #253 #254 Includes the types from this PR. We can remove them here once that PR is merged. https://github.com/steelbrain/exec/pull/103
@steelbrain It seems that this package has not been maintained for a long time. The last release is from 4 years ago. Would you like to transfer it to the...
Currently busy signal is very small, it is not colorblind-friendly, and so it is not much visible. Detecting between different colors such as yellow and green for such a small...
It is quite funny that bundle-phobia-cli itelf is quite large when you check it on bundlephobia. https://bundlephobia.com/[email protected]   Some interesting things quickly catch my attention. Does `bundle-phobia-cli` really need...
rollup-plugin-rust supports Nodejs https://github.com/wasm-tool/rollup-plugin-rust/blob/6138501796e8d67ef21365f280c88bf60a8b512e/index.js#L273 fetch is not defined in Nodejs
This adds GitHubActions to run the tests to make sure they pass on all platforms. For example, as I mentioned in #6, I can't run the tests on Windows.