--- Log opened Tue Dec 12 00:00:22 2017 |
00:01 | | Kindamoody is now known as Kindamoody[zZz] |
00:36 | | RchrdB [Richard@Nightstar-qe9.aug.187.81.IP] has quit [Connection closed] |
00:51 | | Derakon[AFK] is now known as Derakon |
02:27 | | Vornlicious [Vorn@Nightstar-itvobq.sub-174-211-11.myvzw.com] has joined #code |
02:31 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
03:22 | | Jessikat [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection closed] |
03:22 | | Vornlicious [Vorn@Nightstar-itvobq.sub-174-211-11.myvzw.com] has quit [Connection closed] |
03:23 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
03:44 | | Vornlicious [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has joined #code |
03:46 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
04:04 | | Vornlicious [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has quit [Connection closed] |
04:04 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
04:43 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: Oops reboot] |
04:45 | | Derakon [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [[NS] Quit: Leaving] |
04:50 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
04:51 | | mode/#code [+ao McMartin McMartin] by ChanServ |
05:11 | | Vornlicious [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has joined #code |
05:13 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
05:23 | | Vornlicious [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has quit [The TLS connection was non-properly terminated.] |
05:24 | | Vorntastic [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has joined #code |
06:01 | | himi [sjjf@Nightstar-dm0.2ni.203.150.IP] has quit [Ping timeout: 121 seconds] |
06:31 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
06:35 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
06:35 | | mode/#code [+o Alek] by ChanServ |
06:55 | <&[R]> | Ughhh |
06:55 | <&[R]> | PHP's heredocs |
06:55 | <&[R]> | The terminator has to be on its own line, and can only be alone or have a semi-colon. |
06:56 | <&[R]> | Makes them a bit annoying to use to pass multi-line things (like SQL queries) to functions :/ |
06:57 | < Vorntastic> | I always do the here documents as separate from the functions |
06:57 | < Vorntastic> | So I'll make the document and then pass it |
06:58 | <&[R]> | Yeah, but then you have them in one-use variables |
06:58 | <&[R]> | It looks silly |
06:59 | <&[R]> | Also the terminator can't have indentation either |
06:59 | < Vorntastic> | Which is another reason I keep them fully independent |
07:15 | | Degi [Degi@Nightstar-nheacj.dyn.telefonica.de] has joined #code |
08:05 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
08:05 | | Degi [Degi@Nightstar-nheacj.dyn.telefonica.de] has quit [[NS] Quit: Leaving] |
08:08 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
08:08 | | mode/#code [+o Alek] by ChanServ |
08:33 | | Vorntastic [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has quit [Ping timeout: 121 seconds] |
08:50 | | Vorntastic [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has joined #code |
09:08 | < simon_> | I'm not sure if this is Perl-specific wording, but when an argument/parameter is 'honored', does that mean that it's mandatory? |
09:08 | | NSGuest11509 is now known as Orthia |
09:09 | | Orthia is now known as NSGuest52871 |
09:11 | <&Reiver> | That would be a really odd way to phrase it |
09:12 | < simon_> | yeah. I think it's just outdated. to me it sounds like it's the only parameter that is in the public API. but that's not true, either. I think the docstring is simply outdated. |
09:12 | < simon_> | like "all other parameters are subject to change" |
09:13 | <&[R]> | I've never heard that terminology |
09:13 | < simon_> | I've changed the wording to being required. |
09:21 | | Kindamoody[zZz] is now known as Kindamoody |
09:33 | <@TheWatcher> | I've never heard that, either, and I've been working with Azathoth's Holy Language for nearly 20 years now |
09:34 | | Vorntastic [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has quit [Ping timeout: 121 seconds] |
09:49 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
09:49 | <&Reiver> | ... If TW hasn't heard of it, I'm not sure I /want/ to hear of it |
09:52 | | Vorntastic [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has joined #code |
11:14 | <&ToxicFrog> | simon_: generally that means "will have an effect" and it's used in situations where you're talking about something that isn't obviously an input to the function |
11:14 | <&ToxicFrog> | Like "when formatting the number, the current locale settings related to numeric separators are honoured" |
11:15 | <&ToxicFrog> | Context would help. |
11:15 | | Kindamoody is now known as Kindamoody|afk |
11:58 | < simon_> | ToxicFrog, ah, okay, in that sense I understand the word. |
12:16 | | Degi [Degi@Nightstar-nheacj.dyn.telefonica.de] has joined #code |
13:05 | | You're now known as TheWatcher[d00m] |
13:53 | | You're now known as TheWatcher |
14:14 | | Degi [Degi@Nightstar-nheacj.dyn.telefonica.de] has quit [[NS] Quit: Leaving] |
15:19 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
15:23 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
15:23 | | mode/#code [+o Alek] by ChanServ |
16:28 | | Vorntastic [Vorn@Nightstar-979er9.sub-174-210-5.myvzw.com] has quit [[NS] Quit: Bye] |
16:28 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
16:31 | | Jessikat [Jessikat@Nightstar-akovdp.dab.02.net] has joined #code |
16:46 | | Vornlicious [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
16:46 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Connection closed] |
16:48 | | Vornlicious [Vorn@Nightstar-1l3nul.res.rr.com] has quit [The TLS connection was non-properly terminated.] |
17:05 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
17:08 | | Kindamoody|afk is now known as Kindamoody |
18:35 | <&jerith> | Yay algorithms and data structures. |
18:50 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
18:50 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
19:04 | <&McMartin> | Indeed, but does something bring this up in particular? |
19:12 | | Jessikat` [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
19:15 | <&[R]> | Ugh... Outlook 365 broke WebDAV calendar syncing |
19:15 | <&[R]> | Which is a /major/ hangup for our company |
19:15 | <&[R]> | We use it for contractor dispatching |
20:16 | < Mahal> | broke it how? |
20:17 | <&[R]> | It errors out, unable to connect to the server (despite the same machines being able to connect to it just fine) |
20:18 | <&[R]> | Also undoing all of the syncing worked (though one machine has sync errors despite it not having any calendars setup for syncing). But I am completely unable to reinitiate the syncing process. |
20:33 | < Mahal> | are we talking "migrated to Exchange Online, now Things Work Different", or what? |
20:33 | <&[R]> | No? |
20:33 | <&[R]> | They worked two weeks ago. Now they don't. |
20:33 | < Mahal> | so an update to the OUtlook client, specifically? |
20:33 | < Mahal> | or to EOL? |
20:33 | <&[R]> | I think so |
20:34 | <&[R]> | I don't think Office 365 got EOL'd |
20:34 | < Mahal> | EOL = exchange online |
20:34 | < Mahal> | sorry |
20:35 | <&[R]> | We don't have Exchange at all |
20:35 | <&[R]> | Hence us using WebDAV |
20:36 | < Mahal> | ... OK, so... where are the actual calendars? gmail or some other thing? |
20:36 | <&[R]> | In Outlook |
20:36 | <&[R]> | When then syncs to WebDAV, and then the other Outlook instances download those callendars |
20:37 | <&[R]> | They get stored in the pst files or whatever AIUI |
20:41 | <&[R]> | And I run the WebDAV server, one client (mine) is syncing fine. |
21:02 | | Degi [Degi@Nightstar-nheacj.dyn.telefonica.de] has joined #code |
21:20 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
21:42 | | himi [sjjf@Nightstar-dm0.2ni.203.150.IP] has joined #code |
21:42 | | mode/#code [+o himi] by ChanServ |
21:46 | <@gnolam> | https://twitter.com/Tuplet/status/613218929838698496 |
21:46 | <@gnolam> | https://twitter.com/xxivips/status/938366852039888896 |
21:51 | <&McMartin> | checks out |
21:52 | | Jessikat`` [Jessikat@Nightstar-q1s.equ.132.82.IP] has joined #code |
21:54 | | Jessikat [Jessikat@Nightstar-akovdp.dab.02.net] has quit [Ping timeout: 121 seconds] |
22:17 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
22:34 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
22:37 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
22:37 | | mode/#code [+o Alek] by ChanServ |
22:55 | | Kindamoody|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
22:55 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
22:56 | | Kindamoody|autojoin is now known as Kindamoody |
23:02 | | Jessikat`` [Jessikat@Nightstar-q1s.equ.132.82.IP] has quit [Ping timeout: 121 seconds] |
23:15 | <&[R]> | What does everyone use for a calendar system? |
23:16 | <&[R]> | Looking to replace Outlook in that capacity |
23:16 | <@ErikMesoy> | Yahoo Mail |
23:19 | <@Tamber> | Random pieces of paper that I lose. |
23:20 | <&[R]> | We need something that's more reliable than Outlook. |
23:21 | <&[R]> | Maybe a network of webcams, all viewable from one page, each looking at a white-board calendar |
23:21 | <@Tamber> | :) |
23:40 | | Degi [Degi@Nightstar-nheacj.dyn.telefonica.de] has quit [Connection closed] |
--- Log closed Wed Dec 13 00:00:24 2017 |