Kentaro "zigen" Teramoto
Kentaro "zigen" Teramoto
FYI I tried react-dev-tools and it works (sometime it's buggy and too old version of react-juce). I hope this will help you. https://github.com/zigen/blueprint/compare/7d5d776...devtools update: I found a screenshot and I...
Thanks for quick replies! If I have a time, I want to merge into upstream, but perhaps I will be busy. Anyone can copy/edit my code as you need. When...
we should use type alias https://en.cppreference.com/w/cpp/language/type_alias like `using RuleID = unsigned int` and rule_id should be unsigned. no reason to use the signed type.
how about this structure? I think one of the problems is the documentation is far from the actual corresponding source code. The documents that describe the implementation should be put...
yeah, my proposal for developers, not for users. my proposal should be addressed in other issue. readthedocs seems good. for example, [qulacs](http://docs.qulacs.org/en/latest/intro/4.1_python_tutorial.html) uses readthedocs and we can download epub. ![Screen...
just `$ make format` before you add and commit your changes to pass the CI
1. For the first question, do we really need to set rule_id as `-1` ? This denotes that the rule is not initialized but seems like bad practice. If we...
obsolated by #518
The VSCode devcontainer helps with this problem https://github.com/sfc-aqua/quisp/pull/439
Thank you for telling me that. I don't know much about HID and DS4. it is so helpful. Today, I found that time stamp is probably located at offset 33...