Kilian W

Results 12 comments of Kilian W

Like @gimme4bucks I'd also be very happy for some examples. We want to test some services of our nestjs backend and check the data in a test database, probably run...

Same here. I installed it according to the guide but I get the same error as @zebralight . Would be nice to get it working :)

mhm now I can't even get the versions 1 > 2 working... My understanding so far was, and please correct me if I'm wrong. The `json` file states a version...

Any updates on this? I'm also getting the same error.

Is there still some work going on or is it dead?

I also came to the point where I need to specify a dockerfile. Would love to see this one merged too.

Workaround: For now I just renamed the dockerfiles before the heroku action ```yml // workflow.yml jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: 'Copy and rename dockerfile' #...

Same for me. I also use NextJs and followed the instructions but when I want to build the project I get a similar error stating that `window` is not defined....

Found a workaround. Not so pretty, but working at least. ```js // _app.tsx useEffect(() => { import('onesignal-cordova-plugin') .then((x) => x.default) .then((OneSignal) => { // Uncomment to set OneSignal device logging...

Hey, have you tried setting the `color` of the HTML `a` tag in the themify settings? Unfortunately, can't try it myself atm, to test it.