zetashift

Results 85 comments of zetashift

We now have our first runnable demo! Things to do - Is the current way of making a demo good enough? - if so change all the other demos as...

So the current websocket demo that's commented out, makes mdoc crash with the following: ```sh info: Compiling 1 file to /home/rishi/dev/scala/scala-js-dom/mdocs/target/mdoc error: Could not generate function for JS function: Found...

> Is that reproducible outside of mdoc? I don't think so: I tried the following: ```scala //> using platform "scala-js" //> using scala "3.2.2" //> using dep "org.scala-js::scalajs-dom::2.4.0" import org.scalajs.dom.*...

It seems to be an mdoc thing: This works: ```scala def addInput(input: html.Input, socket: WebSocket) = { input.onkeyup = (e: Event) => socket.send(input.value) } def echoWebSocket(input: html.Input, pre: html.Pre) =...

@armanbilge The content for the readme is now reviewable, all the examples are "interactive". I removed the websocket example because the websocket echo server is not working (they shut it...

> there's a new one from postman you can use, see https://http4s.github.io/http4s-dom/websocket.html Actually I found that one in my quest for example servers, but it didn't work for me, it...

Yea I was also unsure about the run buttons, but since the current docs has them, I didn't even think about just removing them lol. As for the infrastructure, at...

> I opened a PR against scala-js-website showing how my proposal would work. > > * [Add scala-js-dom docs as submodule scala-js-website#609](https://github.com/scala-js/scala-js-website/pull/609) That does look quite simple, nice! Let's see...

> @zetashift I'm having the same issue I'm not sure what causes it but any manually installed extensions don't function at all https://github.com/versecafe/zed-groovy/tree/wasm-blob Are you using Mac or Linux (or...

Using the builtin lsp-mode in spacemacs what are the instructions to add metals to that layer? Current instructions on the homepage assume Emacs and my lisp-fu isn't that great, so...