Riguz Lee
Riguz Lee
I think I figured out a workaround: first, just use the image like any other normal react project, put the image in `webview-ui/src/user.png`: App.css ``` .user-avatar { background-image: url(./user.png); background-size:...
Accroding to GPT, another way it to get the image uri via message. However, this is unnecessary complex, and need to maintain a state to store the uri.
I got the same problem!
Here's a working example using `ref` workaround: ``` function MessageEdit({ index, message }: MessageProps) { const [editing, setEditing] = useState(false); const textAreaRef = useRef(null); useEffect(() => { if (editing &&...
> What is the schema for the key as in 9.2.0 ? I'm sorry but this repoistory is no longer maintained, also I've no idea about the key generation algorithm...
Need this feature +1
Any response to this issue? I got the same error today, while using custom image as task image. ```yaml apiVersion: v1 kind: Secret metadata: name: registry-secret namespace: dev annotations: tekton.dev/docker-0:...
> docx doesn't really serve the same role as pdf > > I would suggest looking into https://github.com/jgm/pandoc/ if you want to produce word documents. They already have latex support,...
Thanks, I agree. It will be nice if users can create their own output and reuse the compiler of typst, will that be hard(for both typst and users)?
> Hi, I am curious about typest, but I noticed that it does not have many of the essential features that quarto offers, such as markdown and tex math support....