Michael Dorner

Results 12 issues of Michael Dorner

For the code ``` import pandas as pd import tikzplotlib date_rng = pd.date_range(start='2018-01-01', end='2018-12-01', freq='MS') df = pd.DataFrame(np.random.randint(0, 100, size=(len(date_rng))), index=date_rng) fig, ax = plt.subplots(figsize=(10, 4)) ax.plot(df) ax.set_xticks(pd.DatetimeIndex(['2018-{}-01'.format(month) for month...

Hi there! I think there is a problem with `MaxConcurrentRequests`: [It is defined here](https://github.com/gojek/heimdall/blob/1e5d5b5438c34091bf27811601f6320a8273a502/hystrix/hystrix_client.go#L24), but never used. How can I limit concurrent requests then?

There is a big problem: [With Xcode 7.3 Apple removed all private frameworks](https://developer.apple.com/library/ios/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html) from the iOS SDKs, so at the moment BeeTee is not working! We could embed a previous...

question

I receive several notifications, although I expect only one singular notification - to be more precise: `lastNumberOfOccurences = lastNumberOfOccurences +1`. I thought one of the following resources solved my problem:...

bug

Are there any interests in a Swift version and refactoring the code into a [Xcode standalone-framework](https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html)?

When I cumulatively sum activity facts I expect to get the same numbers like in size facts ([documentation](https://github.com/blackducksoftware/ohloh_api/blob/master/reference/size_fact.md)). This is not true: For example, for the commits in project 716920...

Fixes issues of hugo v0.102 throwing the following error: `_default/term.html:16:14: executing "main" at : error calling Paginate: cannot convert type page.PagesGroup to Pages` I think it was caused by no...

question

According to the [ACM guidelines on citation style][1]: > When a citation is part of a sentence, the name of the author is NOT enclosed in brackets, but the year...

As discussed in #39, here the renaming. :)