Sean Steinke

Results 8 comments of Sean Steinke

I totally love nestjs - and it already comes with a lot of powerful tools and extensions. But this would be an enormous improvement! Is there any progress or has...

Would need this too.

We are facing the same issue as well and in very rare occasions an input is focused, but the keyboard does not get displayed but the area where the keyboard...

I have this same problem and it makes my whole App unusable... Any news on that? Do i have to migrate away from Hive?

Still no Web support?

The problem is in the `pyproject.toml` the script is described as follows: ```toml [tool.poetry.scripts] beebot = 'beebot.initiator.cli:main' ``` Which means the async function `main` from `cli.py` gets executed when running...

I have another example that resulted in a bug that we couldn't find that easily... Let's say you have those two entities: ```ts @Entity('pickup_points') export class PickupPointEntity { @PrimaryGeneratedColumn({ unsigned:...

@MubashirMalik sadly no. We had to check for those occurrences and optimize them by for example using `update` instead of `save` and only passing the changed properties or even decrease...