bluepuma77
bluepuma77
How can I easily setup A01, A02 and A03 message types?
Any news on this?
Yeah, Docker Swarm development seems very slow. Especially sad to see that there are existing pull requests waiting (support for [devices](https://github.com/moby/swarmkit/pull/3106), [privileged](https://github.com/moby/swarmkit/pull/3072)), but no one is taking care to merge...
Works for me. ``` git clone https://github.com/spotify/docker-kafka cd docker-kafka/ cd kafka docker build -t kafka:0.10.1.0 . ```
According to ChatGPT multiple major versions can be enabled: ``` "peerDependencies": { "@capacitor/core": "^5.0.0 || ^6.0.0" }, ```
@jepiqueau Did you contact Ionic developer relations, if they could sponsor you a new MacBook, as you are an important community maintainer? Their "Director of Developer Relations" is on LinkedIn...
Sorry, only got links: https://www.linkedin.com/in/mhartington/ https://twitter.com/mhartington https://mastodon.social/@mhartington https://github.com/mhartington Or you could try other channels: https://forum.ionicframework.com/ https://discord.com/invite/UPYYRhtyzp
Works for me on iOS with CapacitorJS 6: ``` import { Preferences } from '@capacitor/preferences'; await Preferences.set({ key: 'MyKey', value: JSON.stringify({data: 'Hello'}) }); let p = await Preferences.get({key: 'MyKey'}) console.log('p',...
+1 It's silly things. You switch from Core to Core2 and suddenly lcd.setBrightness() doesn't work. Suddenly M5Img() can only support PNG and not JPG anymore.
As a breaking change this can happen earliest with v4. I am not sure of the benefit, most of current installations will break, as http/3 requires QUIC instead of a...