Simon Dann
Simon Dann
I'd like to be able to choose if I were to have a check-box or simply a graphic for the output or the ticked checkbox from font awesome.
I was attempting to do this yesterday, although each implementation I tried didn't quite work right. I have seen chained scroll-bars elsewhere so may have a go at reverse engineering...
chart.js has a [tobase64image](https://www.chartjs.org/docs/latest/developers/api.html#tobase64image) method; to support that you would need to overload the `render` method in [Builder.php](https://github.com/fxcosta/laravel-chartjs/blob/master/src/Builder.php) to use your own version of [chart-template.blade.php](https://github.com/fxcosta/laravel-chartjs/blob/master/src/resources/views/chart-template.blade.php) within which you could adjust...
Could this be because neither Pleroma nor MissKey servers support the group actor type?
@guysoft its Group: ```bash curl -H 'accept: application/activity+json' https://a.gup.pe/u/askfedi_de ``` ```json { "@context": [ "https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1" ], "id": "https://a.gup.pe/u/askfedi_de", "type": "Group", "inbox": "https://a.gup.pe/u/askfedi_de/inbox", "publicKey": { "id": "https://a.gup.pe/u/askfedi_de#main-key", "owner": "https://a.gup.pe/u/askfedi_de", "publicKeyPem":...
> How you pretend to redirect all the old addresses? Why would you need to pretend to redirect? I'd have the old domain DNS point to a server running either...
I was honestly surprised to see this functionality missing from Pinafore. I also am using Pinafore with GoToSocial which doesn't provide an interface itself and have to use hyperspaceapp in...
You can use the `validate` or `validateUniques` methods on your ardent model both methods will return a boolean and populate the models validation `validationErrors` property if there are errors. The...
I think implementing this would provide a solution to https://github.com/11ty/eleventy-fetch/issues/2.
It took me a minute before I realised this was why `composer require syamilmj\aqua-resizer` was saying it doesn't exist :(