Victor Malov

Results 71 comments of Victor Malov

> > @gfauredev Do you think we can sort the glossary? > > [Glossarium](https://typst.app/universe/package/glossarium) already sorts alphabetically the glossary entries. However, I think you might have to tweak it a...

Looks like it is not supported right now. But I'm going to add support for this feature soon.

@jsaa Unfortunately, now this works automatically. Doesn't matter how you position your menu - it's not allowed to be outside of screen, even partially. If this is detected - _menu...

Is there any progress on this PR?

Hello πŸ‘‹ guys! Thanks for insights! Could you give summary - do you recommend using nx for React Native? I want to support 2 RN packages in monorepo (heavily using...

Yes, if it's required I can directly specify packages. I haven't tested, but I think _recursive search_ should work ```json "packages": [ "packages/**" ], ``` I suggest now the problem...

Also I've experienced this error while trying adding web support ![Π‘Π½ΠΈΠΌΠΎΠΊ экрана ΠΎΡ‚ 2021-09-30 20-55-36](https://user-images.githubusercontent.com/842306/135507112-4e641fab-8f51-463f-aa8b-381cbb7d75f9.png) I've used one of the latest `yarn classic` versions. This solution from [stackoverflow](https://stackoverflow.com/questions/62254089/expected-workspace-package-to-exist-for-sane) did help...

> @sennevc Thanks! Your reply set me on the right path to get this fixed. [This comment](https://github.com/zo0r/react-native-push-notification/issues/470#issuecomment-363922064) mentions [this page in the react-native-navigation docs](https://wix.github.io/react-native-navigation/#/android-specific-use-cases?id=compatibility-with-headlessjs). It's terribly titled -- it really...

Is this still valid? Is there some workaround about this? It looks like in my case I have the following scenario: 1. Begin transaction 2. Insert into table A 3....

@fwbrasil, I think, according to Postgres specification, transaction [requires](https://www.postgresql.org/docs/9.6/static/sql-set-transaction.html) to have `DEFERRABLE` property. I'm not sure how transaction `DEFERRABLE` relates to `DEFERRABLE` in [create table](https://www.postgresql.org/docs/current/static/sql-createtable.html). I think they are the...