Michael J. Ryan

Results 106 issues of Michael J. Ryan

It would be nice to have the message string as a template against the other properties of the object... (suggest ES6 string template format, lodash has an implementation) example: ```...

enhancement

Looking through, I know there seem to be some binary dependencies... but this is the closest to a web based mail client I've seen. It would be nice if some...

enhancement

Would be a good idea to add downloadable distribution packages to the releases area on github. Might be worthwhile to setup/configure a build environment for ci/cd for an "alpha/latest" release...

It would be nice if you can do a record level lock for read/write... ``` fs.flock(fd, 'sh', function(err){ fs.flockRead(bytesToRead, function(err, buffer){ //buffer should be the bytes read after an exclusive...

I'm only curious as it seems that the project hasn't been updated in a while, and was wanting to ensure that it wasn't stale..

It might be worth it to outline specifically that you can have an example context... the below allowing one to extend viewbag in the view, then when rendering down to...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Link to live example:...

component: button
status: needs more information

### Environment information ```block Using VS Code Rome Extension version `v0.24.0` ``` ### What happened? 1. Set `"rome.rome"` as default formatter for TypeScript and TypeScriptReact in VS Code. 2. Attempt...

S-Needs info

For Advanced Examples, it would be nice to see a way to use this against a state engine like Zustand, Jotai, Valtio, Redux or MobX. Since being able to integrate...

Would be nice to see examples of and an option to run some script upon rendering, for example, wiring bootstrap or materializeweb.com based component handlers.