Cameron Tacklind
Cameron Tacklind
gem install fails with these build errors (and warnings) ``` host ~ # gem install charlock_holmes Building native extensions. This could take a while... ERROR: Error installing charlock_holmes: ERROR: Failed...
I'm trying to generate allure reports from the results but allure is giving me an error: `Unknown root element ns2:test-suite`. [Example results](https://github.com/cinderblock/github-action-working-directory/tree/allure-results/refs/heads/master): ```xml GitHub Actions Test GitHub Actions Test action.yml...
I can't get this to work with latest stable jest (24.9.0). If I use `setupFilesAfterEnv` or `import 'jest-allure/dist/setup'` manually, my tests do not run and jest detects 0 tests: ```log...
I'm working on version 2 of the ATmega32u4 based PCB. Instead of working on it privately, I'm just going to post my thoughts here. Comments appreciated. The main feature I...
## The Problem I've been making some user interfaces based on Raspberry Pi + display combos for some "appliance" type devices. The official Pi touch screen with a case makes...
## 💥 Proposal ### What feature you'd like to see Typescript types included in the distributed packages ## Motivation It would be nice to not need to install the `@types/serialport`...
## 💥 Proposal The CI testing should try to test against a "plugged in" serial port. ## Motivation Some tests require talking to some "real" hardware. As discussed briefly in...
I think it would help my workflows to have different windows for each server that I'm connected to. Switching between work workspace and personal workspaces can get a little jarring,...
I looked for other suggestions for such a feature and did not find one. Frankly, I'm surprised there isn't one. Admittedly, I'm pretty new to coverage reports but it seems...
The README says that `--strict-ssl` is by default off. Why? This seems like a security issue. I noticed some other issues relating to SSL (#109 #128) that suggest it is...