Alexander Onnikov

Results 122 comments of Alexander Onnikov

@TathevikJS thanks for the contribution. I understand the idea and that someone may need breakpoints in their everyday use, but it is not something that everyone needs. One can come...

[Alexey Zinovyev](https://front.hc.engineering/browse/?workspace=platform&_class=contact%3Aclass%3APerson&_id=63fefffb6e876eaf328df878&label=Alexey%20Zinovyev) do we still need this issue?

we can try to use `validate` method to exclude invalid links:

@kristina-fefelova could you resolve conflicts?

@kwhitley I think you can use this sample to reproduce the issue: ``` import { Router, cors } from 'itty-router' const router = Router({ before: [preflight], finally: [corsify] }) router.get('/sample',...

Hey! Unfortunately that is not so simple. GMAIL_URL should point to an address of the `gmail` service container. Do you want to have integration with your mailbox?

@ed-auvinet thanks for reporting this and glad that you managed to find the solution by yourself. This env variable is a recent change related to PostgreSQL support added to Huly....

@0xtejas Postgres is supposed to be used instead of MongoDB. But currently we still have couple of services that use MongoDB directly and that's the reason why we have both...

The problem has been fixed with https://github.com/hcengineering/huly-selfhost/pull/73

Yes, that's possible, to change the instance address start the desktop app with `-s ` parameter, where `` is the address of your self-hosted Huly instance.