Sebastian Hagens
Sebastian Hagens
@hunteryun I encounter the same error using this package in a NuxtJS setup.
@hunteryun Fellow Drupaler ahoy! :-) Your solution is also the solution I've worked out this morning, I'm using the Howler package now. This library is indeed a small wrapper. Thanks!
Same problem here with MacOS big sur 11.3.1. I hope you will find some time @Superjo149 ! keep up the good work
There is already some sort of logging build into the app right? When you provide the tag (`-t`) argument to the buy command, the buy is attached to a tag...
I agree using a SQLite database is better, but then we need a Docker container to run this database I think? Another question arises to me, is it possible to...
> Have an "update your preferences" link at the bottom of each email campaign (beside the unsubscribe link, or have it be the same link?) so that people can opt...
@knadh Very nice! When will it be available in a new release? I'm running the application with Docker and the latest release (image) is 2.2.0 if I'm correct?
Ran into the same error today. I removed this snippet from the script element in `examples/druxt-site/components/druxt/site/Default.vue` as workaround: ``` import { DruxtSiteMixin } from 'druxt-site' export default { mixins: [DruxtSiteMixin]...
When I do that, I got a 502 error from nginx ```*2665 connect() failed (111: Connection refused) while connecting to upstream, client: 92.70.xxx.xxx, server: books.sebastix.social, request: "GET /setup HTTP/1.1", upstream:...
> @Sebastix what are you using for nostrdam calendar RSVP widget on the nostrdam website? @alltheseas Using Vue / Nuxt. Here is the (hacky) code: https://github.com/S7NC/Nostrdam/blob/main/components/Nostr/CalendarEvent.vue