Velikiy Prikalel
Velikiy Prikalel
-1 Just tested scenario 2 with Twine [2.4.0](https://github.com/klembot/twinejs/releases/tag/2.4.0). The problem did not occur (for uninstalling I used "uninstall or change the program" [window](https://i.pcmag.com/imagery/articles/01IXC9UX8LM986qM8q1KZlG-20..v1643748170.png)).
+1 Yes, it is better to use something like a [selector](https://miro.medium.com/max/1680/1*eA4qnDa1lVxCXyAYTh9kgw.gif).
@klembot I'm just finishing my fork that will add this feature https://github.com/Prikalel/twinejs/tree/spellcheck The last thing I have to do is to add ignore list for words. I gonna open a...
> Sounds interesting but keep in mind that right now I'm not accepting feature PRs for 2.4... for now. I have a process in mind I need to write down....
Ok, should I open PR, or it is better to wait until you will be able to accept one?
> 1. Here are some examples of how it showed: > > Use case example: > > With the right mouse button, you can add or remove the selected word...
And why do you use Lock here: https://github.com/tahaHichri/UE-Bluetooth-Support/blob/c4f5969218c42ddea85e14e20cc25bc0bd1941b3/Source/BluetoothSupport/Private/Android/AndroidGateway.cpp#L233 ? Is it necessarily? Let us say, I made java-side absolutely consistent (no new threads or async tasks) then do I need...
and where is 3.5 release? only 3.4.0 and 4.0.0 are available 🤔
Yeee boy. You can use `GTEST_TAP_PRINT_TO_STDOUT`. Look at https://github.com/kinow/gtest-tap-listener/blob/a6ea8958cd31cdf40d06e4afac4688d7202c0359/src/tap.h#L234. Don't forget to put it before including: ``` #include "gtest/gtest.h" #define GTEST_TAP_PRINT_TO_STDOUT 10 #include "tap.h" //... your tests ``` And the...
Thank you very much! I managed to install the driller with your help! :-D