Vinicius Chiele
Vinicius Chiele
That would be cool, I'm curious to see how fast it is. Let me know if you find out something.
I have no plans to implement that, but a PR is very welcome.
I'm also facing this issue on Mac, I added the latest version of `Microsoft.Azure.Webjobs` and installed the latest version of `Azure Functions Core Tools`, no success. It does work when...
I'm also looking for it, I'm currently storing metadata as configmap, if I could upload the chart along with the metadata would be great.
I'm also facing a similar issue, I've installed CSharpier locally and from time to time Rider asks me to install CSharpier globally when I switch between files. Even if I...
This is my log out: https://pastebin.com/KT1M3riT I had just opened Rider, the pop-up showed up at 16:13
@belav The new version solved my issue, thanks for the quick fix.
Yes, I've created this issue #223
Because there is no reliable way to detect if `werkzeug` is being used, I think we should remove this [condition](https://github.com/viniciuschiele/flask-apscheduler/blob/5f878c41417824a4f37b353cb4b22973a81746f2/flask_apscheduler/scheduler.py#L97) and recommend users to disable Flask reloader (`app.run(use_reloader=False)` or `flask...
Prettier for Java sorts `imports` and personally I find it great. Docs: https://github.com/jhipster/prettier-java#organize-imports PR: https://github.com/jhipster/prettier-java/pull/281