-
@edzelf Many thanks for the new ESP32 version. I had no problems getting it work on the Feather ESP32 board. The only other change is to undefine USETFT since I do not have the display. It works grea…
bbx10 updated
7 years ago
-
We have a lot of places where we just repeat the same code:
```
final DynamicConfigurationService dcs = serviceLocator.getService(DynamicConfigurationService.class);
final DynamicConfiguration dc = d…
-
We have a lot of places where we just repeat the same code:
```
final DynamicConfigurationService dcs = serviceLocator.getService(DynamicConfigurationService.class);
final DynamicConfiguration dc = d…
-
Hi,
I am trying to read current speed of an Ethernet interface and my agent either crashes or function link_speed throws an exception. If my agent is inheriting from eth_phy_intf_handler then I get…
ghost updated
7 years ago
-
Currently there is, I believe, no way to turn a `syntax.Regex` AST into an executable `regexp.Regex` from outside the regexp package. How about adding
```
func CompileSyntax(ast *syntax.Regexp) (*Reg…
-
Hi,
I have added a file MIKROTIK-MIB to my homefolder under .snmp/mibs/MIKROTIK-MIB
Added these simple lines on the bottom of the generator.yml
And i get this error: line 144: cannot unmarshal …
-
When there is some invalid jar files in the filesystem,
the GlassFish cannot load web application. For example
the Admin console will fail to work. Even though
an invalid jar is added, the GF server s…
-
I installed using vagrant image and the basic [example](https://github.com/sonata-nfv/son-emu#examples) did work. However, I get ```simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1…
-
Hi Paul,
I was just reading about the amount of joy Json.NET serialisation is brining you [here](https://github.com/louthy/language-ext/issues/195#issuecomment-278507070) and I thought it was worth…
-
Currently, we rely on [RXTX](http://rxtx.qbang.org/wiki/index.php/Main_Page) for serial communications.
This has a number of long-outstanding bugs and development seems to have stalled.
As a result,…