Martijn de Geus

Results 12 issues of Martijn de Geus

When creating a page in the api, the `$wire->addHookBefore('Pages::saveReady', function($event) { }` is not fired. This is the code in my API: `public static function addKite($data) { RestApiHelper::checkAndSanitizeRequiredParameters($data, [ 'title|string',...

My environment.yaml: ``` php::builds: 5.6.0: installed: true default: true variants: - dev - gd extensions: xdebug: enabled: true version: stable xhprof: enabled: true version: latest fpm: port: 9002 autostart: true...

html-loader doesn't seem to replace template variables. Things like `` won't work. Any suggestions on how to make this work?

Delete the Article node "Hello world!" Delete the 'Content Model' Article. Open the API documentation /admin/api Error downloading openapi/jsonapi HTTP 500. `1 -- Error: Call to a member function label()...

bug
upstream
OpenAPI

If I access a JSONAPI resource that can't be found, the default drupal 404 page is returned. The returned header are good, 404. I expect the returned body to be...

upstream
JSON API

It would be really useful to have automatic Swagger documentation for our API.

I am looking for a way to output template-parts for returning html for the HTMX framework. 'With Twack, an alternative Ajax view can be created.' How hard would it be,...

enhancement

The main improvement of this pull request is the rendering of the README in the HACS interface.

For future reference: If your NEFIT password is longer than 10 characters, you get a "POSSIBLE_INVALID_PASSWORD" error https://github.com/robertklep/nefit-easy-core/issues/18#issue-403444575

It is possible to display a SSH banner before the remote user authenticates over SSH. (http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/sshd_config.5 Search for Banner) Currently deployotron fails to deploy to a server using a SSH-banner.