Markus Padourek

Results 52 issues of Markus Padourek

I have a schedule setup as follows: ``` val now = ZonedDateTime.now(ZoneId.of("UTC")) val scheduleIterator = Schedule.at(now.plusNanos(1000).toLocalTime()).everyDay().iterate(now) println(scheduleIterator.next()) println(scheduleIterator.next()) println(scheduleIterator.next()) ... ``` and all calls to next print exactly the same...

I am just trying to use the ScheduleIterator and can not figure out what the difference is between `next()` and `nextOrSame()`, it would be nice if the readme would contain...

Hey there, just trying out your module and loving it because it is type inference out of the box and type annotations on the roadmap, rather than the other way...

enhancement

The idea was mentioned in this issue: https://github.com/poetic/ember-cli-cordova/issues/32, to add support for platform specific files such as `my-template.android.hbs` or `my-controller.ios.js`. I think that would be a great addition to have,...

discussion

When running `ember cordova:build --environment=production --platform=android` and you have your keystore files defined in `ant.properties` cordova usually asks you for the according password: ``` -release-prompt-for-password: [input] Please enter keystore password...

It would be great to have a flag such as `--bucket.maxEntrySizeGiB` or similar and then would try to keep the size of the s3 bucket to that size.

Was just trying out this addon and getting the following error: ``` Error: stderr maxBuffer exceeded ``` Looks very interesting, so thought it would be useful to post :)

bug

Hi, I am using this plugin in combination with https://github.com/ento/fluent-plugin-out-http to send logs from supervisor (which users this script: https://github.com/Globegitter/supervisor2fluentd/blob/nanosecond-precision/supervisor2fluentd.py). This python script emits an event to fluent with tag...

I have a config something like: ``` @type route remove_tag_prefix kubernetes add_tag_prefix kubernetes_copy copy # For fall-through. Without copy, routing is stopped here. add_tag_prefix slack copy @type slack webhook_url something...

Just trying to build `bzl` locally and it seems some source files where not pushed. Let me know if you need more information.