Ronald

Results 15 comments of Ronald
trafficstars

I try to rotate with [jimp](https://www.npmjs.com/package/jimp) and it does work with just a few steps. However, it rotates the whole image instead of text. ```javascript const textToImage = require('text-to-image'); const...

@flayks , I guess you may be facing the same error like me. **Artur** answered [here](https://discourse.getcockpit.com/t/cockpitql-addon-mutation-and-authentication/1079) that you can't use custom token. You can only use **account token** which is...

Any update with mutations? I really love to play with CockpitQL but it would be very nice to have create,update,delete options. Currently, I am using default REST API for CUD...

Oh,this pull request is seen 2015. lightslider should implement this option.. Currently, I get the center slide with CSS selector like this. ``` ul#light-slider li.active + li{ border:2px solid red;...

I'm not quite sure with React, but Next.js 15 (latest version) doesn't work with `lottie-react` at all, even with version `2.4.1`. It fails during deployment as below. ``` Error occurred...