Steven England

Results 73 comments of Steven England

I implemented that PR * following the guidelines at https://github.com/ioBroker/adapter-react-v5/?tab=readme-ov-file#migration-from-adapter-react-to-adapter-react-v5 * and comparing with projects that already use adapter-react-v5 like ** https://github.com/ioBroker/ioBroker.s7 ** https://github.com/ioBroker/ioBroker.iot I also created new adapters using...

Update: I recently recognized that the warnings and the slow loading only appear if the dev-server that is used for testing spins up a browser sync for HTML configuration. If...

Before merging I guess this one should be closed beforehand: https://github.com/ioBroker/dev-server/issues/475 BrowserSync from the `dev-server` in combination with `adapter-react-v5` causes this loading issues.

Hi @AlCalzone , I would like to help but I am not quite sure how to do so best because I do not know a lot about the differences between...

Indeed adapter-react-v5 has the uk entry already in the list of languages. But I really have no clue if switching to v5 has some other implications. Therefore I am too...

Oh, now I think I know, what you mean @AlCalzone There is quite a huge list that needs to be tackled to switch to v5, at least this is what...

Hi Michael, this error message can be misleading/without any meaning to the build process. Did you try to compile the code?

Hi, no because I don't have a clue what's the actual syntax error :-) And as I said: Running the batch file in a VS developer console instead of a...

Hi @trufae , the error is gone 🎉 Unfortunately there is more: ``` (venv) C:\Users\vboxuser\Desktop\radare2_compiled>configure The Meson build system Version: 0.61.99 Source dir: C:\Users\vboxuser\Desktop\radare2_compiled Build dir: C:\Users\vboxuser\Desktop\radare2_compiled\vs Build type: native...

Hm, isn't meson installed by your tool chain? Via preconfigure? At least I am not aware that I installed meson onto the VM by my own. Can you confirm that?...