ntjess
ntjess
Explore posts from servers
SSolara
Created by juan on 10/3/2024 in #questions-issues
CSV file as input?
Does this example work for you? https://solara.dev/documentation/components/input/file_drop#arguments_1 Link to source code: https://github.com/widgetti/solara/blob/master/solara/website/pages/documentation/components/input/file_drop.py It should show how to upload a csv and run a function on the contents
3 replies
SSolara
Created by ntjess on 10/1/2024 in #questions-issues
Console error rendering markdown links in `solara.Markdown`
Thanks!
3 replies
SSolara
Created by ntjess on 9/23/2024 in #questions-issues
Example vue component using `<script setup>` pattern?
Note that the data binding will still be done with the options API internally.
Does this present any limitations/constraints? Or conceptually can we still think about the vue component as a Composition?
11 replies
SSolara
Created by ntjess on 9/23/2024 in #questions-issues
Example vue component using `<script setup>` pattern?
Beautiful! Thanks for putting together these examples
11 replies
SSolara
Created by ntjess on 9/23/2024 in #questions-issues
Example vue component using `<script setup>` pattern?
Thanks for the update! Do you know if this will also support TypeScript? My goal would be to use this pattern for the PDF preview widget (https://github.com/widgetti/solara/pull/693) when it is placed in a contrib package
11 replies
SSolara
Created by ntjess on 9/23/2024 in #questions-issues
Example vue component using `<script setup>` pattern?
On a followup note, typescript integration would also be great to see in a demo component. It is a nightmare maintaining a 500-line untyped JS vue component 😅 Justification: As a python dev, it is difficult to understand how to port logic to JS without a starting template. The existing solara components are an immensely helpful starting point, but the Composition API with <script setup> seems to be recommended for newer Vue components (https://vuejs.org/guide/extras/composition-api-faq.html#why-composition-api). However, there are no solara components designed this way to use as a reference.
11 replies
CCoder.com
Created by ntjess on 5/22/2024 in #help
`workspace is unhealthy` error in `docker-compose` coder installation
Nope, still waiting for a reply on the GH issue as well https://github.com/coder/coder/issues/13356
7 replies