00:00:00
| * ircretary | quit (Remote host closed the connection) |
00:00:08
| * ircretary | joined |
00:03:54
| * jcrugzz_ | joined |
00:04:04
| * AvianFlu | joined |
00:06:46
| * jcrugzz | quit (Ping timeout: 256 seconds) |
00:09:08
| * No9 | quit (Quit: Gone to join the choir invisibule) |
00:09:28
| * AvianFlu | quit (Ping timeout: 256 seconds) |
00:09:40
| * fallsemo | quit (Quit: Leaving.) |
00:09:40
| * AvianFlu | joined |
00:18:21
| * dominictarr | joined |
00:22:18
| * AvianFlu | quit (Remote host closed the connection) |
00:22:48
| * AvianFlu | joined |
00:27:15
| * vitorpacheco | joined |
00:32:46
| * thlorenz | joined |
00:33:25
| * st_luke | joined |
00:33:33
| <st_luke> | defunctzombie: mandible |
00:33:50
| <defunctzombie> | st_luke: :) |
00:34:01
| <defunctzombie> | st_luke: https://github.com/shtylman/node-mandible |
00:34:08
| <defunctzombie> | and https://github.com/shtylman/mailview |
00:34:18
| <defunctzombie> | mailview to preview the templates in a browser |
00:34:22
| <defunctzombie> | without having to send the emails |
00:34:23
| <st_luke> | sweet |
00:34:28
| <defunctzombie> | and mandible to render from a folder |
00:34:31
| <defunctzombie> | and combine with juice |
00:45:03
| * jibay | joined |
00:45:33
| * jcrugzz_ | quit (Ping timeout: 245 seconds) |
00:49:38
| <thlorenz> | juliangruber: what are the chances that you'll make a browserifyv2 version of tapedeck? |
00:50:32
| <thlorenz> | the new testling doesn't work on my Mac since it requires some X headless thing that only installs on unix and windows (I think) ^^ substack |
00:51:40
| <substack> | I thought somebody had sent me fixes for that hmmm |
00:56:13
| * kevino80 | joined |
00:56:15
| * kevino80 | quit (Remote host closed the connection) |
00:56:53
| * dguttman | quit (Quit: dguttman) |
01:00:03
| * dguttman | joined |
01:00:50
| <substack> | thlorenz: you can try `testling -u` |
01:00:58
| <substack> | that will print a url that you can visit manually |
01:01:16
| <thlorenz> | ah, that is cool so it just starts up a server? |
01:01:39
| <thlorenz> | substack: and how do I tell it to use a transform i.e. when bundling my tests? |
01:02:40
| * dominictarr_ | joined |
01:03:27
| <substack> | thlorenz: you can just use the browserify transform field in package.json |
01:03:41
| * tilgovi | quit (Remote host closed the connection) |
01:03:43
| <substack> | browserify handles all that automatically |
01:03:52
| <thlorenz> | substack: yeah, but what if I only need that for testing? |
01:04:05
| <thlorenz> | with brfs that is quite common (pulling in fixtures) |
01:04:14
| <substack> | I'm not sure. |
01:04:20
| * jibay | quit (Remote host closed the connection) |
01:04:25
| <thlorenz> | substack: defunctzombie do we need a devTransform field ? |
01:04:28
| <substack> | it might work to put a package.json in test/ |
01:04:35
| <substack> | with a transform field |
01:04:45
| <thlorenz> | substack: cool idea, I'll try that |
01:06:12
| * dominictarr | quit (Ping timeout: 268 seconds) |
01:06:12
| * dominictarr_ | changed nick to dominictarr |
01:06:39
| * damonoehlman | quit (Ping timeout: 245 seconds) |
01:08:16
| <thlorenz> | substack: not sure what I'm doing wrong: Error: ENOENT, open 'constants' |
01:08:25
| <thlorenz> | don't have a 'constants' file |
01:08:29
| <st_luke> | thlorenz: what's the headless testling thing that only installs on unix and windows? |
01:08:34
| <st_luke> | should be able to get it working on os x |
01:08:57
| * soldair | quit (Ping timeout: 250 seconds) |
01:09:02
| <thlorenz> | st_luke: not sure anymore was some acronym name |
01:09:35
| <thlorenz> | st_luke: it prevented testling from installing, but actually testling installed now, so maybe substack is right and it got fixed |
01:09:39
| <st_luke> | ok |
01:11:45
| <thlorenz> | substack: this doesn't work either: browserify ./test/index.js | testling |
01:12:00
| <thlorenz> | Error: module "/Users/thlorenz/dev/js/projects/findex/test/index.js" not found in require() |
01:12:06
| <thlorenz> | makes no sense :( |
01:12:19
| <thlorenz> | that's the module I piped into testling |
01:12:38
| <substack> | thlorenz: what's in test/? |
01:12:52
| <thlorenz> | substack: hold on I'll push it |
01:12:53
| <substack> | try this instead?: browserify test/*.js | testling |
01:14:14
| * ins0mnia | quit (Ping timeout: 240 seconds) |
01:14:43
| <thlorenz> | substack: https://github.com/thlorenz/findex/blob/master/test/file.js |
01:16:59
| <thlorenz> | browserify test/*.js | testling |
01:16:59
| <thlorenz> | Error: ENOENT, open 'constants' |
01:17:09
| <thlorenz> | ^^ substack |
01:19:10
| * damonoehlman | joined |
01:21:02
| <substack> | thlorenz: it's an error in browserify |
01:21:11
| <substack> | try it without the `| testling` |
01:21:12
| <substack> | same error |
01:21:21
| <thlorenz> | substack: ah, I just realized that too, when I tried to do things manually |
01:21:54
| <substack> | it's from /node_modules/readdirp/node_modules/graceful-fs/polyfills.js |
01:21:57
| * yorick | quit (Remote host closed the connection) |
01:22:11
| <thlorenz> | substack: will look into what's going on and let you know |
01:22:30
| <thlorenz> | ah, shoot got it my mistake then :( |
01:22:45
| * AvianPhone | joined |
01:22:56
| <thlorenz> | I was requiring that module thru the index.js (in the tests) which caused it to require EVERYTHING |
01:23:11
| <thlorenz> | substack: need to make a browser-index I guess ;) |
01:24:12
| <substack> | thlorenz: I'll submit a pull req to browser-builtins for a constants module too |
01:24:26
| <thlorenz> | substack: cool |
01:24:41
| <substack> | ok hang on |
01:24:46
| <substack> | https://github.com/alexgorbatchev/node-browser-builtins/blob/master/index.js#L26 |
01:24:49
| <substack> | it already has one |
01:24:50
| <substack> | it's just not on npm |
01:25:00
| <substack> | juliangruber added it |
01:25:04
| <thlorenz> | nice |
01:25:17
| <substack> | juliangruber: go bug alexgorbatchev to `npm publish` your browser-builtins patch >_< |
01:26:37
| <substack> | https://github.com/alexgorbatchev/node-browser-builtins/issues/8 |
01:26:56
| * defunctzombie | changed nick to defunctzombie_zz |
01:31:22
| * defunctzombie_zz | changed nick to defunctzombie |
01:33:50
| * tmcw | joined |
01:40:13
| * dguttman | quit (Quit: dguttman) |
01:42:53
| <thlorenz> | substack: the tests of this (https://github.com/thlorenz/findex) work now -- npm run tape |
01:43:04
| <thlorenz> | however not with testling no matter what I try |
01:43:18
| <thlorenz> | substack: getting Error: spawn ENOENT now |
01:45:23
| * owen1 | quit (Ping timeout: 260 seconds) |
01:46:34
| <substack> | thlorenz: is browserify in $PATH? |
01:46:50
| <thlorenz> | substack: yes |
01:47:08
| <thlorenz> | I tried browserify test/file.js | testling as well |
01:47:10
| <substack> | what if you run testling with -u? |
01:47:18
| <substack> | and visit the page yourself? |
01:47:32
| <thlorenz> | yay that works |
01:47:48
| <thlorenz> | well that is way better that what I was doing |
01:48:04
| <thlorenz> | I can refresh page from vim ;) |
01:48:41
| <thlorenz> | substack: so it is some process that it is trying to spawn that is the problem |
01:49:07
| <thlorenz> | if we could figure that out, I'd have a better chance weaning people off mocha/phantomjs to run client side tests |
01:49:24
| * defunctzombie | changed nick to defunctzombie_zz |
01:52:20
| * jcrugzz | joined |
01:56:40
| * jcrugzz | quit (Ping timeout: 246 seconds) |
02:00:03
| * kirbysayshi | joined |
02:06:18
| <st_luke> | thlorenz: just do `open $(testling -u)` |
02:06:29
| * evbogue | joined |
02:08:47
| <st_luke> | tacos |
02:08:55
| <thlorenz> | st_luke: not working for me |
02:09:02
| <mbalho> | i just ate tacos |
02:09:10
| <thlorenz> | also tried things like testling -u | xargs open |
02:09:48
| <substack> | `testling -u` doesn't end until the tests are finished |
02:09:52
| <substack> | because it also launches the server |
02:10:30
| <thlorenz> | substack: makes sense, but it does print the host:port info before |
02:11:00
| * gwenbell | joined |
02:11:15
| <thlorenz> | so piping should work right? -- need a tool that listens on the pipe and opens a brower maybe? |
02:11:24
| <substack> | thlorenz: I'll add an option to the command to launch the url, one sec |
02:11:30
| <thlorenz> | cool |
02:11:37
| <substack> | yes piping will still work just the same |
02:12:08
| <st_luke> | ah whoops |
02:12:14
| <thlorenz> | substack: right now my little devserver I put everywhere is ok for developing |
02:12:41
| <thlorenz> | and when committing I just need to run that testling thing once - so it's fine for now |
02:12:57
| <thlorenz> | what really would be awesome to make headless work in Mac |
02:13:04
| * airportyh | joined |
02:13:22
| * airportyh | quit (Client Quit) |
02:14:23
| * mk30_ | quit (Ping timeout: 250 seconds) |
02:16:14
| * brianloveswords | quit (Excess Flood) |
02:16:22
| * brianloveswords | joined |
02:16:51
| * tmcw | quit (Remote host closed the connection) |
02:19:54
| * saijanai_ | joined |
02:21:36
| * Joshua__ | joined |
02:21:48
| * Joshua__ | changed nick to snoj |
02:22:13
| <substack> | thlorenz: ok so I already wrote a thing to launch a browser with a custom command |
02:22:22
| <substack> | just do `testling --bmd open` |
02:22:39
| <thlorenz> | with my current installation or did you just update? |
02:23:27
| <thlorenz> | testling --bmd open gives me 'Error: spawn ENOENT' again |
02:24:27
| <substack> | it's been there all along |
02:24:33
| <substack> | yes I know what the ENOENT error is too |
02:24:46
| <thlorenz> | ah, that's a good thing ;) |
02:25:24
| * fallsemo | joined |
02:26:07
| <substack> | thlorenz: ok `npm install -g testling@1.3.2` |
02:26:19
| <substack> | and I aliased --bcmd to -x |
02:26:43
| <substack> | `testling -x open` in your project root should work |
02:26:51
| <substack> | and so should `browserify test/*.js | testling -x open` |
02:27:10
| <thlorenz> | success! :) |
02:27:38
| <thlorenz> | substack: but if I don't give it something to execute the error is not very helpful |
02:27:54
| <thlorenz> | testling -x ---> |
02:27:57
| <thlorenz> | /usr/local/lib/node_modules/testling/node_modules/shell-quote/index.js:52 |
02:27:58
| <thlorenz> | var match = s.match(chunker).filter(Boolean); |
02:28:11
| <substack> | hmmmm |
02:28:25
| <thlorenz> | TypeError: Object true has no method 'match' |
02:28:27
| <substack> | oh because browser-launcher didn't find any browsers |
02:28:40
| <thlorenz> | but if I do it right it works -- awesome and thanks :) |
02:30:45
| <substack> | thlorenz: can I get the whole stack trace for that error? |
02:31:01
| <thlorenz> | sure, I'll make a gist real quick |
02:31:32
| <thlorenz> | substack: oh you mean for the ENOENT or the other one? |
02:32:27
| * timoxley | joined |
02:33:07
| <thlorenz> | substack: https://gist.github.com/thlorenz/6067681 |
02:33:42
| <thlorenz> | the other one has error has basically no stack trace outside child_process and events.js core modules |
02:34:34
| <thlorenz> | substack: added it to the same gist |
02:39:40
| * thisandagain | joined |
02:41:40
| <thlorenz> | substack: so I guess this is not supposed to work on travis.ci? https://travis-ci.org/thlorenz/findex/jobs/9417133#L533 |
02:41:53
| <thlorenz> | I mean we got testling after all ;) |
02:42:30
| <substack> | thanks! |
02:44:05
| <substack> | thlorenz: I guess not. |
02:44:21
| <substack> | oh but you could do something with `-x` maybe |
02:45:01
| <substack> | thlorenz: maybe you could use `xdg-run` to create a fake X on travis? |
02:45:16
| <thlorenz> | substack: let me try |
02:45:48
| <thlorenz> | so I'd have to do something like : xdg-run && testling right? |
02:45:58
| <substack> | sorry, Xvfb-run |
02:46:11
| <substack> | actually: xvfb-run |
02:46:13
| <substack> | that's the thing |
02:46:27
| <substack> | `xvfb-run testling` |
02:46:37
| <thlorenz> | ah, ok - trying |
02:48:37
| <substack> | thlorenz: oh the error you got earlier with -x is because -x expects an argument |
02:48:45
| <substack> | `testling -x firefox` or whatever |
02:48:51
| <thlorenz> | substack: yep - that was my mistake |
02:49:00
| <thlorenz> | just the error message was not helpful ;) |
02:49:38
| <thlorenz> | substack: omg it worked https://travis-ci.org/thlorenz/findex/jobs/9417280 |
02:49:46
| <thlorenz> | that is so awesome! |
02:50:45
| <thlorenz> | only that it doesn't give you a nice browser badge and allow debugging etc. :) |
02:51:13
| <substack> | great stuff! |
02:51:50
| <thlorenz> | substack: so what browser is travis using to run the tests you think? |
02:52:55
| <substack> | whatever browser that browser-launcher found on the system |
02:53:13
| <substack> | the previous error message showed it found firefox |
02:53:28
| <thlorenz> | substack: yeah, saw that too |
02:53:44
| <substack> | the other thing I'm going to work on tonight is getting server code spun up with the testling command |
02:54:10
| <substack> | and since the new testling-ci uses the `testling` command directly itself, the new testling-ci will support custom server code in your tests |
02:54:17
| <thlorenz> | substack: I guess I should blog about this -- for now a tweet shall suffice ;) |
02:54:18
| <thlorenz> | cool |
02:54:23
| <substack> | I'll RT! |
02:54:50
| <substack> | I'll start by getting shoe's test suite running |
02:55:42
| <substack> | we need all of this tech to be solidly testable if we're going to get to moduletopia |
02:56:11
| <mbalho> | lol |
02:59:23
| * ricardobeat | joined |
03:00:54
| * mikolalysenko | quit (Ping timeout: 268 seconds) |
03:02:00
| * st_luke | quit (Remote host closed the connection) |
03:08:05
| <thlorenz> | substack: only downside is that travis flags the build as errored although all exited with 0 |
03:08:51
| <thlorenz> | each separate build shows as passed, but overall project as errored :( |
03:10:34
| * fallsemo | quit (Quit: Leaving.) |
03:14:51
| * mikolalysenko | joined |
03:17:59
| * calvinfo | quit (Quit: Leaving.) |
03:25:40
| * thlorenz | quit (Remote host closed the connection) |
03:32:46
| * kumavis | joined |
03:33:19
| * AvianPhone | quit (Ping timeout: 245 seconds) |
03:33:25
| * ins0mnia | joined |
03:43:58
| * snoj | quit (Quit: Leaving) |
03:47:46
| * jcrugzz | joined |
03:48:40
| * timoxley | quit (Remote host closed the connection) |
03:49:15
| * defunctzombie_zz | changed nick to defunctzombie |
03:55:03
| * mk30 | joined |
03:56:59
| * soldair | joined |
03:57:17
| * kirbysayshi | quit (Quit: kirbysayshi) |
03:59:20
| * gwenbell | quit (Remote host closed the connection) |
04:03:52
| * timoxley | joined |
04:15:05
| * kumavis | quit (Quit: kumavis) |
04:22:14
| * st_luke | joined |
04:23:34
| <st_luke> | defunctzombie: is username/repo working for you? |
04:23:40
| <st_luke> | defunctzombie: in dependencies |
04:25:15
| * soldair | quit (Ping timeout: 250 seconds) |
04:26:31
| * ricardobeat | quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
04:27:21
| * ricardobeat | joined |
04:32:09
| * dguttman | joined |
04:35:04
| * dguttman | quit (Client Quit) |
04:35:22
| * mikolalysenko | quit (Read error: Connection reset by peer) |
04:40:04
| * kumavis | joined |
04:40:24
| * mikolalysenko | joined |
04:41:02
| * evbogue | part |
04:45:41
| * sorensen_ | joined |
04:46:16
| * sorensen_ | quit (Client Quit) |
04:49:55
| * dominictarr | quit (Quit: dominictarr) |
04:50:15
| * dguttman | joined |
04:57:08
| * dguttman | quit (Quit: dguttman) |
05:17:50
| * ricardobeat | quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
05:20:24
| * ricardobeat | joined |
05:25:59
| * defunctzombie | changed nick to defunctzombie_zz |
05:28:31
| * AvianFlu | quit (Remote host closed the connection) |
05:36:18
| * ins0mnia | quit (Ping timeout: 268 seconds) |
05:47:10
| * defunctzombie_zz | changed nick to defunctzombie |
05:48:36
| * timoxley | quit (Remote host closed the connection) |
05:48:40
| * mikolalysenko | quit (Quit: Lost terminal) |
05:48:46
| <defunctzombie> | st_luke: yea |
05:48:57
| <defunctzombie> | st_luke: I installed from it on 0.10.13 recently |
05:49:00
| <defunctzombie> | without issue |
05:49:06
| <defunctzombie> | dunno about unstable node tho |
05:49:15
| <st_luke> | defunctzombie: i mean in your package.json |
05:49:22
| <st_luke> | it works if i use it cli |
05:49:26
| <defunctzombie> | st_luke: yea, it has worked recently |
05:49:33
| <st_luke> | wtf |
05:51:00
| * mikeal | joined |
05:59:25
| * defunctzombie | changed nick to defunctzombie_zz |
06:00:57
| * ins0mnia | joined |
06:01:48
| <rowbit> | /!\ ATTENTION: (default-local) kendall.dabaghi@... successfully signed up for developer browserling plan ($20). Cash money! /!\ |
06:01:50
| <rowbit> | /!\ ATTENTION: (default-local) paid account successfully upgraded /!\ |
06:04:00
| * vitor_ | joined |
06:04:28
| * nk109 | quit (Ping timeout: 276 seconds) |
06:04:28
| * vitorpacheco | quit (Ping timeout: 276 seconds) |
06:04:31
| <substack> | wooo |
06:06:31
| * fotoverite | quit (Ping timeout: 268 seconds) |
06:09:59
| * damonoehlman | quit (Ping timeout: 245 seconds) |
06:11:15
| * ralphtheninja | quit (Ping timeout: 246 seconds) |
06:12:13
| * ins0mnia | quit (Ping timeout: 245 seconds) |
06:18:54
| * shama | quit (Remote host closed the connection) |
06:22:07
| * mikeal | quit (Quit: Leaving.) |
06:23:09
| * damonoehlman | joined |
06:23:34
| * damonoehlman | quit (Client Quit) |
06:23:49
| * timoxley | joined |
06:26:58
| * ricardobeat | quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
06:36:42
| * calvinfo | joined |
06:40:10
| * wolfeidau | quit (Remote host closed the connection) |
06:43:16
| * whit537 | quit (Ping timeout: 276 seconds) |
06:46:28
| * whit537 | joined |
06:52:18
| * mikeal | joined |
06:56:53
| * calvinfo | quit (Quit: Leaving.) |
06:57:10
| * djcoin | joined |
07:06:10
| * maksimlin | quit (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130627185035]) |
07:17:23
| * calvinfo | joined |
07:31:44
| * fotoverite | joined |
07:41:32
| * cianomaidin | joined |
07:48:09
| * kesla | joined |
07:55:44
| * kesla | quit (Quit: kesla) |
08:16:48
| * cianomaidin | quit (Quit: cianomaidin) |
08:17:20
| * cianomaidin | joined |
08:18:01
| * cianomaidin | quit (Client Quit) |
08:20:43
| * jibay | joined |
08:21:02
| * fotoverite | quit (Quit: fotoverite) |
08:24:09
| * calvinfo | quit (Ping timeout: 245 seconds) |
08:24:19
| * jibay_ | joined |
08:25:16
| * st_luke_ | joined |
08:26:02
| * mcollina | joined |
08:26:10
| * kumavis_ | joined |
08:26:22
| * thisandagain_ | joined |
08:26:38
| * prettyrobots_ | joined |
08:27:45
| * jibay | quit (Ping timeout: 264 seconds) |
08:29:23
| * xyxne | joined |
08:29:53
| * thisandagain | quit (Ping timeout: 240 seconds) |
08:29:53
| * prettyrobots | quit (Ping timeout: 240 seconds) |
08:29:54
| * st_luke | quit (Ping timeout: 240 seconds) |
08:29:54
| * Raynos | quit (Ping timeout: 240 seconds) |
08:29:56
| * rowbit | quit (Ping timeout: 240 seconds) |
08:29:56
| * kumavis | quit (Ping timeout: 240 seconds) |
08:29:58
| * emilyrose | quit (Ping timeout: 240 seconds) |
08:29:59
| * thisandagain_ | changed nick to thisandagain |
08:30:00
| * kumavis_ | changed nick to kumavis |
08:30:17
| * rowbit | joined |
08:50:31
| * timoxley | quit (Remote host closed the connection) |
08:54:40
| * st_luke_ | quit (Remote host closed the connection) |
09:02:39
| * dominictarr | joined |
09:05:38
| * cianomaidin | joined |
09:17:45
| * mk30 | quit (Ping timeout: 250 seconds) |
09:18:23
| * ins0mnia | joined |
09:24:12
| * kumavis | quit (Quit: kumavis) |
09:33:41
| * cianomaidin | quit (Quit: cianomaidin) |
09:34:56
| * calvinfo | joined |
09:36:00
| * AvianPhone | joined |
09:39:41
| * calvinfo | quit (Ping timeout: 256 seconds) |
10:13:03
| * ralphtheninja | joined |
10:20:41
| * timoxley | joined |
10:23:35
| * cianomaidin | joined |
10:28:24
| * Raynos | joined |
10:35:10
| * cianomaidin | quit (Quit: cianomaidin) |
10:38:21
| * mcollina | quit (Read error: Connection reset by peer) |
10:38:46
| * No9 | joined |
10:41:13
| * fotoverite | joined |
10:41:30
| * xyxne | changed nick to emilyrose |
10:51:06
| * shuaib | joined |
11:00:52
| * thlorenz | joined |
11:21:09
| * nicholasf | joined |
11:29:35
| * chapel | quit (Ping timeout: 264 seconds) |
11:32:45
| * chapel | joined |
11:33:22
| * AvianPhone | quit (Quit: Bye) |
11:33:36
| * timoxley | quit (Remote host closed the connection) |
11:33:52
| * timoxley | joined |
11:41:37
| * AvianFlu | joined |
11:44:56
| * cianomaidin | joined |
11:47:16
| * wolfeidau | joined |
11:47:34
| * mcollina | joined |
11:50:16
| * mcollina | quit (Read error: Operation timed out) |
11:56:39
| * cianomaidin | quit (Quit: cianomaidin) |
12:12:13
| * cianomaidin | joined |
12:15:02
| * mcollina | joined |
12:25:31
| * shuaib | quit (Quit: Textual IRC Client: http://www.textualapp.com/) |
12:27:14
| * cianomaidin | quit (Quit: cianomaidin) |
12:33:43
| * cianomaidin | joined |
12:38:12
| * ednapiranha | joined |
12:53:36
| * tmcw | joined |
12:55:17
| <tmcw> | bet the sf crowd isn't awake yet... but are there json parsers that will produce line numbers, slash, json parsers which can attach traceback data to the parsed objects |
13:05:01
| * kumavis | joined |
13:08:16
| * thlorenz | quit (Remote host closed the connection) |
13:08:21
| * kumavis | quit (Client Quit) |
13:17:04
| * mcollina | quit (Remote host closed the connection) |
13:18:01
| * yorick | joined |
13:19:48
| * tmcw | quit (Remote host closed the connection) |
13:22:21
| * whit537 | quit (Quit: whit537) |
13:26:04
| * kumavis | joined |
13:29:27
| * cianomaidin | quit (Quit: cianomaidin) |
13:29:52
| * dominictarr | quit (Quit: dominictarr) |
13:29:58
| * mcollina | joined |
13:30:47
| * tmcw | joined |
13:34:17
| * fallsemo | joined |
13:38:59
| * stagas_ | joined |
13:40:04
| * stagas_ | changed nick to stagas |
13:43:20
| * prettyrobots_ | changed nick to prettyrobots |
13:48:30
| * thlorenz | joined |
13:48:45
| * djcoin | quit (Quit: WeeChat 0.4.0) |
13:49:07
| * djcoin | joined |
13:51:01
| * mcollina | quit (Ping timeout: 248 seconds) |
14:04:09
| * mcollina | joined |
14:06:02
| * kesla | joined |
14:07:14
| * dguttman | joined |
14:18:39
| * kevino80 | joined |
14:29:11
| <djcoin> | Does anyone know how you may specify and save a recurring date for some event and then query it ? Like: once every two tweek on monday from march 2013 to july 2014 ? |
14:29:29
| * kenperkins | quit (Quit: Computer has gone to sleep.) |
14:40:26
| * kesla | quit (Ping timeout: 256 seconds) |
14:42:45
| * kesla | joined |
14:49:18
| * jcrugzz | quit (Ping timeout: 264 seconds) |
14:49:55
| * mcollina_ | joined |
14:50:28
| * jcrugzz | joined |
14:52:57
| * mcollina | quit (Ping timeout: 264 seconds) |
15:06:02
| * whit537 | joined |
15:07:29
| * chapel | quit (Ping timeout: 245 seconds) |
15:09:36
| * chapel | joined |
15:12:53
| * whit537 | quit (Ping timeout: 256 seconds) |
15:14:09
| * chapel | quit (Ping timeout: 245 seconds) |
15:18:39
| <tmcw> | anyone tinkered with a json parser that adds like __line__ and __char__ members to the parsed output? |
15:20:37
| * mikeal | quit (Quit: Leaving.) |
15:20:42
| * kenperkins | joined |
15:22:11
| * ednapiranha | quit (Remote host closed the connection) |
15:23:15
| * ednapiranha | joined |
15:24:05
| * kumavis | quit (Quit: kumavis) |
15:25:25
| * ednapiranha | quit (Remote host closed the connection) |
15:26:04
| * kumavis | joined |
15:26:04
| * whit537 | joined |
15:30:51
| * ednapiranha | joined |
15:37:41
| * mikeal | joined |
15:37:55
| * mikeal | quit (Client Quit) |
15:38:38
| * kumavis | quit (Quit: kumavis) |
15:40:48
| * evbogue | joined |
15:53:57
| * gwenbell | joined |
15:56:24
| * kenperkins | quit (Quit: Computer has gone to sleep.) |
16:04:29
| * shama | joined |
16:05:09
| * brianloveswords | quit (Excess Flood) |
16:05:21
| * kumavis | joined |
16:05:43
| * farnsworth | joined |
16:05:45
| * cubert | joined |
16:07:10
| * brianloveswords | joined |
16:07:52
| * kenperkins | joined |
16:11:38
| * mikolalysenko | joined |
16:12:39
| * chapel | joined |
16:14:18
| * dominictarr | joined |
16:15:01
| * kesla | quit (Ping timeout: 248 seconds) |
16:33:19
| * kevino80 | quit (Remote host closed the connection) |
16:34:23
| * defunctzombie_zz | changed nick to defunctzombie |
16:48:04
| * yorick | quit (Remote host closed the connection) |
16:50:32
| * joliss | joined |
16:50:56
| * joliss | quit (Client Quit) |
16:54:36
| * dguttman_ | joined |
16:55:43
| * whit537 | quit (Quit: whit537) |
16:56:37
| * dguttman | quit (Ping timeout: 248 seconds) |
16:56:37
| * dguttman_ | changed nick to dguttman |
17:02:48
| * evbogue | quit (Read error: Connection reset by peer) |
17:07:04
| * kenperkins | quit (Quit: Computer has gone to sleep.) |
17:13:02
| * mcollina | joined |
17:15:52
| * mcollina_ | quit (Ping timeout: 240 seconds) |
17:16:40
| * kenperkins | joined |
17:20:22
| * mikeal | joined |
17:22:38
| * timoxley | quit (Remote host closed the connection) |
17:24:32
| <mbalho> | tmcw: whaaa |
17:24:43
| <tmcw> | mbalho: hm? |
17:24:45
| <mbalho> | tmcw: like json sourcemaps? |
17:24:59
| <tmcw> | y, I ended up doin it https://github.com/tmcw/jsonlint/commit/90d177967e46313f62eaaa7262fcc500dbfee275 |
17:25:10
| <tmcw> | a brutal hack but will be useful for geojsonhint |
17:25:11
| <ednapiranha> | mbalho: ! |
17:25:17
| * timoxley_ | joined |
17:25:30
| <mbalho> | tmcw: ahhhhh i see, cool |
17:25:31
| <mbalho> | ednapiranha: YO |
17:25:36
| <tmcw> | makes you really feel the pwn of not all javascript objects being objects... can't do like (5).__line__ = 2; |
17:25:53
| <mbalho> | tmcw: http://blockplot.com/ make a world called 'test' and you'll be at 16th & broadway in oakland! |
17:27:40
| <tmcw> | oh man... |
17:30:10
| <tmcw> | voxeljs is doing real good |
17:30:54
| <mbalho> | gettin there |
17:31:05
| <mbalho> | tmcw: im tryin to add pull requests |
17:35:52
| * mikolalysenko | quit (Ping timeout: 276 seconds) |
17:36:36
| <creationix> | I must say, swimming a few miles every morning at 5am really drains my energy for the rest of the morning. |
17:36:52
| <creationix> | I hope that long-term I'll be healthier and have more energy to create more OSS awesomeness |
17:37:02
| * kevino80 | joined |
17:37:54
| * timoxley_ | quit (Remote host closed the connection) |
17:39:40
| <mbalho> | creationix: yes take the long bet! |
17:40:21
| <creationix> | mbalho, that's the idea, but I'm completely useless for any real work before noon this week |
17:40:53
| <substack> | https://github.com/substack/github-avatar |
17:42:43
| * mcollina | quit (Remote host closed the connection) |
17:45:15
| * mikolalysenko | joined |
17:46:53
| <creationix> | substack, is that for voxel avatars? |
17:46:58
| * __xian__ | changed nick to mint_xian |
17:49:01
| <substack> | creationix: nope |
17:49:05
| <substack> | just for web things |
17:49:13
| <creationix> | cool |
17:49:23
| <creationix> | substack, do you use domains in node? |
17:49:48
| <substack> | regularly? no |
17:50:50
| <substack> | but I've used them once or twice |
17:50:50
| <creationix> | know of any node library authors who do? |
17:50:56
| <creationix> | I know TJ doesn't like them |
17:51:18
| <substack> | I like that they exist, I just don't find myself using them much. |
17:52:42
| <creationix> | yeah, I guess that's the point. library authors don't need to worry much about them |
17:55:31
| * ricardobeat | joined |
17:56:16
| * whit537 | joined |
18:03:29
| * kumavis | quit (Quit: kumavis) |
18:05:33
| * stagas | quit (Ping timeout: 264 seconds) |
18:08:03
| <substack> | very rudimentary version of testling-server is up https://github.com/substack/testling-server |
18:09:08
| * stagas_ | joined |
18:09:11
| * stagas_ | changed nick to stagas |
18:14:25
| <substack> | thlorenz, Raynos, Domenic_: ^^^ |
18:15:44
| <Raynos> | nice. |
18:15:45
| <thlorenz> | substack nice! |
18:15:59
| <thlorenz> | Raynos: nstart ? :P |
18:16:06
| <Raynos> | thlorenz: :D |
18:16:16
| <Raynos> | I will write it. |
18:16:26
| <thlorenz> | I know you will |
18:16:29
| <Raynos> | if you want to take over because im too slow by all means |
18:16:29
| <thlorenz> | . |
18:16:30
| <thlorenz> | . |
18:16:30
| <thlorenz> | . |
18:16:30
| <Raynos> | do so. |
18:16:37
| <thlorenz> | eventually |
18:17:21
| <thlorenz> | Raynos: got other things on my plate -- gotta finish a MVP of valuepack to give a talk on it @lxjs |
18:17:33
| <Raynos> | this makes sense :D |
18:18:01
| <thlorenz> | also working on that findex thing and integrating into replpad, so you can say foo.src and it tells you the source and where it is defined (file, location) |
18:20:29
| * calvinfo | joined |
18:22:18
| <Domenic_> | creationix: substack: they are a pretty good replacement for process.on("uncaughtException"). |
18:22:24
| <Domenic_> | substack: oooh very cool. |
18:23:25
| <creationix> | Domenic_, I'm fine with the concept of domains, just not sure I like how it was implemented and the fairly complex API it supports |
18:24:09
| * whit537 | quit (Ping timeout: 264 seconds) |
18:24:40
| <substack> | Domenic_: and this version uses the `testling` command directly so the correspondance between local and hosted will be much tighter |
18:24:49
| <Domenic_> | creationix: I'm not sure if there could have been a better implementation. But API-wise, yeah, d.create()/d.on("error", ...)/d.run() is all you really want |
18:25:10
| <Domenic_> | substack: really going to have to start playing around with this, it's awesome. have the perfect candidate library for it. |
18:25:20
| <substack> | great! |
18:25:55
| <Domenic_> | creationix: and that API should probably just be `domain.run(function () { ... }).onError(function () { ... })` |
18:26:12
| <Domenic_> | creationix: orrrrr `domain.run(function () { ... }).then(f, r)` :P :P :P |
18:26:32
| <creationix> | Domenic_, yeah, there are lots of ways to simplify it, but I'm not sure we can change it at this point |
18:26:46
| <creationix> | especially removing api surface is hard |
18:27:00
| <Domenic_> | creationix: yeah. well node core seems to have this problem a lot, e.g. i was just looking at the vm module yesterday |
18:27:05
| * whit537 | joined |
18:27:09
| <juliangruber> | substack: testling-server is failing on `tr.createWriteStream()` |
18:27:12
| <Domenic_> | like one of its 7 exports actually matters. |
18:27:48
| <Domenic_> | creationix: https://npmjs.org/package/qdomain |
18:28:50
| <creationix> | that's an interesting module |
18:29:17
| <creationix> | eww and it's uses domain.dispose |
18:29:28
| <Domenic_> | oh gross why |
18:29:32
| <substack> | juliangruber: found it, old version of trumpet in the deps |
18:29:33
| <creationix> | that api function in particular needs to die |
18:29:37
| <substack> | juliangruber: try now @0.0.2 |
18:31:45
| <Domenic_> | creationix: yeah there's general agreement on that. isaacs why haven't you accepted the PR that deprecates domain.dispose yet. |
18:31:58
| <substack> | juliangruber: ok merged your patch |
18:32:22
| <juliangruber> | substack: sweet. what git url should i push to? |
18:32:57
| <juliangruber> | localhost:PORT/somerepo.git ? |
18:34:52
| <juliangruber> | got it, localhost:PORT/username/repo.git |
18:38:43
| <substack> | https://github.com/substack/testling-server#instructions |
18:41:40
| <defunctzombie> | substack: testing something like engine.io-client would be nice |
18:42:17
| <juliangruber> | substack: awsum |
18:42:33
| <juliangruber> | works! |
18:42:49
| <substack> | defunctzombie: I'm going to work on that problem today! |
18:42:53
| <substack> | for shoe tests first |
18:43:07
| <defunctzombie> | substack: nice, let me know if you want engine.io-stream and client test examples too |
18:43:13
| <substack> | sweet! |
18:43:14
| <defunctzombie> | more and more people use that stuff now |
18:43:58
| <juliangruber> | defunctzombie: engine.io-stream imo is the best streaming websocket lib atm |
18:44:07
| <defunctzombie> | :D |
18:53:52
| * mikolalysenko | quit (Ping timeout: 276 seconds) |
18:56:16
| <defunctzombie> | is npm install all fucked up for anyone else on the latest node version? |
18:57:02
| <defunctzombie> | isaacs: npm install doesn't install the right stuff for subdeps anymore :( |
18:58:02
| * dominictarr | quit (Quit: dominictarr) |
18:58:38
| * mikeal | quit (Quit: Leaving.) |
18:59:20
| * dguttman_ | joined |
19:01:15
| * dguttman | quit (Ping timeout: 256 seconds) |
19:01:16
| * dguttman_ | changed nick to dguttman |
19:03:27
| * mikeal | joined |
19:04:27
| * soldair | joined |
19:06:45
| * cianomaidin | joined |
19:15:14
| * cianomaidin | quit (Ping timeout: 268 seconds) |
19:16:22
| <isaacs> | defunctzombie: gist? |
19:16:28
| <isaacs> | defunctzombie: seems to work for me |
19:16:44
| <isaacs> | defunctzombie: also, what's `npm -v`? |
19:16:48
| <defunctzombie> | isaacs: https://github.com/isaacs/npm/issues/3685 |
19:16:55
| <defunctzombie> | 1.3.2 |
19:20:37
| * jibay_ | quit (Quit: Leaving) |
19:22:21
| * whit537 | quit (Quit: whit537) |
19:22:28
| * gwenbell | quit (Ping timeout: 276 seconds) |
19:22:42
| * stagas_ | joined |
19:23:50
| * stagas | quit (Ping timeout: 240 seconds) |
19:24:04
| * stagas_ | changed nick to stagas |
19:26:46
| * mk30_ | joined |
19:28:59
| <thlorenz> | substack: is it me or is the browserify@2.25 missing the concat-stream dependency? browserify/index.js:4:20 <-- |
19:29:09
| * jcrugzz | quit (Ping timeout: 248 seconds) |
19:30:28
| * dominictarr | joined |
19:34:05
| <isaacs> | defunctzombie: looking now |
19:34:23
| <isaacs> | defunctzombie: try with npm 1.3.4. there was a bug in semver that would grab the LOWEST supported version, rather than the highest |
19:34:38
| <defunctzombie> | ouch! |
19:34:44
| <defunctzombie> | isaacs: maybe push out a new node version? |
19:34:53
| <defunctzombie> | I wil also try with new npm |
19:35:08
| <defunctzombie> | most people don't install npm separately from whatever ships with node |
19:35:33
| * dominictarr | quit (Ping timeout: 248 seconds) |
19:36:59
| <isaacs> | defunctzombie: yeah, need to do that asap, i guess |
19:37:15
| <defunctzombie> | would probably be nice before you get more issues on it |
19:37:27
| <defunctzombie> | of people screaming "fire" haha |
19:39:44
| * jcrugzz | joined |
19:43:31
| * dominictarr | joined |
19:50:43
| <jjjohnny_> | mmckegg: ping |
19:51:46
| <jjjohnny_> | mbalho: who is that homie with the nice curly mustache was here when we got back from the woods? from boston? |
19:58:07
| <defunctzombie> | substack: https://github.com/substack/node-browserify/pull/460 |
19:58:11
| <defunctzombie> | substack: thoughts? |
20:01:09
| <defunctzombie> | anyone known ForbesLindesay's handle? |
20:01:25
| <Domenic_> | defunctzombie: he doesn't hang out on IRC sadly |
20:01:33
| <defunctzombie> | wut |
20:01:37
| <defunctzombie> | what the shit is that |
20:01:44
| <Domenic_> | he's said he prefers less real-time, more asynchronous, communication |
20:01:48
| <defunctzombie> | how am I supposed to tell him about things relevant to his modules? |
20:01:54
| <Domenic_> | open issues?? |
20:02:02
| <defunctzombie> | it isn't an issue |
20:02:12
| <Domenic_> | twitter? |
20:02:28
| <defunctzombie> | yea, maybe that |
20:02:44
| <defunctzombie> | Domenic_: do you use enchilada? |
20:02:50
| <defunctzombie> | Domenic_: or just grunt with browserify? |
20:03:05
| <Domenic_> | defunctzombie: I've been using browserify-middleware recently |
20:03:28
| <defunctzombie> | do you use separate bundle features? |
20:04:05
| <Domenic_> | nah no need yet, mostly doing true single-page apps |
20:04:07
| * stagas_ | joined |
20:04:09
| * stagas | quit (Ping timeout: 256 seconds) |
20:04:20
| * stagas_ | changed nick to stagas |
20:05:08
| <defunctzombie> | Domenic_: gotcha |
20:05:24
| <defunctzombie> | Domenic_: one thing I found it missing that we added in enchilada was watch mode |
20:05:31
| <defunctzombie> | but otherwise seemed good |
20:05:44
| <Domenic_> | defunctzombie: hmm i think that got recently added |
20:05:50
| <defunctzombie> | yea? |
20:06:03
| <defunctzombie> | I checked out the code/readme but found no real reference to it |
20:06:06
| <Domenic_> | defunctzombie: the main reason i chose it among the two in the readme was that browserify-middleware wasn't pegged to an old browserify version :P |
20:06:13
| <defunctzombie> | :) |
20:06:22
| <defunctzombie> | enchilada was pegged for a reason |
20:06:25
| * mikolalysenko | joined |
20:06:32
| <defunctzombie> | but I am hopeful that pull request will get accepted (linked above) |
20:06:44
| <Domenic_> | yeah and then you'll peg it because you're you ;) |
20:06:48
| <defunctzombie> | yep |
20:06:51
| <defunctzombie> | absolutely |
20:07:03
| <defunctzombie> | saved me many times when other random shit breaks |
20:07:19
| <Domenic_> | ok it wasn't caching, it was just incremental compilation or something similar https://github.com/ForbesLindesay/browserify-middleware/pull/10 |
20:08:37
| <defunctzombie> | Domenic_: ah, watch mode is different |
20:08:42
| <defunctzombie> | as it will not wait for a request |
20:08:50
| <Domenic_> | yeah |
20:08:51
| <defunctzombie> | means when you go to refresh, the bundle is already ready |
20:08:57
| <Domenic_> | watch would be ideal for sure |
20:09:44
| <defunctzombie> | I like aspects of browserify-middleware api usage tho |
20:09:50
| <defunctzombie> | sorta |
20:10:08
| <defunctzombie> | actually, maybe not so much in retrospect haha |
20:10:14
| <Domenic_> | the paths thing throws me off |
20:10:21
| <Domenic_> | because it's different from all other paths you pass to express |
20:10:25
| <defunctzombie> | yea |
20:10:58
| * djcoin | quit (Quit: WeeChat 0.4.0) |
20:15:36
| <defunctzombie> | Domenic_: I thought of another cool package.json:dependencies schema url |
20:15:51
| <defunctzombie> | file:/// |
20:16:00
| <Domenic_> | defunctzombie: yeah +1 |
20:16:02
| <defunctzombie> | would let you reference a local folder or file to be a module |
20:16:07
| <defunctzombie> | relative to project root |
20:25:47
| * mikeal | quit (Quit: Leaving.) |
20:32:59
| <robertkowalski> | Domenic_: I think I have something great for you and st_luke :) |
20:35:45
| <Domenic_> | robertkowalski: oh? :) |
20:45:07
| <robertkowalski> | just wait a second, it is really small but super useful. |
20:45:26
| * mikeal | joined |
20:54:23
| <substack> | thlorenz: browserify@latest depends on concat-stream@1.0.0 |
20:58:16
| <robertkowalski> | Domenic_: it's better error messages for proxy users. alot of users write issues because of the cryptic error message. |
20:58:47
| <Domenic_> | robertkowalski: yesssssss |
20:58:51
| <robertkowalski> | Domenic_: _feeled_ i think you and luk are closing tons of them every day. |
20:59:41
| * soldair | quit (Quit: Page closed) |
20:59:45
| * mk30_ | quit (Ping timeout: 250 seconds) |
21:08:08
| <thlorenz> | substack: ok - see that it's actually part of the deps, weird that things crashed until I npm i concat-stream manually |
21:09:40
| * mk30_ | joined |
21:13:10
| * st_luke | joined |
21:13:14
| * kyledrake | joined |
21:17:21
| * nicholasf | quit (Read error: Connection reset by peer) |
21:17:47
| * nicholasf | joined |
21:19:50
| <defunctzombie> | thlorenz: substack: there is a known issue with the npm version that ships with node 0.10.13 |
21:19:59
| <defunctzombie> | thlorenz: substack: it doesn't install the right version of the dep |
21:20:12
| <defunctzombie> | isaacs knows about it and is working on deploying the fix (I think). |
21:20:29
| <thlorenz> | defunctzombie: I saw the discussion earlier - maybe that's it, not sure |
21:20:36
| <mbalho> | i cascaded my deps... feels so nice http://i.imgur.com/GawRwdR.png |
21:21:13
| <defunctzombie> | thlorenz: if you are getting "invalid" after a fresh npm install and wrong version of a sub dependency, then it is the same issue |
21:21:42
| <thlorenz> | defunctzombie: nope, browserify crashes during bundling cause it couldn't find concat-stream |
21:21:55
| <thlorenz> | I manually installed that and it all worked afterwards |
21:22:04
| <defunctzombie> | thlorenz: maybe cause npm thought it was already installed |
21:22:10
| <thlorenz> | could be |
21:22:56
| <thlorenz> | defunctzombie: project is here if you wanna try (cd see && npm install) - https://github.com/thlorenz/see-eat-sleep |
21:23:50
| * mikeal | quit (Quit: Leaving.) |
21:24:30
| * whit537 | joined |
21:28:21
| * whit537 | quit (Client Quit) |
21:32:10
| * kevino80 | quit (Remote host closed the connection) |
21:35:24
| * whit537 | joined |
21:42:34
| * gwenbell | joined |
21:43:50
| * whit537 | quit (Quit: whit537) |
21:46:03
| * mk30_ | quit (Quit: Page closed) |
21:46:33
| * mikeal | joined |
21:46:45
| <defunctzombie> | st_luke: I think github shorthand install doesn't work for me too |
21:46:49
| * mk30_ | joined |
21:46:50
| * mikeal | quit (Client Quit) |
21:46:56
| <defunctzombie> | sigh |
21:48:00
| <defunctzombie> | I think the github install should be a custom schema |
21:48:22
| <defunctzombie> | github://foo/bar#v?.?.? |
21:49:20
| * mikeal | joined |
21:51:52
| * kyledrake | quit (Read error: Connection reset by peer) |
21:53:09
| * whit537 | joined |
21:53:32
| * mikeal | quit (Client Quit) |
21:53:47
| * mikeal | joined |
21:55:27
| <defunctzombie> | st_luke: not sure what the issue is, cause sometimes it works haha |
21:55:56
| <st_luke> | will have to do a bisect |
21:59:39
| * thlorenz | quit (Remote host closed the connection) |
22:02:23
| <rch> | mbalho: http://nodesummit.com/nodetalks/ going to present on npm for the browser? |
22:04:33
| <mbalho> | nodesummit is the busines conf for investor people |
22:05:14
| * stagas | quit (Read error: Connection reset by peer) |
22:05:47
| <py1hon> | substack: ping! |
22:05:56
| <substack> | pong |
22:06:04
| <py1hon> | substack: When would be a good time for you to come out here? |
22:06:25
| <py1hon> | Maybe friday? |
22:06:58
| <substack> | ok |
22:07:41
| * whit537 | quit (Ping timeout: 256 seconds) |
22:08:01
| <py1hon> | want to come for lunch? |
22:08:29
| * stagas_ | joined |
22:08:46
| <substack> | sure |
22:08:49
| <py1hon> | woohoo |
22:09:00
| * dominictarr | quit (Ping timeout: 260 seconds) |
22:09:34
| * stagas_ | changed nick to stagas |
22:09:35
| * dominictarr | joined |
22:11:25
| <isaacs> | defunctzombie: fixed on 1.3.5 |
22:11:30
| <isaacs> | defunctzombie: new node 0.10 tomorrow morning |
22:12:56
| <rch> | mbalho: heh ok i guess they don't deserve your revolution |
22:14:09
| <mbalho> | rch: well its jsut a crappy audience |
22:20:02
| <rch> | too bad… nominally the list of topics they're soliciting is dead on for that |
22:23:20
| * whit537 | joined |
22:28:22
| * jcrugzz | quit (Ping timeout: 276 seconds) |
22:28:28
| * tmcw | quit (Remote host closed the connection) |
22:29:47
| * whit537 | quit (Ping timeout: 256 seconds) |
22:30:10
| * thlorenz | joined |
22:32:01
| * yorick | joined |
22:36:45
| <kanzure> | is there a good request mocking library? some of my responses have large amounts of html that i must include. in python-land i use my requestions library which loads the mock data from file (for python-requests or httpretty). is there something like this in node land? nock looks maybe interesting except they want me to do some recording or something? |
22:37:28
| * ricardobeat | quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
22:38:30
| * ednapiranha | quit (Remote host closed the connection) |
22:38:54
| <kanzure> | i want something like https://github.com/kanzure/python-requestions#decorator where i can just pass a .json file and not have to spam my test.js file with large amounts of html |
22:39:45
| * thlorenz | quit (Ping timeout: 264 seconds) |
22:40:49
| * maksimlin | joined |
22:42:15
| <kanzure> | oh, nock does it. excellent. |
22:49:31
| <defunctzombie> | isaacs: \o/ |
22:58:22
| * mikolalysenko | quit (Ping timeout: 240 seconds) |
22:58:50
| * st_luke | quit (Remote host closed the connection) |
23:06:37
| * dominictarr | quit (Quit: dominictarr) |
23:12:16
| * ricardobeat | joined |
23:17:35
| * vitor_ | quit (Quit: Saindo) |
23:24:05
| * damonoehlman | joined |
23:35:24
| * thlorenz | joined |
23:36:04
| * st_luke | joined |
23:36:44
| * st_luke | quit (Read error: Connection reset by peer) |
23:39:26
| * thlorenz | quit (Ping timeout: 240 seconds) |
23:41:41
| * mikeal | quit (Quit: Leaving.) |
23:48:28
| * mikeal | joined |
23:54:02
| * No9 | quit (Quit: Gone to join the choir invisibule) |
23:54:36
| * timoxley | joined |
23:55:20
| * blobaum | quit (Remote host closed the connection) |