Janek Thomaschewski

Results 38 comments of Janek Thomaschewski

Around the time this script stopped working they started showing me a quite challenging captcha every time I claim the free game using the web interface. If they now show...

> So, feedback is very welcome! Thank you very much @stalniy and @lloydclosson for making this possible. I've implemented this in an existing app and have the following feedback. -...

Any update on this? Or any clue what the underlying issue is?

same issue, GMail, 2.0.18, linux, official deb build log: ```json { "host":"myhost", "timestamp":"2017-04-25T12:40:34.700Z", "payload":{ "fingerprint":[ "{{ default }}", "syncback task", "All messages in a thread require an IMAP uid to...

> Tables are gonna be reworked for the next release, but we have some hotfix (kindof) for them. You can have a look on our gitlab: https://gitlab.pagedmedia.org/tools/pagedjs/issues/84 I'm unable to...

> ```ts > storage.put(path, content, { > ContentType: 'image/jpg', > ACL: 'public-read', //this for make file public > CacheControl: ...., > ...etc > }) > ``` I'd personally prefer having...

I'm successfully using the following config. Note: My minio instance is accessible from public with https ```js { default: "minio", disks: { minio: { driver: "s3", config: { key: "username",...

Same here. Meteor/Mocha doesn't seem to find any tests when ardatan webpack package is enabled. This can be reproduced with example "react" from this repo. Removing (s)css-imports didn't fix the...

As a workaround for jagi astronomy I created a local package in `./packages/disable-dynimport` which imports astronomy using Meteor imports and makes all exports available through `Packages` global. This way astronomy...

I can confirm that this indeed fixes grapher in Meteor 2.6. Thanks