Pavel Sokolov
Pavel Sokolov
**Describe the bug** I'm running mqtt-io on Amlogic A113X in polling mode (CPU does not support interrupts) and it take around 40-60% CPU load **Expected behavior** Expect CPU load around...
1. Added logic to `gpiod` module to keep current state of the `digital_output` if no `initial` was set in config. For example, `raspberrypi` module has special value `-1` to handle...
There is Exception in 1.1.1.192: ``` Write access is allowed from event dispatch thread only com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@4499352e Current thread: Thread[Timer-3,6,Idea Thread Group] 1535808483 SystemEventQueueThread: Thread[AWT-EventQueue-0 2019.2.3#IU-192.6817.14 IDEA, eap:false, os:Mac...
This is very useful to run tests directly from the CLion IDE.
This is replacement for the https://github.com/nanopb/nanopb/pull/808. But it is not ready, because it has hack in `nanopb_generator.py`. Actually I did not find any suitable solution to pass path with string...
I'm using GWTP 1.5.3 and GWT 2.8.0. In my module I'm binding constant for my REST service URL: `bindConstant().annotatedWith(RestApplicationPath.class).to("http://test.com");` I start GWT superdev with next flags: `-noprecompile -port 9876 -sourceLevel...
I have added [PlatformIO](http://platformio.org/) manifest [library.json](https://docs.platformio.org/en/latest/manifests/library-json/index.html). Currently I published it in registry under my account (hacker-cb): https://registry.platformio.org/libraries/hacker-cb/MPark-Variant but you can make your own account to publish official releases.
Hello. There is always segfault when I run debug on app from Android Studio when I trying to hook ContextWrapper.attachBaseContext ``` Pine.hook(ContextWrapper.class.getDeclaredMethod("attachBaseContext", Context.class), new MethodHook() { @Override public void beforeCall(Pine.CallFrame...
Uncleared exceptions cause SegFault on Android. Android developer docs:[You must not call most JNI functions while an exception is pending.](https://developer.android.com/training/articles/perf-jni#exceptions)
Usually for data table it is good idea to use multiply sort columns. It will be better to add such possibility to all interfaces before 1.0 release. I see two...