SSharshunov
SSharshunov
For example: my contract loops through the conditions, and each time generates the same event, but for example the result changes
``` if (x == 1 || x == 2) { uint y = doCalc(some1, some0); emit yCalculated(x, y); // Triggering event if (x == 2) { uint y2 = doCalc(some0,...
Добавляем еще в config/app.php в раздел 'aliases' 'AdminTemplate' => SleepingOwl\Admin\Templates\Facade\AdminTemplate::class,
> Я разработал свой собственный пакет npm, который зависит от`@abandonware/noble` > > У меня похожая проблема. Вот ошибка: > > `[node-red-contrib-ble-sense/protocols] Error: EAFNOSUPPORT, Address family not supported by protocol` >...
I launched them in my fork, but I think you can find them in other architectures as well. `valgrind -s --track-origins=yes --leak-check=full --show-leak-kinds=all ./rizin -a c166 -qc 'pd' measure`
moved from PR #5515 There is another problem by the way: if the buffer is less than 32 bytes, a memory access error appears. For example: mnemonic 0xA5 `diswdt` ---------------------------------------...
https://www.keil.com/download/files/omf166.pdf https://github.com/rizinorg/rizin/issues/4154 [omf51](https://www.azillionmonkeys.com/qed/Omfg.pdf) [omf96](https://www.njohnson.co.uk/pdf/Roland/dev96/omf96_pi.pdf)
> @SSharshunov please rebase to fix the CI done
Also, sometimes some bits in the dump are incorrect, but this doesn't affect operation. For example: D1 63 `// Modes ATOMIC #irang2 D1 :00##-0 2` `// Modes EXTR #irang2 D1...
> I get leaks when using it: > Yes, there will be leaks in any case, I haven't work with them yet