bluepuma77

Results 57 comments of bluepuma77

Would love to use `uptime-kuma`, but need an API to add 100+ services with URL. "Add foundation for API development" https://github.com/louislam/uptime-kuma/pull/1834 seems to be stuck. It only has GET, no...

Same here, using Typescript with mongoose 5.9. It doesn't save the changed fields. ``` import mongoose, { Schema, Document } from 'mongoose'; import mongooseHistory from 'mongoose-history'; export interface IDoc extends...

Reference #397 "Ubuntu 16.04 LTS is approaching its "End of Standard Support" in April 2021"

Some steps forward. I figured out that I need a CSS class to display the error with the radiobuttons. ``` .error { border: 2px solid red; border-radius: .25rem; } ```...

Funny, the `activeClass` is used on the header above the buttons when you click it. Test it in the [official demo](https://jsonform.github.io/jsonform/playground/index.html?example=fields-radiobuttons).

What will it take to get this pull request from 2016 finally merged? @olljanat @dperny

To me it seems looking at the [sources](https://github.com/volumio/Volumio2/blob/master/app/plugins/user_interface/rest_api/index.js), that you can only play/pause and play track x from the current playlist. You have more control over volumio via websockets API....

Dear @bestguy, can you please provide a quick statement if you will support SvelteKit short-term? It seems an update "Popper is now Floating UI!" should easily solve the issue. It's...

You might want to check if there is an older version which does not use IRQ. You can also check library `mfrc522` with this [example](https://www.instructables.com/id/RFID-RC522-Raspberry-Pi/) without IRQ, which usually has...

Check comments in https://github.com/ondryaso/pi-rc522/issues/12