Luigi Cruz

Results 24 issues of Luigi Cruz

Our iOS app doesn't support keyboard input at the moment. This is due to the lack of a callback to handle the events. Another complication is that the keyboard will...

enhancement
help wanted

We currently support file picker dialog and save file dialog for macOS, Linux, and Browser. We need the same thing but for iOS. PS: No external dependencies should be added...

enhancement
help wanted

The current algorithm for the Auto Layout is crap. It doesn't respect the vertical order of the blocks. It doesn't use the order of the inputs in the subsequent block....

enhancement
help wanted

It would be nice to add keyboard shortcuts to make interacting with blocks and connections faster and easier. Submitted by nemanjan00 on Twitter.

enhancement

Some websites are inaccessible to the archival process. Not sure if a solution is feasible. - https://www.digikey.com/en/products/detail/analog-devices-inc./DC1524A-A/4890577 - https://www.trulia.com/building/caspian-260-brooklyn-basin-way-oakland-ca-94606-2710623398 - https://www.apartments.com/caspian-oakland-ca/pp0w7es (this one never gets added, it just hangs) -...

bug

Looks like the GLFW dependency [is being listed](https://github.com/nvidia-holoscan/holoscan-sdk/blob/bb60fb787dd9c3b5f74bf7e36f9f4a159ff857ca/CMakeLists.txt#L191) as an install target for the core Holoscan application. Wouldn't this dependency belong to the `holoviz` module?

bug

I'm encountering a CMake error when I try to compile this repository from the source using GCC-13. Compilation works when using GCC-12 `CC=gcc-12 CXX=g++-12 cmake ..`. I attached part of...

enhancement

It would be nice for the `Parameter` type to also be formattable by the `HOLOSCAN_LOG_XXX` method. Currently, it's necessary to add a `param.get()` to make it work. A simple `fmtlib`...

enhancement

- Modernize the Python API, considering the use of nanobind. - Ensure the Python interface is at par with the C++ API in both performance and features.