Roman Valls Guimera

Results 259 comments of Roman Valls Guimera
trafficstars

After a bit of library hacks to resolve the `Reason: image not found` from `dlopen`-ing the `_pcbnew.so` shared lib: ``` $ cat fix_osx_pcbnew_kicad_libs.sh #!/bin/bash # Inspired on: https://www.bountysource.com/issues/31269729-libwx_osx_cocoau-3-1-dylib-not-found KICAD_LIBS_TOFIX="libwx_osx_cocoau_gl-3.0.0 libwx_osx_cocoau_adv-3.0.0...

After a bit more fiddling I succeded!: ![esp_donut-fixture](https://user-images.githubusercontent.com/175587/29978226-2b343ff6-8f38-11e7-923f-e078b4ad5a33.png) I'll put together the changes below a bit better in a proper pullrequest later on, but wanted to share this so that...

Awesome! Thanks for this @cnlohr and @projectgus... would it be possible to have that custom `libpp.a` for the isp-idf?... I have it quite hacky/non-redistributable right now :/

By the way, really appreciate how Espressif is conducting this MAC/promisc openness issue, really exemplar company and people: https://github.com/espressif/esp32-wifi-lib/issues/2

Most companies don't even ask nor consider those steps/possibilities.

@chapmanb @walaj I can reproduce this issue, compiling by hand as shown in the README on Ubuntu zesty running on AWS: ``` # lsb_release -a No LSB modules are available....

I hate to introduce more entropy to this issue, but a quick threading stress test on OSX does not lock up, regardless of threads: ``` $ for threads in `seq...

Relevant to this discussion too: http://softwarediscoveryindex.org/

> (...) but some people have raised concerns about redistributing modified SVDs so I've shied away from it (on GitHub) so far. Why is that @adamgreig? Ideally if we keep...