IRC logs for #farmOS, 2021-08-12 (GMT)

2021-08-11
2021-08-13
TimeNickMessage
[07:38:50]<mstenta[m]>shane_aldrich: Cool! Are you going to join the dev call today? Maybe we can take a look then!
[13:10:27]* mstenta has joined #farmos
[13:23:41]* mstenta has quit (Quit: Leaving)
[13:31:32]<shane_aldrich[m]>Just got the computer up and running. What time is it happening? Or did I miss it already?
[13:32:19]<paul121[m]>missed it :-/
[13:32:26]<shane_aldrich[m]>Bummer
[13:32:36]<mstenta[m]>oh dang i forgot about it too lol
[13:33:00]<mstenta[m]>gave a presentation about farmOS on the AgStack call from 11-12, then spaced and forgot
[13:33:20]<paul121[m]>just symbioquine and I, chatted about some map/imagery stuff
[13:36:07]<shane_aldrich[m]>I've got things to do around the house today. But I'll be able to jump in every now and then. Does anyone want to join the doc I created to look it over?
[13:36:58]<mstenta[m]>i probably won't have much more time today, but feel free to add me! do you have my email?
[13:37:11]<shane_aldrich[m]>I do not.
[13:37:18]<mstenta[m]>i'll PM you :-)
[14:05:35]<paul121[m]>my phpstorm xdebug config has gone down...
[14:06:27]<paul121[m]>when I go to "validate" everything is green except for the "Remote debug is not enabled" check
[14:06:54]<mstenta[m]>huh
[14:07:19]<paul121[m]>ACTION uploaded an image: (175KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/cSkUmtPPbbx... >
[14:07:22]<mstenta[m]>did your docker IP change?
[14:07:56]<mstenta[m]>mine changes whenever i do `docker-compose down` and then `sudo docker-compose up`
[14:08:01]<paul121[m]>ACTION < https://libera.ems.host/_matrix/media/r0/download/libera.chat/45f4633c87... >
[14:08:21]<paul121[m]>yea, same for me, but the "validate" shows that the remote host is correct
[14:08:25]<mstenta[m]>do `sudo docker inspect [container name]` to see if it's still 172.18.*.*
[14:08:32]<mstenta[m]>oh ok
[14:09:00]<mstenta[m]>i've never actually used the "validate" thingy... what else is going wrong? not stopping break points?
[14:09:22]<paul121[m]>ACTION < https://libera.ems.host/_matrix/media/r0/download/libera.chat/42f52da482... >
[14:09:53]<paul121[m]>yeah, just doesn't seem to be working
[14:10:08]<mstenta[m]>and you have the little phone icon turned on? :-)
[14:10:36]<paul121[m]>in the past the validate does seem to be correct buttt who knows! 🤷
[14:10:44]<paul121[m]>phone is on!
[14:11:21]<mstenta[m]>maybe try closing phpstorm, restarting containers, then reopening phpstorm?
[14:11:47]<mstenta[m]>https://m0.her.ie/wp-content/uploads/2015/01/20151308/tumblr_mtud5kX2T71...
[14:12:10]<paul121[m]>haven't tried restarting phpstorm.. will do that
[14:14:57]<paul121[m]>do you think debugging is possible with the github codespaces?
[14:16:22]<mstenta[m]>oh huh good question
[14:16:39]<mstenta[m]>i assume vscode has debugger plugins? but i wonder how those work in the browser
[14:16:52]<mstenta[m]>i'd imagine it's possible, in theory
[14:29:13]<mstenta[m]>paul121: any luck with restarting?
[14:31:00]<paul121[m]>noo
[14:31:07]<mstenta[m]>:-(
[14:31:49]<paul121[m]>I tossed an `xdebug_info();` in what I'm working on, and it renders a big table in the response
[14:32:31]<paul121[m]>seems like it could be the `client_host/client_port`
[14:32:46]<mstenta[m]>mm yea, i feel like i've run into issues with that
[14:32:47]<mstenta[m]>i forget
[14:33:04]<mstenta[m]>iirc the port changed from xdebug 1 to xdebug 2 too...
[14:33:27]<mstenta[m]>(not that that would affect you - you've surely had xdebug 2 this whole time)
[14:33:46]<mstenta[m]>did anything change when you noticed it start happening? or just randomly?
[14:34:04]<paul121[m]>xdebug 2 -> 3 I think!
[14:34:16]<mstenta[m]>ah right
[14:34:28]<mstenta[m]>that was it :-)
[14:34:42]<paul121[m]>but no, kinda randomly. which makes sense it could be the docker network
[14:35:02]<mstenta[m]>double check the docker port if you haven't
[14:35:14]<mstenta[m]>`sudo docker inspect [container]`
[14:36:43]<paul121[m]>aha!!
[14:36:48]<paul121[m]>this worked..
[14:36:48]<paul121[m]>```
[14:36:48]<paul121[m]> XDEBUG_CONFIG: client_host=host.docker.internal
[14:36:48]<paul121[m]>```
[14:37:03]<mstenta[m]>oh whoa! what's that??
[14:37:20]<paul121[m]>magic...
[14:37:20]<mstenta[m]>!!!
[14:37:35]<paul121[m]>idk, i'm on a mac too
[14:37:37]<paul121[m]>but that might be useful!
[14:37:38]<mstenta[m]>ah... oh yea... that might be a mac thing
[14:38:18]<mstenta[m]>yea https://stackoverflow.com/questions/48546124/what-is-linux-equivalent-of...
[14:38:34]<mstenta[m]>well glad you got it working! 🎉
[14:42:38]<paul121[m]>huh, maybe with the `--add-host` option:
[14:42:38]<paul121[m]>https://stackoverflow.com/questions/31324981/how-to-access-host-port-fro...
[14:43:04]<paul121[m]>but it seems like 172.17.0.1 always works on my linux desktop. huh
[19:54:33]* shane_aldrich[m] has quit (Ping timeout: 252 seconds)
[19:54:33]* kunigunde[m] has quit (Ping timeout: 252 seconds)
[19:54:42]* farmtech[m] has quit (Ping timeout: 245 seconds)
[19:54:59]* hilljack_hec[m] has quit (Ping timeout: 252 seconds)
[19:55:14]* JohnSchaap[m] has quit (Ping timeout: 268 seconds)
[19:55:14]* med65[m] has quit (Ping timeout: 268 seconds)
[19:55:14]* Cata[m]1 has quit (Ping timeout: 268 seconds)
[19:55:14]* continuouswave[m has quit (Ping timeout: 268 seconds)
[19:55:14]* symbioquine[m] has quit (Ping timeout: 268 seconds)
[19:55:16]* EmreUnsal[m] has quit (Ping timeout: 276 seconds)
[19:55:16]* sam_rose[m] has quit (Ping timeout: 276 seconds)
[19:55:18]* jgaehring[m] has quit (Ping timeout: 272 seconds)
[19:55:22]* MatrixTravelerbo has quit (Ping timeout: 272 seconds)
[19:55:23]* Devin[m] has quit (Ping timeout: 272 seconds)
[19:55:24]* munjoma[m] has quit (Ping timeout: 256 seconds)
[19:55:24]* ahmetartu[m] has quit (Ping timeout: 256 seconds)
[19:55:24]* mstenta[m] has quit (Ping timeout: 256 seconds)
[19:55:48]* JulianF[m] has quit (Ping timeout: 268 seconds)
[19:55:49]* calbasi[m] has quit (Ping timeout: 268 seconds)
[19:55:49]* spitz234[m] has quit (Ping timeout: 268 seconds)
[19:55:55]* PhongPham[m] has quit (Ping timeout: 276 seconds)
[19:56:00]* paul121[m] has quit (Ping timeout: 272 seconds)