Markus Stensiö

Results 11 comments of Markus Stensiö

> > You could change the default swap style to outerHTML to also swap the body. Or hook to afterSwap and call htmx.process on body. > > Ran into this...

I'm almost sure it is not, considering it is still WIP... If you would like to use it though, i would recommend using the [git repository as a crate](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories).

I'm interested in getting this to work. Would it be a bad idea to require the user to supply the `origin_data_folder_path` manually during compilation? Maybe by using a flag like...

Well, I agree that there is little point in having a "good looking" URL if the user will never see it. However, the structure I feel like would make the...

> Can't you just remove the leading slash? > > > > - e.g. if you're on `example.com/item/2/`, then > > - `hx-get="/request"` will get `example.com/request`, but > > -...

From what I quickly read on the [openAI Vision API website](https://platform.openai.com/docs/guides/vision) the api seems compatible with what is currently implemented: https://github.com/excalidraw/excalidraw/blob/4dc4590f247a0a0d9c3f5d39fe09c00c5cef87bf/packages/excalidraw/data/magic.ts#L50-L104 Seems like all that is needed is to change...

I got it working by only changing the model to "gpt-4o". However, I found another issue in the process. Wireframes *inside* a frame will just generate a generic website: ![image](https://github.com/excalidraw/excalidraw/assets/73549739/f7416889-075e-4a27-ba7e-5d3a4ad47812)...

As @dwelle said, they will be updating this soon. If you need it right away and have a ChatGPT 4o token (you need to pay $5 on platform.openai.com I think)...

I have also considered using a proxy server - but that feels just way too complex for such a simple feature. When looking at how files are resolved however, I...

Ahha! Nice - I'll give it a try, although my first impression is that it feels a bit cumbersome....