fmichaut
fmichaut
I have a Makefile with a build rule similar to this one : ```make %.o: %.cpp $(CC) -o $@ -c $< $(LDFLAGS) $(CFLAGS) 2>>errors_build.txt ``` I redirect the error output...
This template is for **user support**. If you are reporting an actual Flycheck bug, please use the relevant issue template instead. ## Checklist - [x] I have searched existing issues...
Some arguments are exclusive. Current workaround is to implement checks after the parsing like so : ```c++ [...] program.parse_args(ac, av); if (program.is_used("--foo") && program.is_used("--bar")) { throw "--foo and --bar are...
Adding `std::filesystem::path` support in cereal. Relying on the current `std::string` serialization since it is the underling storage for filesystem::path.
I know the mod says it might not work under linux, but I hope that submitting crash reports will help making it compatible for linux. Also, not sure if it...
**Is your feature request related to a problem? Please describe.** When building in creative, I sometimes want to pick blocks from a schematic. I am used to the vanilla-like behavior...
When using the Replace Block feature for blocks with a state (stairs, deepslate, logs, slabs, ...) it only replace the block with the state you copied when holding the shortcut....
I would like to have both `irony` and `c/c++-clang-tidy` in my flycheck setup (i'm using doom emacs). That might seems easy, but it was not. After hours of trial and...
Not sure if this should be a bug report instead, but I'm assuming the current behavior is WAI. **Describe the new feature:** When right-clicking on a clip, I would expect...
**Describe the new feature:** As some big rendering can take time, it would be nice to have a chime or a desktop notification when the rendering is done. It's a...