Shivek Khurana
Shivek Khurana
I quite like this idea of yours 💯 > I certainly don't want to make a "framework", like the other static site generators. I like it very much as a...
> That itself is quite a difficult problem. Or a lot of manual work. It's surprising how many dependencies a static site can have. Component, Integrant and Mount are meant...
@davewasmer What is the correct way to do it ? I'm building a ui around this module and want to fix this issue. Ideally I want to do three things...
Yes you can. But because you want the worker to die, you'll have to start - an all-time running worker using the `rq worker` command and - on demand workers...
@proofit404 : I didn't realize this while answering. Thanks for pointing this out. The updated `__name__ == '__main__'` block is : ``` python import multiprocessing def main(qs): with Connection(connection=redis): if...
This option was kept to capture critical onboarding data. The metrics in question are only stored in-memory, until the user opts-in. And the opt-in banner is visible as soon as...
Bring LSP to life bro
I was able to fix this. The problem on my machine was as follows: .env had this line: PUBLIC_REST_URL=http://localhost:8000/rest/v1/ # replace if you intend to use Studio outside of localhost...
Can you post a link to some docs? I don't know about this update. In general, I'm always looking for enhancements to this project. But I feel that introducing this...