SHAKA PAKA
SHAKA PAKA
Explore posts from servers
TTCTheo'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
RRailway
Created by SHAKA PAKA on 7/9/2023 in #✋|help
CLI logs
How to check logs for specific service?
24 replies
RRailway
Created by SHAKA PAKA on 7/9/2023 in #✋|help
Procfile over Dockerfile
I have Dockerfile in my repo root for local dev, and I want to deploy using Procfile but Docker file is automatically detected as deployment strategy instead of Procfile, how to use Procfile instead?
10 replies
RRailway
Created by SHAKA PAKA on 7/8/2023 in #✋|help
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
clock: python main.py
clock: python main.py
python app is using schedule (https://github.com/dbader/schedule) module
20 replies
RRefine
Created by wise-white 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