JValRog

Results 15 comments of JValRog

You could also get rid of the XML part and adopt a simple configuration file.

> I might have tracked this down, though I wasn't able to replicate it; can you let me know if this change resolves the issue for you? I'll try later...

This is important for many, because if you install Mikro-Orm today, it will use knex 2, so no agent data for the project without explicit transactions! (that I mostly hate...

My company is also being impacted by this. We have multiple widget libraries using ant-design-vue 3.x and new projects with vue 3.4 are broken.

> Interesting! Could you imagine the configuration for such request? What syntax should be written in the file? The configuration would be the same, with several apps sharing the same...

> Please elaborate more about conflicts between modes. How the app should distinguish which mode you want to ask. I'd really like to see a configuration example, mentioning these modes,...

Hi, just my 2 cents. Axios doc page names a version right now: v0.22.0 (very old) The generated code should start using AbortController ASAP.

> @jvalrog see above linked PR. I have fixed this in our version (we have also fixed other issues and plan to maintain it actively). If you end up using...

I've read that Android API level 16 and up support Zeroconf/Avahi. It would be nice having this feature (that I also need).

> Thank you @devcorpio, I'll try that path then.