Oleg Verych
Oleg Verych
Use public API so it may not be broken later as opposed to https://github.com/harrydeluxe/extjs-ux/pull/20
Hi! There is something wrong in the lib or its usage for sure. To find out what, ```js catch (JWTException $e) { return response()->json(['message' => 'Не могу создать токен'], 500);...
If somebody can provide infrastructure to build binaries again (https://github.com/adieuadieu/serverless-chrome/issues/195) then changing runtime will not be a big issue, I guess.
@alixaxel, > @olecom What do you mean by infrastructure? After digging into build errors: https://circleci.com/gh/adieuadieu/serverless-chrome/3676 it is evident that there are no new docker images to build new versions of...
As far as I can see, on SPI master cannot wait for a message to read from a slave (e.g. using `poll`/epoll/select). Because master hardware must select slave via PIN...
@projek01 at least FEL (by `sunxi-fel` tool) can be used to load `u-boot` and thus start the bricked/non-bootable system. Depending on u-boot features builtin, I guess eMMC can be accessed....
Then it's an electrical issue, I guess, not software. Mine A20 stays in FEL mode for minutes before I compile and upload new U-Boot for it. Multimeter, tester or oscilloscope...
Right, sorry. 1) `Filter` is noticeably slow (e.g. on laptops in battery saving mode or when OS is overloaded) thus it's a good idea to buffer input a bit and...
@svtux, it works, thanks!