hlovdal

Results 89 comments of hlovdal
trafficstars

This was solved in [3.0.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.47) so I assume this issue can be closed. Now I am back to running ```bash #!/bin/bash set -euo pipefail banner() { echo echo "===== $*...

This issue can be closed. I suspect this issue was fixed by #742, at least this problem is present in release 3.5.0 but not in 3.6.0. Verification: ```shell $ ng...

Another implemented but not yet released feature I would like to see is `--profile` from #592.

You can send events in action functions, this is already given as an example in `doc/40-Usage.md`: ```shell $ git blame -- doc/40-Usage.md | sed -n 151,166p c0160d77 doc/30-Usage.txt (Axel Burri...

I am not sure why the EasyCLA status is not updated, it is fine in [this pull request](https://github.com/node-red/node-red/pull/4356).

### TL;DR The test failure that occurred on my CI build is not related to my changes, it is inherited from the existing code and applies to both `dev` and...

Same results with node.js v18.17.1: ```text 1260 node18-success-installing_esm_nodes 73 node18-failure-installing_esm_nodes 1244 node18-success-dev 90 node18-failure-dev 1241 node18-success-master 91 node18-failure-master 3999 total ```

@dylanmtaylor Your `has no member named ‘fbdev’;` issue is the same as #394 (which is fixed in release 1.13.0). So since both things brought up in this issue has no...