[00:19:17] * erkin [erkin!~erkin@unaffiliated/erkin] has quit (Remote host closed the connection). [02:27:29] * pierpa [pierpa!50b5eb54@gateway/web/freenode/ip.80.181.235.84] has quit (Quit: Page closed). [02:39:00] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has quit (Quit: Poof). [02:39:18] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has joined the channel. [04:41:38] * nowhereman_ [nowhereman_!~pierre@2a01:e35:2eb3:4350:3fcb:8255:8d52:d188] has quit (Ping timeout: 256 seconds). [04:43:15] * nowhereman_ [nowhereman_!~pierre@2a01:e35:2eb3:4350:3fcb:8255:8d52:d188] has joined the channel. [07:20:46] * raingloom [raingloom!~raingloom@C2267141.catv.pool.telekom.hu] has quit (Ping timeout: 268 seconds). [08:10:18] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has quit (Quit: Poof). [08:10:36] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has joined the channel. [10:31:17] * erkin [erkin!~erkin@unaffiliated/erkin] has joined the channel. [13:07:21] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has quit (Quit: Poof). [13:07:41] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has joined the channel. [13:16:56] * delvinj [delvinj!~Miranda@c-73-164-9-150.hsd1.mn.comcast.net] has joined the channel. [13:37:49] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has quit (Quit: Poof). [13:38:09] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has joined the channel. [13:38:23] * raingloom [raingloom!~raingloom@C2267141.catv.pool.telekom.hu] has joined the channel. [13:47:39] * MDude [MDude!~MDude@97-127-137-99.cdrr.qwest.net] has quit (Ping timeout: 244 seconds). [15:49:46] factor on hn: https://news.ycombinator.com/item?id=17726634 [16:05:30] * amuck [amuck!~amuck@152.243.185.35.bc.googleusercontent.com] has quit (Ping timeout: 272 seconds). [16:06:44] * amuck [amuck!~amuck@152.243.185.35.bc.googleusercontent.com] has joined the channel. [17:51:39] * MDude [MDude!~MDude@97-127-137-99.cdrr.qwest.net] has joined the channel. [18:09:48] * erkin [erkin!~erkin@unaffiliated/erkin] has quit (Remote host closed the connection). [18:31:08] * Sgeo__ [Sgeo__!~Sgeo@ool-18b98dd9.dyn.optonline.net] has joined the channel. [18:35:14] * Sgeo_ [Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net] has quit (Ping timeout: 276 seconds). [18:35:52] * Sgeo_ [Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net] has joined the channel. [18:38:57] * Sgeo__ [Sgeo__!~Sgeo@ool-18b98dd9.dyn.optonline.net] has quit (Ping timeout: 240 seconds). [19:51:35] o/ [20:08:55] * erkin [erkin!~erkin@unaffiliated/erkin] has joined the channel. [20:14:25] Question: What do you all recommend as far as source control goes? It's my understanding that the main sources are in git, but does that git repository get copied out of the .zip? [20:14:55] Or can I create git repositories inside the default targets of the scaffolding tools w/o worring that much? [20:15:57] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has quit (Quit: Poof). [20:16:17] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has joined the channel. [20:23:40] * FreeFull [FreeFull!~freefull@defocus/sausage-lover] has quit (Quit: Rebooting for new kernel). [20:25:53] * FreeFull [FreeFull!~freefull@defocus/sausage-lover] has joined the channel. [20:43:12] yumaikas: You can kind of do whatever you want; you just want to put your sources into a vocab root. [20:44:04] yumaikas: http://docs.factorcode.org/content/article-add-vocab-roots.html [20:45:36] erg: We should put docs on HTTPS. [20:46:12] Oh. It is. Huh. Okay, it needs a redirect. [20:46:14] bmp: How do I scaffold outside the default vocabulary root? [20:46:40] (Or do I just do stuff manually? Or is this something I need to dig into?) [20:47:18] Just provide a path. "/foo/bar/baz" "quux" scaffold-vocab [20:47:45] Cool [20:48:15] You still need to make sure that the path given is a recognized root, but that's what I just linked you above. [20:48:30] Right [20:50:17] Also, there's something off about the inspector in dark-mode, it has sections where it does dark text on a dark background, I may see if I can look into that this weekend, other than writing up an issue, and checking out the factor git repository, is there something else I should be aware of? [20:51:58] * pierpa [pierpa!50b5eb54@gateway/web/freenode/ip.80.181.235.84] has joined the channel. [20:52:50] (And what is the standard flow for making changes? Pull requests? Patch bombs? Is this even the right place to talk about it?) [20:59:32] Yes, it's the right place. [20:59:51] I would grab Factor from github.com/factor/factor, make a change, and put up a pull request, if you feel comfy with that flow. [20:59:59] Cool [21:00:34] You *may* want to also build directly off master you do that, which will involve you running `./build.sh` (on *nix systems, including macOS) or `build.cmd` (on Windows). [21:00:53] bmp: Is there anything else that I'd need to be aware of if I'm working from windows, or does github have a factor image already? [21:00:55] Ok [21:01:09] There's a Factor image; `build.cmd` will be able to grab it. [21:01:15] Cool [21:01:51] Beyond that, everything really ought to just work. I've got access to Windows boxes for Factor work, I can probably help if needed too. [21:02:36] Ok, cool. I might end up forking factor on github for my first PR [21:02:46] You'll need to to make a PR, AFAIK. :) [21:03:52] Well, PRs don't have to come from forks, but yeah [21:08:49] Intersting to find the factor-unmaintained repo. I suppose there have been quite a few dropped librarires over time [21:09:36] Yes, and they were previously in unmaintained/ directly in the main Factor repo. [21:09:55] I am aware PRs can come from inside a repository, but are you saying there's a third way? [21:10:26] Nah, just from branch inside a repo [21:10:41] * yumaikas is not expecting commit access to the factor repository just yet [21:21:21] * niklasl [niklasl!~niklasl@c83-253-23-120.bredband.comhem.se] has quit (Ping timeout: 240 seconds). [21:22:12] * niklasl [niklasl!~niklasl@c83-253-23-120.bredband.comhem.se] has joined the channel. [22:03:39] * pierpal [pierpal!~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it] has quit (Ping timeout: 244 seconds). [22:14:30] * erkin [erkin!~erkin@unaffiliated/erkin] has quit (Remote host closed the connection). [23:41:32] * delvinj [delvinj!~Miranda@c-73-164-9-150.hsd1.mn.comcast.net] has quit (Read error: Connection reset by peer).