Evan Shortiss

Results 85 comments of Evan Shortiss

@jsoverson any thoughts on this?

I don't have many changes to make at present, but would certainly be happy to be a maintainer since we use it frequently on projects and might find new use...

@jsoverson just a reminder on this one when you have the time

You could also do this: ``` javascript require('express-domain-middleware').id = function (req) { return 'SOME_CUSTOM_ID' }; ```

@mattiamalonni I asked in another PR/Issue on this repository if anyone wants to take over as maintainer. If you want, I can add you, and you can implement these changes...

@Sufiane, I don't have much time to maintain this library anymore. If you'd like to open a PR I'd happily release it. I could make some of the folks in...

Just got bitten by this. IIRC other actions use the behaviour described in the Issue description. I opened #123 since it would be helpful to document this behaviour.

I probably should've been clearer. That was my workaround. My primary issue is that, using the default template and simply changing: ``` // Pass --options via CLI arguments in command...

I encountered this issue today, though in my case the dialog closes instead of staying open forever. ![Screenshot 2024-07-11 at 12 30 44 PM](https://github.com/containers/podman-desktop/assets/1303687/c8d93f15-7ea1-4149-b6a9-69827699adde)

@mariohmol I was using this with Node.js 4 or 6 I think, but haven't tested it in a while. It appears to be an issue in compilation of the serialport...