zumm

Results 16 comments of zumm

Понимаю, что это немного "некропостинг", но все же интересно, а какой тогда вообще смысл в сигналах? Если их использование теперь ничем не отличается от использования сообщений.

Правильно я понимаю, что метод, подписанный на сигнал, получит экземпляр mhood_t "внутри" которого nullptr? До этого, активно используя синтаксис void handler();, я не задумывался об этом, считая, что при сигналах...

Выходит именно этим обусловлена невозможность использовать короткую запись (ret_value handler(const Msg_Type &)) для сигналов. С одной стороны данное изменение делает код более громоздким, с другой заставляет разобраться с тем, что...

> `import Chart from 'chart.js';` is the wrong way of importing. > > If you want to do it like that you need to do it like so: `import Chart...

@LeeLenaleee It works only in dev mode. After `nuxt build` and `nuxt start` it throws error like one mentioned above by @simllll. Example [here](https://codesandbox.io/s/nuxt-chartjs-issue-forked-x8908v?file=/pages/index.vue). > Named export 'Chart' not found....

This way doesn't work at all. I think it because there is no dist directory. > ERROR Failed to resolve entry for package "chart.js". The package may have incorrect main/module/exports...

Could you publish new version (without latest tag on npm)?

Oh, it's prop, not event. I see. But tbh this approach (passing functions as props) is weird for vue.

I mean interpretation №2, of course. Yes, the splitting agent to group of agents and using prioritization at level of agents instead of level of event handlers is a possible...

That field may be pointer/union or type defined by dispatcher (not sure it's possible).