Dominik Weber

Results 20 issues of Dominik Weber

For use it like the normal ion-tabs

TLS not working with basic auth, do you have any example how to use basicauth with tls chalange? ``` {"level":"error","ts":1616969230.677829,"logger":"tls","msg":"job failed","error":"domain.com: obtaining certificate: [domain.com] Obtain: [domain.com] solving challenges: [domain.com] context...

Anyone a idea why this is broken? Dev mode works fine. ```   |   |   |   |   |   |   |     | build.js">   |     | ``` It looks like it's only on...

Hi want to create a page scroll percentage indicator: ``` const animation = new Motus.Animation({ $el: document.getElementById("app"), startPoint: 0, endPoint: document.body.offsetHeight, keyframes: [ {width: '100%'} ] }); ``` But why...

I have two dragable elements, each inside a own container, both element are axis="x" but when i drag a the lower item, it moves in the y direction. And its...

Here is the test: ``` 'Base64 flowed': test => { let encodedText = 'Content-type: text/plain; format=flowed; charset=utf-8\r\nContent-Transfer-Encoding: bAse64\r\n\r\nw5XDhMOWw5w=', mail = Buffer.from(encodedText, 'utf-8'); let mailparser = new MailParser(); mailparser.end(mail); mailparser.on('data', ()...

no-issue-activity

enhancement
help wanted

If i crop an image then the image in graphql output is not cropped. I receive only the crop data in graphql. ![Bildschirmfoto 2021-02-12 um 17 53 04](https://user-images.githubusercontent.com/862783/107797360-29764380-6d5b-11eb-8bd5-62731ab841fa.jpg)

PR Welcome

My application is not hosted on google cloud but i want to use the error reporting and logging in google cloud. The logging works, but the error-reporting not. The subscriber...

type: question
samples

If i try to enable cache option: ` buildModules: [ ["@storyblok/nuxt", { accessToken: "xxxxx", apiOptions: { cache: { type: "memory" }, }, }] ], ` I get an error: Cannot...