anggoran
anggoran
DDeno
Created by anggoran on 5/11/2024 in #help
Managing Test Scripts
How to manage multiple test scripts so they will be detected on the Test Explorer?
3 replies
DDeno
Created by anggoran on 5/2/2024 in #help
SpeechRecognition is not found
No description
3 replies
DDeno
Created by anggoran on 4/30/2024 in #help
Writing CSS in Fresh
Are there any alternatives in how we write CSS other than Tailwind-like (inline & abbreviated)? I personally like the normal key-value & scoped styling. But it seems that tool like styled-components is an anti-pattern to Fresh.
2 replies
DDeno
Created by anggoran on 4/27/2024 in #help
Redirection in Testing is Always Valued False
No description
4 replies
DDeno
Created by anggoran on 4/14/2024 in #help
Partial with Forms
I'm currently working in a quiz-like app. I want to make 2 states, not answered and answered, which replace each other. I'll see a quiz, then fill the answer, next get the solution, and finally continue to the next quiz. I've seen that we may achieve this by: https://deno.com/blog/fresh-1.6#partials-with-forms But I could't seem to understand it
15 replies
DDeno
Created by anggoran on 4/4/2024 in #help
Passing Data in Fresh
As a context, I'm currently making a quiz-like page. I have a page that GET a quiz_id when opened. In the page I fill some inputs as the answer. After that, I want to submit the answer, along with quiz_id to get the solution from other table. Since Fresh uses <form> to send data, then how to send the quiz_id? Should I just make a hidden input?
17 replies
DDeno
Created by anggoran on 4/3/2024 in #help
Signals & Data Fetching
1. Should I declare useSignal on route or island? 2. How to fetch data? Make an async route? Do useEffect?
9 replies
DDeno
Created by anggoran on 8/9/2023 in #help
Using ZeroMQ from NPM
Anyone got fixed the same error as this issue? https://github.com/denoland/deno/issues/18345
1 replies
DDeno
Created by anggoran on 8/3/2023 in #help
deno_python
I'm trying to use Python with Deno with https://deno.land/x/python@0.2.7 What should I do to enable import Python 3rd party module, should I create Python venv?
15 replies