Chris Morgan

Results 72 issues of Chris Morgan

I have the .gitconfig workaround for bitbucket so I can properly get private repositories on bitbucket. [url "[email protected]:"] insteadOf = https://bitbucket.org/ and 'gohack get bitbucket.org/xxxx' works, but I'm seeing some...

Hello. Thought gohack was a great idea but my gohack'ed directory is missing .git. This makes it quite a bit less useful for hacking on things as I'd have to...

Hello. Here are some changes I've made when using the library if you are interested in pulling them upstream. Note that I did change the license early on and I...

I have experience with log4cxx and log4net that support hierarchical logging. I'd like to include a range of logging in my libraries and .go files but I'm not sure what...

enhancement
help wanted

I may intend to submit a pull request to add this support but I'm currently using gobot for pwm support.

The tutorial in https://github.com/chmorgan/sharppcap/tree/master/Tutorial is currently found on codeproject.com, https://www.codeproject.com/Articles/12458/SharpPcap-A-Packet-Capture-Framework-for-NET, and could use to be updated to: - Remove mention of airpcap - Include latest released version - Update links...

help wanted

Once https://github.com/chmorgan/sharppcap/issues/79 is resolved we should push the updates to codeproject: https://www.codeproject.com/Articles/12458/SharpPcap-A-Packet-Capture-Framework-for-NET

help wanted

Using sml from submodule (latest master). Using plant uml exporter from examples. Everything looked ok and then I switched to using sml::on_entry and the exporter code produces really long and...

Using latest esp-idf master and ESP32_Explorer as of today. ``` $ make CXX build/main/BLEExplorer.o In file included from /Users/cmorgan/projects/ESP32_Explorer/main/./BLEExplorer.cpp:8:0: /Users/cmorgan/projects/ESP32_Explorer/main/./BLEExplorer.h:11:18: fatal error: JSON.h: No such file or directory #include "JSON.h"...

When following the steps at https://symbiflow.readthedocs.io/en/latest/symbiflow-arch-defs/docs/source/getting-started.html#prepare-environment, and cloning the repository like: ``` git clone https://github.com/SymbiFlow/symbiflow-arch-defs.git ``` It looks like a submodule is referring to a commit that no longer exists:...