Vaughan Rouesnel
Vaughan Rouesnel
I need this too. Not sure what the API should look like - lots of options. I love the convenience of returning a test function which makes use of the...
+1 Same issue here.
@ryanlelek Thanks! I used your fix already :)
@wolfeidau But what if you want to use version 4.2? The `nodejs_version` seems broken, or should be documented better.
Thanks @chrislea. So this role should probably be updated to support linking directly to exact versions. I prefer to lock down exact Node.js versions, and upgrade all at once. And...
Here is an example of centered and right-aligned menu items as mentioned by blackfry and adapted from https://stackoverflow.com/questions/56206061/how-to-center-menu-item-in-navbar-like-example. ```js const centerStyle = { position: 'relative', display: 'flex', justifyContent: 'center', }...
+1 same problem.
Interesting. I had the line `request = require 'request'` in the same file I use Chimera. Commenting it out fixed the issue. Seeing as Chimera needs `"request": "~2.12.0"`, it must...
Yep. You can set it to monitor a text file and print the text to the screen.