Yaroslav

Results 42 issues of Yaroslav

**Describe the bug** There is an explanatory image in the main [README.md](https://github.com/gelldur/EventBus/blob/master/README.md). As a modern guy, I use a dark GitHub theme with a black background. On such a background...

### Is your feature request related to a problem? Please describe I'm working on the library that is not yet released (interfaces are unstable and I have zero userbase), so...

request

## Description One of the selling points of the library is its advantages over its direct analogue - Catch2 ![cost-of-including-the-framework-header](https://github.com/doctest/doctest/raw/master/scripts/data/benchmarks/header.png) One little detail is renaming Catch to Catch2 is lost)...

As I see last release was 2 years ago, 151 commits since then. But CI builds are broken, and almost no activity on the codebase, issues etc. I didn't see...

./download-engine.py can't download engine because the link to the engine in lib/config.json is outdated. According to the links on the official site, it might be ```https://digitalocean.cocos2d-x.org/Cocos2D-X/```

Support of python2 ended in 2020. It still exists and can be used to run python2 scripts, but in the end, things can get worse. It's better to adapt it...

I mistakenly passed my artefacts folder path to the "--analize" arg and ClangBuildAnalyzer crashed with std::bad_alloc from BufferedReader(FILE* f) when "fsize" was calculated as 9223372036854775807. I think it's better to...

Context should have some methods to dump debug info into the specified stream. Possible info that can be dumped: 1. type of the signal value (need some code to support...

## Description I made a mistake with passing 2 args lambda to observe a single signal. ```cpp int main() { ureact::context ctx; ureact::value a = make_value( ctx, 1 ); ureact::value...

enhancement

## Description Currently, contexts aren't movable. But they quite easily can be made one, using cpp.react's an approach for Group. When Context itself is merely a pointer that can be...

enhancement