【Kiko】

Results 9 comments of 【Kiko】

VS2022 MVVM Avalonia 13:27:55.911 [Error] 243192

It's a shame that there is no documentation on this topic (

Same issue, arch linux host Monitors: 2 0: +*DisplayPort-0 1920/521x1080/293+0+0 DisplayPort-0 1: +HDMI-A-0 1920/527x1080/296+1920+0 HDMI-A-0 sunshine use hdmi monitor if i set 0 index, but if i set index 1...

Memory leak on arch linux ![image](https://github.com/Artemis-RGB/Artemis/assets/53761278/77debaf4-73c0-49f3-aa59-6dd2cede957d) ![image](https://github.com/Artemis-RGB/Artemis/assets/53761278/e7b6d78d-a792-4c0d-8215-dd0769f69ed8) ![image](https://github.com/Artemis-RGB/Artemis/assets/53761278/aa3fc7d2-0afe-41ef-97cd-2e065af17a6a)

> Hey, sorry for inconvenience. This issue is caused by this change: #1153. > > Currently, you are required to specify the URL of your server in order to make...

> > Hi @deiteris I have tried with your fork adding the "--allowed-origin *" argument in google collab but i'm still getting an error when the url it's generated, i...

Hello, I recently also had such a need and I wrote the following code: ```vue export default { methods: { onClickRow() { this.$emit('clicked_row'); } } }; import { Table, TableBody,...