Serhii Khoma
Serhii Khoma
the GET should be changed to POST
curl example ``` export GOOGLE_APPLICATION_CREDENTIALS="/home/srghma/Downloads/My First Project-93b2e4e681f8.json" json=' { "q": "angekommen", "source": "de", "target": "ru" } ' echo $json | curl -X POST \ -H "Authorization: Bearer "$(gcloud auth application-default...
I have found that people use namespaced attributes wrongly I wonder if this really results in right Dom because it doesn't call setAttributeNs https://github.com/kayhide/jigsole/blob/22b837d238c797eb7a6845274814a8435d155804/frontend/src/Ext/Svg/Attributes.purs#L10 https://github.com/input-output-hk/plutus/blob/046bf09bf41b97b7e8e14bf8859ce171ded035e6/marlowe-playground-client/src/Halogen/SVG.purs#L244
tnx, what is the `Namespace` used for?
@thomashoneyman updates No, I dont want this pr to be merged now, I have created it just to test that it works with my hydration test project (that is rebased...
> can you use a fork of the library to test this instead of keeping a PR open here? I thought you will be interested I would leave it open...
snabbdom does this only for `value`, elm does this for `value` and `checked` why elm does this for `checked` too?
it comes from this `https://github.com/elm/virtual-dom/issues/117` issue notice the `checked False` in this example https://ellie-app.com/qzwpBK5xxMa1 I dont know if this happens in halogen too
all this machinery in `Ocelot.HTML.Properties` (e.g. `classify` function) - why it exists
I also made my own generator https://github.com/srghma/generate-halogen-generate-css-classes which generated https://github.com/srghma/purescript-halogen-nextjs/blob/923ed8861597667cdc28174b0afe2a9567d4f106/src/Classes/RMWC/Avatar.purs