jen chan
jen chan
I'm having the same issue but using Cloudinary (checkout my setup at [here](https://github.com/usrrname/biitsi/blob/main/static/admin/config.yml)). I ended up using markdown in the markdown widget to include images by absolute url.
I have done that for `.content > .p ` in the global CSS.
Here yuh go: https://stackblitz.com/edit/vitejs-vite-154zcd?file=index.html https://stackblitz.com/edit/vitejs-vite-154zcd?file=README.md
Totally agreed. I make this up as I go!
> Up to this point, @microsoft/fast-foundation only provides you with pre-constructed templates for each component. That's great for most cases, but a few scenarios aren't possible. Examples include: > You...
The current solution around this I'm using at my work... is this: https://github.com/microsoft/fast/issues/6552 I'm curious what @break-stuff thinks?
@break-stuff certain fast components like `FASTTextField` already instantiate a proxy object... I think I creeped that in the original class it's texted from: https://github.com/microsoft/fast/blob/master/packages/web-components/fast-foundation/src/text-field/text-field.form-associated.ts
I've reproduced this on Apple M2 Pro while using [nektos/act](https://github.com/nektos/act) with pnpm 8.10.0 with node v20.9.0. The following info is in my `.actrc`: ``` -P ubuntu-latest=catthehacker/ubuntu:act-latest -P ubuntu-22.04=catthehacker/ubuntu:act-22.04 -P ubuntu-20.04=catthehacker/ubuntu:act-20.04...
OP: You may have to pin your dependency at TS 4.7...