Vladimir Popov

Results 10 comments of Vladimir Popov

We have the same issue in our team. In our case we have an income stream with ~ 1k elements per second and ~100 subscribers who just put every elements...

Besides it we noticed that current implementation of the `Topic` in our case generates a lot of living instances of the `immutable.Queue` and the `PubSub.Strategy.Inspectable.State`:

Personally, I think it would be better to see in the header file all types used in the exercise, than recover them from the source. The empty header file looks...

@wolf99 could you share an example of the exercise, where reverse engineering of the header file is reasonable, please. I think I don't get your point well.

Any plans to bring this feature to the project?

@Leandros try to return true from your callback. It should delete autocmd. And also, I think it's useful to mark the buffer as nomodifiable in the preview window. Together with...

unfortunately, it didn't help: ```sh Projects/Arduino ❱ ArdensPlayer file=Arcade_3_in_1.hex 1:14 AM Ardens Player 3a8caa5 by Peter Brown Projects/Arduino ❱ ArdensPlayer file=Arcade_3_in_1.hex 2024-01-10 01:15:16.481 ArdensPlayer[65652:68970067] *** Assertion failure in -[_sapp_macos_window setTitle:],...

Hmm... I tried Ardens_macos_x64 version, and it works! ```sh Projects/Arduino ❱ ArdensPlayer file=Arcade_3_in_1.hex Ardens Player 3a8caa5 by Peter Brown ``` Also, I tried the v0.21.19 [Ardens_macos_x64.dmg](https://github.com/tiberiusbrown/Ardens/releases/download/v0.21.19/Ardens_macos_x64.dmg) and it works too....