Nikolaj Ivancic

Results 96 comments of Nikolaj Ivancic

> What if we added a topic on "Cross Component Collaboration" and covered different techniques and practices? #### A very strong vote of support for this proposal

@egeland - you can find this information (and a lot more) in the [Aurelia Guides](http://blog.aurelia-guides.com/2015/08/22/Smallest-Aurelia-Application-created-from-scratch/) - website that hosts all accumulated [Aurelia Community authored articles](https://github.com/aurelia-guides/aurelia-guides.md-articles). Note that all these articles...

I am quite interested in seeing what you do here - as I have this same thing pending in [this repo](https://github.com/aurelia-ui-toolkits/cm-bridges) and a plan to extend the [this chapter](https://aurelia-ui-toolkits.gitbooks.io/monterey-user-manual/content/creating_new_application/contact_manager_tutorial.html). I...

Please do - as it would help Monterey effort (I discussed the concept of using Aurelia's Contact Manager code as the tool to show many Monterey properties, including "automatic replacement...

All of our catalog apps are direct descendants of Aurelia Navigation Skeleton, which uses some of the Bootstrap features (navbar and layout on some pages). ``` javascript Toggle Navigation ${router.title}...

Adding one URL for testing (assuming that @jdanyow has access to debian): https://gist.run/?id=59f4cbf39323e9581de9d644d12258f4 this should result with: ![image](https://cloud.githubusercontent.com/assets/2712405/14716355/a250bd50-07ba-11e6-82e4-8c126e66a714.png)

In response to [this comment](https://github.com/redwoodjs/redwood/pull/4992) (`reopening if someone is interested in helping`) from @virtuoushub I would like to offer any help that would match my skills (I am a lot...

@standup75 please check the remark by @virtuoushub [above](https://github.com/redwoodjs/redwood/pull/4992#issuecomment-1254277744): >Thanks @adriatic - from an application perspective, I am not sure if you have to wait for the RW framework to be...

@virtuoushub - I built the simplest RW app, changed web/package.json to use ``` "react": "18.2.0", "react-dom": "18.2.0" ``` and added the minimal chakra 2.0 code as described at `https://chakra-ui.com/getting-started/redwoodjs-guide` No...

@Philzen you are welcome. I am **aware** that I claimed a bug without a reproducible case, and am **painfully aware** of the pain such reports could cause to the rw...