Roman Pearah

Results 54 comments of Roman Pearah

Yeah, that's not right. It should be keying off the opening tag, no matter the context: Should be possible: ``` jsx return canRender ? className="foo" : null ``` But both...

I don't believe so as there's no Kafka involved. Here I was trying to implement the new emit capability but couldn't get it to work with a watermark trigger. It's...

Also: ``` javascript var range1 = moment.range("2014-03-31", "2014-05-15"); var range2 = moment.range("2013-12-31", "2014-04-30"); range1.subtract(range2) // 2014-04-30 to 2014-05-15 ``` Should be 2014-05-01 to 2014-05-15.

@tatarmihai With all due respect, it's only correct and true because you decided before hand that it should be `[start, end)`. But the point of this discussion, as I understand...

Thanks for letting me know it's not an oversight, but I'd love some more technical explanation for why that is the case.

JSFiddle is ES5, so of course it doesn't work there. You would need to bring in something like Babel to start seeing those features work. That said, you're still correct...

Yes, the code in question (which produces this error) is [in the TFT demand example](https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion.html#Create-baseline-model) in the documentation.

Because there's not really any code. This is merely a facade over [cljs.core](https://github.com/clojure/clojurescript). The tests are there.

If you changed to using `:optimizations :whitespace` in the `dev` cljsbuild profile in project.clj and run that from `scripts/build.sh`, you should get unminified code.

I'm not the maintainer.