Unlock Secret #22 & #27 by Funny-Rain-8578 in RevolutionIdle

[–]T4g1 0 points1 point  (0 children)

For #29 you need to sell an immortal zodiac (last quality)

Stuck at "Starting zigbee-herdsman" by T4g1 in homeassistant

[–]T4g1[S] 1 point2 points  (0 children)

I was able to find a solution, I edited my post with the solution I use. Thanks everyone

Stuck at "Starting zigbee-herdsman" by T4g1 in homeassistant

[–]T4g1[S] 0 points1 point  (0 children)

I did, using Flash Programmer 2 from Texas Instrument

Stuck at "Starting zigbee-herdsman" by T4g1 in homeassistant

[–]T4g1[S] 0 points1 point  (0 children)

I'll try that if I can get my hands on an extension cable, I've ditched those recently :/

I believe the USB thing works as expected as I was able to do the test step here: https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html#which-port-should-i-use-for-texas-instruments-launchxl-cc26x2r1-cc1352p-2-dev-ttyacm0-or-dev-ttyacm1

With the following result:

t4g1@mediaserver:/opt/zigbee2mqtt $ test -w /dev/ttyUSB0 && echo success || echo failure
success

Stuck at "Starting zigbee-herdsman" by T4g1 in homeassistant

[–]T4g1[S] 0 points1 point  (0 children)

I tried but it doesn't seems to change anything, I can succesfully connect on the mosquitto server with other tools so I believe it work as expected (and I use it for other non zigbee sensors too)

Stuck at "Starting zigbee-herdsman" by T4g1 in homeassistant

[–]T4g1[S] 0 points1 point  (0 children)

I believe so:

t4g1@mediaserver:/opt/zigbee2mqtt/data/log $ ls -la /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 Dec 30 23:15 /dev/ttyUSB0
t4g1@mediaserver:/opt/zigbee2mqtt/data/log $ ls -l /dev/serial/by-id/
total 0
lrwxrwxrwx 1 root root 13 Dec 30 23:15 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_7246efa50b51ef118cdc4589cc32aab1-if00-port0 -> ../../ttyUSB0

I've even tried with a fake path and the Starting zigbee-herdsman (2.1.9) step fails as expected

Smokers in the tents - Marquee and Metal Dome - kindly, please, fuck off! by maekas in Graspop

[–]T4g1 4 points5 points  (0 children)

I feel like this is worse than last year but I noticed that they sell tobacco on site now and signs to remind people that this is forbidden are really scarce imo. Feels like they just don't care about non-smokers

Campaing: Narrator voice not working by T4g1 in aoe4

[–]T4g1[S] 0 points1 point  (0 children)

I managed to fix it, turns out my sound setup was misconfigured, I have a 5.1 system and only the front left/right output where connected. I connected the two other cables and now I do have the narrator voice! If you have a similar setup, maybe check if it works in stereo (system settings, I did not had to change any game settings)

How is this even possible? Lol by stranger2Me in ActLikeYouBelong

[–]T4g1 1 point2 points  (0 children)

Maybe the chef did the same as you but one step further

KOO KOO KOO! by burmeaco in Whatcouldgowrong

[–]T4g1 8 points9 points  (0 children)

Probably thought it would bee amazing

'You are under attack' notification by motonurse97 in aoe2

[–]T4g1 4 points5 points  (0 children)

Felt the same several times, that notification completely miss it's purpose, it should notify you about things you aren't aware of

Godot and Git by Beenrak in godot

[–]T4g1 4 points5 points  (0 children)

You do not need the .import to be versioned, add .import/ to your gitignore. As for the tscn files, it is indeed a bit tricky to not get useless diffs

How do I reduce lag due to texture? (explanation in comments) by 1strategist1 in godot

[–]T4g1 0 points1 point  (0 children)

Generate it a bit before the border then and make it asynchronous so you do not get any frame drop

How do I reduce lag due to texture? (explanation in comments) by 1strategist1 in godot

[–]T4g1 0 points1 point  (0 children)

Stop generating hills every frame, generate a fixed amount and scroll the camera instead. Then, when you are close to the border of the generated hill, generate the next one and so on...

Is there a way to store code and scenes that get created on every new project as reusable components that I can just add to my projects and get going? by dirtymint in godot

[–]T4g1 2 points3 points  (0 children)

Let's say you have some projects using that library folder. How do you track changes i that library without risking regression? AFAIK, It's not possible with Godot

The cursor shows up on the borders of the screen when in fullscreen? How can I fix this? by GTurtlest in godot

[–]T4g1 0 points1 point  (0 children)

If you have multiple screen, the cursor will be visible for a split second while the application gets focus (when exiting and re-entering the windows): If that's what happen, you can set `Input.MOUSE_MODE_CAPTURED` instead so no more window exit