Bishwas Bhandari
Bishwas Bhandari
Possible code is already written [here](https://github.com/Bishwas-py/djapy-todo/blob/e27d409f1c100b014ce009900b9eead05c210fd6/todo/views.py#L57), in django-todo example.
We also need Fiverr icon in Font Awesome. +1
Till now, I have been using `fab fa-fonticons-fi`
Here's a simple work around I've found. ```svelte type Props = { icon: SvelteComponent | Snippet }; let { icon = ChevronDown }: Props = $props(); {#if icon && icon.length...
Hey any update?
Hi @philrdubois! Thank you for this detailed analysis of implementing streaming responses in djapy. Your approach shows careful consideration of the technical challenges. I particularly like your suggestions about: -...
Hey, I will look into it and try fixing it...
for now, if you (anyone) are curious on fixing it, you are welcomed
Hey @zulienr , I would like to investigate on it too. Will check it further and let you know
yes it does render well on safari, lemme check it...