SHAKA PAKA
Explore posts from serversTTCTheo's Typesafe Cult
•Created by SHAKA PAKA on 7/24/2023 in #questions
Sorting imports
Which of these options is the best for sorting imports? I guess Prettier plugin because sorting imports it's more like the specialization of formatter?
1. trivago/prettier-plugin-sort-imports
2. Build-in to ESlint sort-imports
3. eslint-plugin-import (import/order)
4. eslint-plugin-simple-import-sort
4 replies
Python Cron App (clock process) Procfile help
Does clock process exist in Railway? Like on Heroku: https://devcenter.heroku.com/articles/scheduled-jobs-custom-clock-processes#defining-custom-clock-processes
Does it make sence to create Procfile like this
python app is using schedule (https://github.com/dbader/schedule) module
20 replies
RRefine
•Created by foreign-sapphire on 2/28/2023 in #ask-any-question
Form images
I have a problem with uploading images in the form. I'm using react-hook-forms and Zod validation How to change images in the edit mode if the entity is already added? The form field is JS "File" and the already added entity has a URL. And I don't know how to do it.
2 replies