Eason du
Eason du
Do you use the reverse mode diff techniques in this paper? BTW,forward AD is easy to understand with dual numbers ,would you like to recommend some papers on reverse mode...
also hit by this issue..which makes the project fail to buid
thanks @vic ,currently I guess something like that would also work: ```scala a combineWith EventStream.fromSeq(0 to n) filter (x => x._2 < n) map (_._1) ```
https://github.com/raquo/scala-dom-types/pull/25#event-1563070560 I have replied at this PR. Happy to see svg working!
It seems that this is trival with the new tf eager ? I see there are eager ops in this project but haven't tested yet
fortunately,there is a helper library at contrib/CFFI
Thanks! Do you mean that `mod` requires scalaJsBundler plugin so that we can detect if a bundler plugin is present and then choose to generate `mod` or `global` ?
thanks! sorry for my oversight
This is quite annoying,do we have any updates now?
This is a essential feature.can we get some info from quill ast? BTW,is this related? https://github.com/getquill/quill/pull/226