Martin Berka

Results 10 comments of Martin Berka

I do not know the model that was used here, but the normal TypeORM [select format](https://orkhan.gitbook.io/typeorm/docs/find-options) looks like: ```typescript userRepository.find({ select: ["id", "company"] }); ``` (the select property will be...

I don't have an answer for @jcw , but that script helped me produce the following that works with an existing `pio test -e native` test command. platformio.ini: ```ini [env:native]...

@abanik96 Hard to help without knowing what you actually wrote in the config file. However, it does look like you are trying to run in a different environment instead of...

@abanik96 The native platform allows the C++ to be compiled and run on the same machine where PlatformIO is installed. I have only tried it on Ubuntu, but it probably...

I'm not sure the decorators are that powerful. How would they produce `arranger_id: number | null` when the code block under "Actual behavior" explicitly has `arranger_id!: number;`? I agree that...

@shaunwcolley While this issue is about the sequelize-cli tool that must be called from the command line, you solved my problem too. Of course `require` will not react to .sequelizerc....

Failure to close should not automatically mean running out of memory. The code does not show which ports were opened; if any was `/dev/ttyAMA0` or another port that Raspberry Pi...

I had the same error and pattern on a Debian-style Pi 3B+ with containers, happening specifically for `/dev/tty/AMA0`, `[email protected]` and newer versions of Node. @cheton 's link led in the...

All of the previous solutions looked relevant at different points. Conclusion: must run `cargo update` before building and also have a recent version of `cargo` **in the system that is...

Notes for future visitors: 1. That the thread is now at https://forums.balena.io/t/static-ip-configured-via-app/1495/21. 2. @jansselt's script (https://github.com/ljanssen5/resin-wired-static-ip, can be run in parallel with wifi-connect, with the desired IP set in start.sh)...