-
Tried building this on a modern ubuntu 20.04 with all the recommended packages installed. The build fails while building a juce cpp file.
modules/juce_gui_extra/juce_gui_extra.cpp:119:12: fatal err…
-
现在基本上来说谈起遍历元组,无非就是多套一层,然后 `std::index_sequence` + `std::make_index_sequence` 解决。
标准高的话用 C++17 折叠表达式,或者 C++20 引入的lambda显式写明模板参数,也就是:
```cpp
template
void iterate_tuple(Func f, const std::tuple&…
Mq-b updated
2 months ago
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Describe the bug
`Ship::Recharge` expects a bitmask (done as class static consts instead of enum) from P…
-
### Description of bug
Hi,
I run metaSpades on a large set of samples. It works fine when I just use the pair1 and pair2 files. But I also have merged reads for each library that I would like to u…
-
Currently, there is not way to add a custom partitioner using modern-cpp-kafka. What should I do in order to add this feature? Or Is there any release where this feature is available?
-
### Answers checklist.
- [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
- [X] I have upda…
0x0fe updated
20 hours ago
-
### Feature Type
Changing existing functionality in the BlueROV2 driver
### Problem Description
The Dockerfile currently makes a few manual changes to the `mavros_extras/CMakelists.txt` file to add…
-
miniz-cpp is based on an old version of zlib/minizip and contains security vulnerabilities. See this example/failing test here: https://github.com/cleeus/miniz-cpp/commit/d2339317086cb6398987bf34f0489…
-
This isn't broken per se, but code that includes another `.cpp` file really isn't great form and frankly makes my teeth hurt, but we do it about a dozen times in our runtime. Surely we can do better u…
-
The `auto.commit.interval.ms` is hardcoded to zero. I believe it means the Kafka client commits/ACKs after every poll() when auto commit is enabled.
https://github.com/morganstanley/modern-cpp-kaf…