Marco Z
Marco Z
When dealing with vector-valued functions of vector inputs, e.g. `f :: V m -> V n`, I'd expect the gradient to be a `(n * m)` matrix, essentially of a...
It would be nice if there were combinators for computing the Hessian matrix (second partial derivatives).
As seen in https://github.com/Fuuzetsu/aeson-schema/runs/4934691175?check_suite_focus=true#step:4:447
As seen in https://github.com/Fuuzetsu/aeson-schema/runs/4934691058?check_suite_focus=true#step:4:1228 Suggestion : we add a dependency on th-lift-instances : https://hackage.haskell.org/package/th-lift-instances-0.1.19/docs/Instances-TH-Lift.html ``` /home/runner/work/aeson-schema/aeson-schema/src/Data/Aeson/TH/Lift.hs:15:15: error: Not in scope: type constructor or class ‘Text’ | 15 | instance Lift...
Hi, I would love to use this library but I'm hitting some inconsistent version constraints; could you add it to Stackage such that it will be possible to check its...
# Summary The "Alternate runtimes" quickstart points to this repo for examples but AFAICT there are only Apps Script samples here. https://developers.google.com/workspace/add-ons/alternate-runtimes-quickstart Are there code examples for the Cards API...
There is a package [1] for generating QR codes within LaTeX, and importing it into the `betterposter` template could be a time-saver for many \usepackage{qrcode} 1) https://www.ctan.org/tex-archive/macros/latex/contrib/qrcode?lang=en
Currently the only routing example uses coroutines, which IMO complicate unnecessarily the code https://github.com/purescript-halogen/purescript-halogen/blob/v2.0.0/examples/driver-routing/src/Main.purs It would be nice to have a streamlined example, that clarifies the relationship between `runUI`, `query`...
I'm trying to style the Button component from the template project ( https://github.com/purescript-halogen/purescript-halogen-template/blob/master/src/App/Button.purs ) with some Bulma CSS (loaded in the html head from the CDN), as in the snippet...