izenn

Results 13 comments of izenn

this would be great - especially being able to configure 2 and 3 finger horizontal actions. Is there anything i could start working on that would help?

If that's the case, than wouldn't it make more sense if the text would say "1 evolution coming!" rather than having it say "1 evolution available!"? Where available/coming text would...

After understanding your use case then i agree it makes total sense to keep the all monsters available to select, so really all i am hoping for is a slight...

it would say "2 alternate NA evolutions"

actual counts: red: 6 blue: 12 green: 3 gold: 7 yellow: 13 rainbow: 1 purple: 10 Let me know if you want me to post my json somewhere

just installed this today using java from brew. open a terminal and then do the following: ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install temurin export JAVA_HOME=`/usr/libexec/java_home -v 21`; java...

i ran into this and had issues with the bonding solution (it would randomly drop for some odd reason). the solution i ended up with was to create udev rules...

looks like the new udev rules happened after my net0/1 rules so the interfaces were recreated back to eth0/1. Not the end of the world, just something to note. i'll...

have you tried setting what you want to send as a variable? (i've noticed some weird things when using {{ something }}) `var value = '{{ index .Fields "_value" }}'`...

i just stripped the http OTA stuff out of the yaml and it is working now. Here's my yaml: ``` substitutions: name: esp32-bluetooth-proxy friendly_name: Bluetooth Proxy esphome: name: ${name} friendly_name:...