00:02:00
| * b44_ | quit (Remote host closed the connection) |
00:02:12
| * renlol | quit (Ping timeout: 252 seconds) |
00:02:24
| * b44 | joined |
00:03:37
| * Xaris | quit (Ping timeout: 240 seconds) |
00:06:44
| * syiu0001 | joined |
00:06:45
| * slajax | joined |
00:07:05
| * b44 | quit (Ping timeout: 276 seconds) |
00:08:45
| * uniquerockrz | joined |
00:09:20
| * dlwicksell | quit (Quit: Leaving.) |
00:10:08
| * grapheti | quit (Remote host closed the connection) |
00:10:38
| * renlo | quit (Ping timeout: 252 seconds) |
00:10:38
| * jud | joined |
00:10:38
| * jud | quit (Changing host) |
00:10:38
| * jud | joined |
00:16:51
| * renlo | joined |
00:18:18
| * bluezone | quit (Quit: Connection closed for inactivity) |
00:21:37
| * uniquerockrz | quit (Read error: Connection reset by peer) |
00:22:02
| * renlo | quit (Ping timeout: 276 seconds) |
00:23:22
| * devlap | quit (Quit: Ciao) |
00:24:19
| * devlap | joined |
00:24:34
| * renlol | joined |
00:25:50
| * djdduty | joined |
00:28:17
| * black_ant | joined |
00:28:17
| * black_ant | quit (Changing host) |
00:28:17
| * black_ant | joined |
00:28:19
| * uniquerockrz | joined |
00:28:32
| * rashkov | quit (Quit: Connection closed for inactivity) |
00:28:58
| * jstimm | joined |
00:29:28
| * AlexPortable | quit (Quit: Connection closed for inactivity) |
00:29:46
| * spuz | joined |
00:30:06
| * raghanag | joined |
00:31:24
| * Hal9k | quit (Ping timeout: 265 seconds) |
00:31:51
| * mgol | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
00:34:07
| * Hal9k | joined |
00:34:15
| * Hal9k | part |
00:34:31
| * Hal9k | joined |
00:34:38
| * shush | quit (Remote host closed the connection) |
00:34:42
| * renlol | quit (Ping timeout: 246 seconds) |
00:35:05
| * spuz | quit (Ping timeout: 268 seconds) |
00:36:19
| * shush | joined |
00:37:04
| * raghanag | quit (Remote host closed the connection) |
00:37:50
| * shush | quit (Remote host closed the connection) |
00:38:20
| * syiu0001 | quit (Quit: syiu0001) |
00:38:31
| * shush | joined |
00:39:03
| * inkbottle | joined |
00:39:54
| * syiu0001 | joined |
00:41:47
| * _ADN_ | quit (Quit: _ADN_) |
00:41:59
| * shush | quit (Remote host closed the connection) |
00:42:35
| * shush | joined |
00:43:11
| <inkbottle> | doing npm install node-hid, I have an error "hid.c:47:10: fatal error: libusb.h: No such file or directory"; how could I have a more detailed error |
00:43:29
| * slajax | quit (Ping timeout: 276 seconds) |
00:44:59
| * slajax | joined |
00:46:17
| <GreenJello> | inkbottle, missing headers mean you need to install a development package |
00:46:31
| * uniquerockrz | quit (Read error: Connection reset by peer) |
00:46:35
| * shush | quit (Remote host closed the connection) |
00:46:43
| <GreenJello> | inkbottle, usually you can just copy the header name + your os/distro and find commands to fix that |
00:47:07
| <GreenJello> | don't worry about them being for node-hid, or even node.js |
00:47:14
| * shush | joined |
00:49:51
| * mat001_ | joined |
00:51:12
| * sabrehagen | joined |
00:51:20
| * uniquerockrz | joined |
00:51:43
| * shush | quit (Ping timeout: 250 seconds) |
00:53:01
| * mat001 | quit (Ping timeout: 250 seconds) |
00:53:40
| <inkbottle> | GreenJello: OK, I'm trying to look in that direction |
00:54:36
| * spuz | joined |
00:58:40
| * gkatsev | quit (Quit: Lost terminal) |
00:59:05
| * spuz | quit (Ping timeout: 250 seconds) |
00:59:16
| * publio | joined |
00:59:22
| <Ownix> | With Puppeteer is there any way to waitForSelector/waitForFunction without catching the error? It would be really nice if it just returned a bool |
00:59:35
| <Ownix> | For example, false if the timeout was reached. |
01:00:05
| <Ownix> | Right now I am having to try catch a nasty nest checking for multiple error banners/elements to inform the caller on what happened |
01:00:05
| <GreenJello> | Ownix, .then(() => true, () => false) |
01:00:18
| * gekkou | joined |
01:00:28
| <Ownix> | Thats clean, I was trying to do it with awat try/catch |
01:01:42
| <Ownix> | Well, maybe not so clean |
01:01:48
| <Ownix> | I still have to nest/chain |
01:02:01
| <Ownix> | oh |
01:02:36
| <gekkou> | what are the odds node/js rivals python for data science? I typically do most data related coding in python, but recently have been switching to Node a bit due to DataForge, D3, and the fact that js has multiline lambdas. what are everyone elses thoughts? |
01:02:42
| <GreenJello> | Ownix, write a utility function for it? |
01:03:34
| * LiftLeft | joined |
01:03:42
| * LiftLeft | quit (Remote host closed the connection) |
01:03:59
| <Ownix> | GreenJello: this is what I came up with, untested so far though https://www.irccloud.com/pastebin/mNwKPrOR/puppet-error-check.js |
01:04:06
| * slajax | quit (Ping timeout: 246 seconds) |
01:04:09
| <Ownix> | cleaner than what I had |
01:04:41
| <GreenJello> | Ownix, don't create errors ahead of time as you get a bad stack trace |
01:04:45
| * bhughes | quit (Quit: ZNC - http://znc.in) |
01:04:54
| * bhughes | joined |
01:04:59
| <GreenJello> | Ownix, but the fix is as simple as () => new Error( |
01:05:29
| * thelounge2467 | quit (Quit: The Lounge - https://thelounge.chat) |
01:05:44
| <Ownix> | `() => new Error(` where? |
01:05:57
| <GreenJello> | Ownix, oh, I guess it doesn't matter in this specific case |
01:06:14
| <Ownix> | Yeah because im throwing manually to give the caller a type to react to |
01:06:27
| <Ownix> | I should replace the Error with a custom Error though |
01:06:28
| * slajax | joined |
01:06:34
| <Ownix> | So they know its a login related error still |
01:06:55
| * cebor | quit (Quit: bye!) |
01:07:03
| * Nicmavr | quit (Read error: Connection reset by peer) |
01:07:42
| * uniquerockrz | quit (Read error: Connection reset by peer) |
01:08:14
| * ahmedelgabri | joined |
01:08:33
| * cebor | joined |
01:09:00
| * Nicmavr | joined |
01:10:58
| <GreenJello> | Ownix, this code is pretty good (except just use .catch since you don't care what it resolves to), but if you do these same types of checks often, you might want to abstract it |
01:11:08
| * naeluh | quit (Ping timeout: 252 seconds) |
01:11:08
| * braap_ | quit (Ping timeout: 252 seconds) |
01:11:08
| * lucifer | quit (Ping timeout: 252 seconds) |
01:11:08
| * ljharb | quit (Ping timeout: 252 seconds) |
01:11:13
| * sabrehagen | quit (Ping timeout: 250 seconds) |
01:11:13
| * r1b | quit (Ping timeout: 250 seconds) |
01:11:13
| * Nizumzen | quit (Ping timeout: 250 seconds) |
01:11:13
| * genio | quit (Ping timeout: 250 seconds) |
01:11:13
| * AppStore | quit (Ping timeout: 250 seconds) |
01:11:13
| * Kesarr | quit (Ping timeout: 250 seconds) |
01:11:13
| * Guest80470 | quit (Ping timeout: 250 seconds) |
01:11:13
| * mateusbs17 | quit (Ping timeout: 250 seconds) |
01:11:13
| * bzoz__ | quit (Ping timeout: 250 seconds) |
01:11:15
| * robmozart_ | quit (Ping timeout: 250 seconds) |
01:11:15
| * cdal_ | quit (Ping timeout: 250 seconds) |
01:11:15
| * devin________ | quit (Ping timeout: 250 seconds) |
01:11:15
| * ziyadb | quit (Ping timeout: 250 seconds) |
01:11:26
| * slajax | quit (Ping timeout: 276 seconds) |
01:11:30
| * richlitt_ | quit (Ping timeout: 252 seconds) |
01:11:30
| * hsiktas | quit (Ping timeout: 252 seconds) |
01:11:30
| * deimos____ | quit (Ping timeout: 252 seconds) |
01:11:30
| * kwmiebach | quit (Ping timeout: 252 seconds) |
01:11:30
| * jsatk | quit (Ping timeout: 252 seconds) |
01:11:30
| * devsnek | quit (Ping timeout: 252 seconds) |
01:11:30
| * indexzero | quit (Ping timeout: 252 seconds) |
01:11:30
| * robin-rpr | quit (Ping timeout: 252 seconds) |
01:11:30
| * tolmasky___ | quit (Ping timeout: 252 seconds) |
01:11:30
| * MLM__ | quit (Ping timeout: 252 seconds) |
01:11:30
| * retrohacker | quit (Ping timeout: 252 seconds) |
01:11:30
| * WA9ACE | quit (Ping timeout: 252 seconds) |
01:11:30
| * bbhoss | quit (Ping timeout: 252 seconds) |
01:11:39
| * alnk | quit (Ping timeout: 250 seconds) |
01:11:39
| * timwis | quit (Ping timeout: 250 seconds) |
01:11:52
| * kumavis | quit (Ping timeout: 252 seconds) |
01:11:52
| * Kamuela | quit (Ping timeout: 252 seconds) |
01:11:52
| * beowulf | quit (Ping timeout: 252 seconds) |
01:11:52
| * dtoebe | quit (Ping timeout: 252 seconds) |
01:11:52
| * shurane | quit (Ping timeout: 252 seconds) |
01:11:52
| * kutenai | quit (Ping timeout: 252 seconds) |
01:11:52
| * ryzokuken | quit (Ping timeout: 252 seconds) |
01:11:52
| * phtes | quit (Ping timeout: 252 seconds) |
01:11:52
| * Lewix | quit (Ping timeout: 252 seconds) |
01:11:52
| * Thurien | quit (Ping timeout: 252 seconds) |
01:11:52
| * berken | quit (Ping timeout: 252 seconds) |
01:12:05
| * asilluron___ | quit (Ping timeout: 250 seconds) |
01:12:05
| * bengl | quit (Ping timeout: 250 seconds) |
01:12:05
| * d10n-work | quit (Ping timeout: 250 seconds) |
01:12:05
| * reem____ | quit (Ping timeout: 250 seconds) |
01:12:05
| * jcrugzz_ | quit (Ping timeout: 250 seconds) |
01:12:05
| * teadrop______ | quit (Ping timeout: 250 seconds) |
01:12:05
| * joar_ | quit (Ping timeout: 250 seconds) |
01:12:14
| * deadbeef84 | quit (Ping timeout: 252 seconds) |
01:12:14
| * fotato | quit (Ping timeout: 252 seconds) |
01:12:14
| * TimothyGu | quit (Ping timeout: 252 seconds) |
01:12:14
| * srish_aka_tux | quit (Ping timeout: 252 seconds) |
01:12:14
| * lolmac | quit (Ping timeout: 252 seconds) |
01:12:14
| * daleharvey | quit (Ping timeout: 252 seconds) |
01:12:17
| * braap_ | joined |
01:12:18
| * naeluh | joined |
01:12:23
| * anovick | quit (Ping timeout: 245 seconds) |
01:13:03
| * shurane | joined |
01:13:03
| * lolmac | joined |
01:13:03
| * phtes | joined |
01:13:03
| * Thurien | joined |
01:13:05
| * daleharvey | joined |
01:13:07
| * TimothyGu | joined |
01:13:09
| * devin________ | joined |
01:13:10
| * devsnek | joined |
01:13:11
| * teadrop______ | joined |
01:13:13
| * Lewix | joined |
01:13:16
| * jsatk | joined |
01:13:17
| * retrohacker | joined |
01:13:20
| * fotato | joined |
01:13:20
| * deadbeef84 | joined |
01:13:20
| * r1b | joined |
01:13:20
| * robmozart_ | joined |
01:13:20
| * ziyadb | joined |
01:13:21
| * indexzero | joined |
01:13:22
| * kwmiebach | joined |
01:13:23
| * berken | joined |
01:13:23
| * AppStore | joined |
01:13:23
| * ahmedelgabri | quit (Ping timeout: 276 seconds) |
01:13:23
| * lucifer | joined |
01:13:23
| * genio | joined |
01:13:23
| * Kesarr | joined |
01:13:24
| <Ownix> | GreenJello: With this flat structure, I can probably just throw now instead of assign |
01:13:24
| * bzoz__ | joined |
01:13:25
| * bengl | joined |
01:13:25
| * Guest80470 | joined |
01:13:26
| * bbhoss | joined |
01:13:26
| * richlitt_ | joined |
01:13:27
| * WA9ACE | joined |
01:13:27
| * dtoebe | joined |
01:13:27
| * kutenai | joined |
01:13:27
| * reem____ | joined |
01:13:28
| * jcrugzz_ | joined |
01:13:28
| * Kamuela | joined |
01:13:28
| * asilluron___ | joined |
01:13:29
| * slajax | joined |
01:13:29
| * kumavis | joined |
01:13:29
| * robin-rpr | joined |
01:13:29
| * beowulf | joined |
01:13:30
| * mateusbs17|brb | joined |
01:13:30
| * srish_aka_tux | joined |
01:13:30
| * tolmasky___ | joined |
01:13:30
| * MLM__ | joined |
01:13:30
| * cdal_ | joined |
01:13:31
| * joar_ | joined |
01:13:32
| <GreenJello> | Ownix, yes |
01:13:33
| <Ownix> | netsplit? |
01:13:34
| * ryzokuken | joined |
01:13:37
| * deimos____ | joined |
01:13:37
| * ljharb | joined |
01:13:40
| * hsiktas | joined |
01:13:47
| * timwis | joined |
01:13:53
| * d10n-work | joined |
01:13:58
| <GreenJello> | it's all irccloud |
01:14:13
| * Nizumzen | joined |
01:14:26
| * trevor | quit (Ping timeout: 240 seconds) |
01:14:51
| * ed209 | quit (Ping timeout: 240 seconds) |
01:15:10
| * enriox | quit (Ping timeout: 268 seconds) |
01:15:18
| * ahmedelgabri | joined |
01:15:39
| * cgfbee | quit (Ping timeout: 240 seconds) |
01:15:57
| * keith_miller | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
01:16:02
| * platonic | joined |
01:16:24
| * uniquerockrz | joined |
01:16:30
| <theskillwithin> | GreenJello iv never heard of irccloud |
01:16:47
| <theskillwithin> | its like slack for irc? |
01:16:53
| <GreenJello> | uh, it's very popular, as you can tell :-p |
01:17:05
| <theskillwithin> | oh is that legit a crash on irccloud clients |
01:17:09
| <theskillwithin> | or their servers |
01:17:14
| <GreenJello> | their servers |
01:17:27
| <theskillwithin> | i just use ZNC |
01:17:33
| <GreenJello> | (I don't know if it was a crash, but it's a server issue) |
01:17:35
| <GreenJello> | gs |
01:17:42
| <GreenJello> | oops |
01:17:46
| * trevor | joined |
01:18:01
| <lineus> | after spending a couple of hours trying to get a rails app started on debian and then subsequently on osx I just want to thank everyone who works on node/npm for making it so painless. |
01:19:34
| * mat001_ | quit (Remote host closed the connection) |
01:19:56
| * ahmedelgabri | quit (Ping timeout: 252 seconds) |
01:20:08
| * ed209 | joined |
01:20:18
| * platonic | quit (Ping timeout: 245 seconds) |
01:20:45
| * sabrehagen | joined |
01:22:53
| * cgfbee | joined |
01:24:18
| * ningu | joined |
01:24:24
| * Forsaken87 | quit (Ping timeout: 246 seconds) |
01:24:44
| * devc | quit (Ping timeout: 260 seconds) |
01:25:38
| * ahmedelgabri | joined |
01:25:39
| * phenom | joined |
01:25:56
| * heyitsrama | quit (Remote host closed the connection) |
01:26:35
| * djdduty | quit (Quit: Textual IRC Client: www.textualapp.com) |
01:27:09
| * thelounge2467 | joined |
01:27:25
| * syiu0001 | quit (Quit: syiu0001) |
01:29:28
| * s00pcan | quit (Ping timeout: 245 seconds) |
01:30:48
| * uniquerockrz | quit (Read error: Connection reset by peer) |
01:30:59
| * mgol | joined |
01:32:01
| * ahmedelgabri | quit (Ping timeout: 250 seconds) |
01:32:41
| * pknull | quit (Quit: Departing.) |
01:33:00
| * pknull | joined |
01:33:09
| * slajax | quit (Ping timeout: 246 seconds) |
01:33:24
| * slajax | joined |
01:33:39
| * spuz | joined |
01:33:52
| * ahmedelgabri | joined |
01:34:36
| * agile_prg2 | joined |
01:35:19
| * mgol | quit (Client Quit) |
01:35:41
| * keith_miller | joined |
01:36:23
| * rafaellima34 | joined |
01:37:04
| * spacesuitdiver | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
01:37:31
| <ningu> | a given promise can only be resolved once, right? so if I have a promise and call "await foo" on it, the first time that will do whatever operation it does, and then later if I await it it will just be cached, right? |
01:37:52
| * uniquerockrz | joined |
01:38:13
| * spuz | quit (Ping timeout: 245 seconds) |
01:40:07
| <shoky_> | ningu: yes |
01:40:41
| <shoky_> | ningu: to be precise, "the first time" that you call await, the operation has already started before that |
01:41:02
| * howdoi | quit (Quit: Connection closed for inactivity) |
01:41:52
| * eahmedshendy | quit (Read error: Connection reset by peer) |
01:42:22
| * eahmedshendy | joined |
01:43:39
| * ahmedelgabri | quit (Ping timeout: 240 seconds) |
01:45:46
| <ningu> | shoky_: yes, thanks :) |
01:48:46
| <Ownix> | joepie91: Does bhttp have a way to throw on non 200 error codes? |
01:48:53
| <Ownix> | HttpStatusCodes i mean |
01:50:34
| * gli | joined |
01:52:01
| * uniquerockrz | quit (Read error: Connection reset by peer) |
01:54:01
| * orbyt_ | joined |
01:55:19
| * ningu | quit (Quit: Lost terminal) |
01:56:24
| * uniquerockrz | joined |
02:00:27
| * slajax | quit (Ping timeout: 246 seconds) |
02:00:40
| * JohnFromAtl | quit (Remote host closed the connection) |
02:00:40
| * jellobot | quit (Remote host closed the connection) |
02:00:42
| * slajax | joined |
02:00:47
| * jellobot | joined |
02:03:58
| * plutoniix | joined |
02:04:26
| * spacesuitdiver | joined |
02:04:46
| <Ownix> | When I console.log an object I get `[Object: null prototype] { a: "b" }` |
02:04:50
| <Ownix> | Why is it showing that? |
02:05:42
| <Ownix> | Oh should I be logging out a JSON.toString representation of my object? |
02:06:34
| <Ownix> | Yes I should. |
02:10:54
| * uniquerockrz | quit (Read error: Connection reset by peer) |
02:16:03
| * srl295 | quit (Quit: Connection closed for inactivity) |
02:19:44
| * syiu0001 | joined |
02:19:46
| * plutoniix | quit (Quit: Leaving) |
02:20:41
| * ahmedelgabri | joined |
02:23:23
| * rafaellima34 | quit (Ping timeout: 260 seconds) |
02:24:15
| * gli | quit (Ping timeout: 246 seconds) |
02:24:31
| * uniquerockrz | joined |
02:24:32
| * mat001 | joined |
02:24:42
| * gli | joined |
02:24:56
| <ario> | hmm |
02:25:19
| <ario> | i got some caching layer/database error checking that i want to debounce the email spam if they fail |
02:25:26
| <ario> | what's a good way to debounce this stuff? |
02:26:11
| * ahmedelgabri | quit (Ping timeout: 276 seconds) |
02:27:01
| * Lucas_Gray | joined |
02:27:45
| * renlol | joined |
02:28:33
| * agile_prg2 | quit (Ping timeout: 268 seconds) |
02:29:26
| * mat001 | quit (Ping timeout: 276 seconds) |
02:30:19
| * ahmedelgabri | joined |
02:31:53
| * plutoniix | joined |
02:35:16
| * d3x0r | quit (Read error: Connection reset by peer) |
02:35:28
| * d3x0r | joined |
02:36:09
| * renlol | quit (Ping timeout: 246 seconds) |
02:39:05
| * renlol | joined |
02:39:15
| * alnk | joined |
02:39:16
| * alnk | quit (Excess Flood) |
02:39:18
| * ahmedelgabri | quit (Ping timeout: 246 seconds) |
02:40:15
| * antsmartian | joined |
02:43:44
| * ahmedelgabri | joined |
02:44:47
| * agile_prg2 | joined |
02:44:47
| * uniquerockrz | quit (Read error: Connection reset by peer) |
02:47:52
| * spuz | joined |
02:47:58
| * the_ant | joined |
02:48:24
| * ahmedelgabri | quit (Ping timeout: 246 seconds) |
02:48:53
| * devc | joined |
02:52:37
| * spuz | quit (Ping timeout: 250 seconds) |
02:54:10
| * slajax | quit (Ping timeout: 252 seconds) |
02:54:34
| * ahmedelgabri | joined |
02:55:13
| * agile_prg2 | quit (Ping timeout: 250 seconds) |
02:55:38
| * renlol | quit (Ping timeout: 252 seconds) |
02:56:30
| * bvdw | quit (Read error: Connection reset by peer) |
02:56:43
| * slajax | joined |
02:57:15
| * bvdw | joined |
03:00:01
| * kannarfr | quit (Quit: ZNC 1.7.1 - https://znc.in) |
03:01:31
| * kannarfr | joined |
03:01:33
| * ahmedelgabri | quit (Ping timeout: 245 seconds) |
03:01:39
| * uniquerockrz | joined |
03:01:40
| * Arcaelyx | joined |
03:02:09
| * spuz | joined |
03:03:17
| * keith_miller | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
03:04:58
| * enrio | joined |
03:06:06
| * neewbee | joined |
03:06:36
| * spuz | quit (Ping timeout: 246 seconds) |
03:07:18
| * agile_prg2 | joined |
03:09:13
| * neewbee | quit (Remote host closed the connection) |
03:09:25
| * sadako | quit (Read error: Connection reset by peer) |
03:09:50
| * sadako | joined |
03:10:26
| * stephen0731 | joined |
03:11:29
| * Alex8532 | joined |
03:13:15
| * jstimm | quit (Ping timeout: 246 seconds) |
03:14:33
| * spuz | joined |
03:17:28
| * platonic | joined |
03:17:38
| * agile_prg2 | quit (Ping timeout: 252 seconds) |
03:18:14
| * KempfCreative | quit (Remote host closed the connection) |
03:18:51
| * KempfCreative | joined |
03:19:06
| * spuz | quit (Ping timeout: 252 seconds) |
03:22:02
| * platonic | quit (Ping timeout: 252 seconds) |
03:22:39
| * Arcaelyx | quit (Quit: Arcaelyx) |
03:24:21
| <stephen0731> | js newbie here. I have a question about Promise.resolve and microticks. |
03:24:25
| <stephen0731> | new Promise((resolve, reject) => { resolve();}) .then(() => { console.log('outer tick0'); new Promise((resolve, reject) => { resolve(); }) .then(() => { console.log('inner tick0'); return Promise.resolve(); }) .then(() => { console.log('inner tick1'); }) }) .then(() => { |
03:24:25
| <stephen0731> | console.log('outer tick1'); }) .then(() => { console.log('outer tick2'); }) .then(() => { console.log('outer tick3'); }) .then(() => { console.log('outer tick4'); })// out put outer tick0inner tick0outer tick1outer tick2outer tick3inner tick1outer tick4my question is why return Promise.resove() takes 3 micktick ? |
03:24:45
| <GreenJello> | !gist @ stephen0731 |
03:24:45
| <ecmabot> | stephen0731: Paste code at https://gist.github.com (or a similar site see !paste) and name the file .js so that we can look over it. Thanks! |
03:25:15
| * mat001 | joined |
03:26:06
| <stephen0731> | code is here https://gist.github.com/neewbee/a8b89327fbb29c787c473289d76aa86d |
03:27:43
| * gli | quit (Ping timeout: 250 seconds) |
03:27:55
| * sadako | quit (Read error: Connection reset by peer) |
03:28:20
| * sadako | joined |
03:28:41
| * DeltaHeavy | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
03:28:54
| * gli | joined |
03:31:21
| * Arcaelyx | joined |
03:31:51
| <GreenJello> | stephen0731, it doesn't, it's the extra layers of promise nesting https://gist.github.com/brigand/2d46f392016e0365e150486892636e88 |
03:33:46
| * gli | quit (Ping timeout: 252 seconds) |
03:34:17
| * gli | joined |
03:35:26
| * heyitsrama | joined |
03:35:26
| * uniquerockrz | quit (Read error: Connection reset by peer) |
03:36:13
| * Cabanossi | quit (Ping timeout: 246 seconds) |
03:37:16
| <GreenJello> | stephen0731, here's another example where each .then call gets a number https://gist.github.com/brigand/6cedbdef1c64b85a72b8054e4efc7bee |
03:37:24
| * sabrehagen | quit (Ping timeout: 246 seconds) |
03:37:45
| * trevor | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
03:38:45
| * Cabanoss- | joined |
03:38:48
| * trevor | joined |
03:42:09
| * DarthRadar | quit (Remote host closed the connection) |
03:42:12
| <stephen0731> | GreenJello Thank you for your time,The gist is so good! I have another question: why the `extra layers of promise nesting` is needed? |
03:42:36
| * uniquerockrz | joined |
03:43:25
| * antsmartian | quit (Remote host closed the connection) |
03:43:48
| * DarthRadar | joined |
03:46:03
| * agile_prg2 | joined |
03:46:21
| * ahmedelgabri | joined |
03:47:02
| * stephen0731 | quit (Remote host closed the connection) |
03:48:31
| * gli | quit (Ping timeout: 250 seconds) |
03:49:04
| * neewbee | joined |
03:49:29
| * duderonomy | joined |
03:49:47
| * plutoniix | quit (Quit: Leaving) |
03:50:50
| * ahmedelgabri | quit (Ping timeout: 240 seconds) |
03:51:17
| * penge | joined |
03:55:28
| * gli | joined |
03:55:58
| * s00pcan | joined |
03:56:45
| * plutoniix | joined |
03:56:52
| * agile_prg2 | quit (Ping timeout: 252 seconds) |
03:56:54
| * ahmedelgabri | joined |
03:57:12
| * jaequery | joined |
03:57:23
| * the_ant1 | joined |
03:57:32
| * uniquerockrz | quit (Read error: Connection reset by peer) |
03:58:19
| <jaequery> | hello |
03:58:45
| * the_ant | quit (Ping timeout: 246 seconds) |
03:58:45
| * the_ant1 | changed nick to the_ant |
04:01:08
| * publio | quit (Quit: Leaving) |
04:02:09
| * uniquerockrz | joined |
04:02:10
| * zhoutao | joined |
04:03:13
| * ahmedelgabri | quit (Ping timeout: 245 seconds) |
04:03:26
| * heyitsrama | quit (Remote host closed the connection) |
04:05:38
| * ahmedelgabri | joined |
04:06:06
| * heyitsrama | joined |
04:08:38
| * gli | quit (Ping timeout: 245 seconds) |
04:08:44
| * horsey | joined |
04:09:08
| * gli | joined |
04:09:24
| * antsmartian | joined |
04:10:08
| * antsmartian | quit (Read error: Connection reset by peer) |
04:10:26
| * ahmedelgabri | quit (Ping timeout: 252 seconds) |
04:10:33
| * syiu0001 | quit (Quit: syiu0001) |
04:10:41
| * antsmartian | joined |
04:12:22
| * antsmartian | quit (Remote host closed the connection) |
04:13:31
| * neewbee | quit (Ping timeout: 260 seconds) |
04:14:51
| * eahmedshendy | quit (Quit: This computer has gone to sleep) |
04:16:33
| * ahmedelgabri | joined |
04:16:35
| <penge> | Hi |
04:20:18
| * slajax | quit (Ping timeout: 245 seconds) |
04:21:17
| * FIFOd | quit (Quit: Bye) |
04:21:17
| * uniquerockrz | quit (Read error: Connection reset by peer) |
04:23:57
| * gekkou | quit (Remote host closed the connection) |
04:24:03
| * ahmedelgabri | quit (Ping timeout: 250 seconds) |
04:28:07
| * horsey | quit (Remote host closed the connection) |
04:28:12
| * uniquerockrz | joined |
04:28:59
| * stephen0731 | joined |
04:30:34
| * FIFOd | joined |
04:31:34
| * ahmedelgabri | joined |
04:32:24
| * falafel_ | joined |
04:33:27
| * nukeu666 | joined |
04:34:24
| * pknull | quit (Quit: Departing.) |
04:34:47
| * pknull | joined |
04:36:57
| * jeffyboh | quit (Quit: ZNC 1.7.1 - https://znc.in) |
04:38:15
| * syiu0001 | joined |
04:39:06
| * jeffyboh | joined |
04:40:18
| * ahmedelgabri | quit (Ping timeout: 245 seconds) |
04:42:56
| * uniquerockrz | quit (Read error: Connection reset by peer) |
04:43:31
| * Arcaelyx | quit (Quit: Arcaelyx) |
04:51:30
| * darutoko | joined |
04:51:42
| * uniquerockrz | joined |
04:57:07
| * sadako | quit (Read error: Connection reset by peer) |
05:00:19
| * gli | quit (Ping timeout: 245 seconds) |
05:00:49
| * gli | joined |
05:02:03
| * tm | quit (Ping timeout: 240 seconds) |
05:02:24
| * Lucas_Gray | quit (Ping timeout: 245 seconds) |
05:02:31
| * stephen0731 | quit (Ping timeout: 260 seconds) |
05:04:23
| * Xaris | joined |
05:05:40
| * tm | joined |
05:05:59
| * uniquerockrz | quit (Read error: Connection reset by peer) |
05:06:25
| * KempfCreative | quit (Ping timeout: 268 seconds) |
05:06:46
| * renlol | joined |
05:07:43
| * spacesuitdiver | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
05:10:06
| * ningu | joined |
05:10:44
| * pknull | quit (Quit: Departing.) |
05:10:58
| * NomadJim | quit (Read error: Connection reset by peer) |
05:11:12
| * renlol | quit (Ping timeout: 246 seconds) |
05:11:45
| * pknull | joined |
05:12:19
| * NomadJim | joined |
05:13:21
| * syiu0001 | quit (Quit: syiu0001) |
05:15:11
| * zhoutao | quit (Quit: Leaving) |
05:15:18
| * slajax | joined |
05:15:26
| * ningu | quit (Quit: Lost terminal) |
05:15:32
| * spuz | joined |
05:15:39
| * EdFletcherT137 | joined |
05:16:03
| * EyePulp | joined |
05:16:48
| * the_ant | quit (Ping timeout: 252 seconds) |
05:16:49
| * uniquerockrz | joined |
05:16:54
| * syiu0001 | joined |
05:17:03
| * Roughy | quit (Quit: Meadow Fresh milk) |
05:17:30
| * the_ant | joined |
05:18:53
| * platonic | joined |
05:18:56
| * jon_ | quit (Quit: jon_) |
05:20:18
| * EyePulp | quit (Ping timeout: 246 seconds) |
05:20:18
| * spuz | quit (Ping timeout: 245 seconds) |
05:23:49
| * platonic | quit (Ping timeout: 265 seconds) |
05:26:43
| * uniquerockrz | quit (Read error: Connection reset by peer) |
05:28:36
| * w0ng | quit (Quit: leaving) |
05:28:52
| * trevor | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
05:29:27
| * horsey | joined |
05:30:00
| * Alex8532 | quit (Quit: Going offline, see ya! (www.adiirc.com)) |
05:30:18
| * w0ng | joined |
05:30:22
| * gli | quit (Ping timeout: 252 seconds) |
05:30:55
| * gli | joined |
05:31:14
| * uniquerockrz | joined |
05:33:38
| * horsey | quit (Ping timeout: 245 seconds) |
05:34:36
| * spuz | joined |
05:35:15
| * gkatsev | joined |
05:39:03
| * spuz | quit (Ping timeout: 245 seconds) |
05:39:11
| * jeffyboh | quit (Quit: ZNC 1.7.1 - https://znc.in) |
05:40:28
| * horsey | joined |
05:41:50
| * black_ant | quit (Ping timeout: 276 seconds) |
05:42:51
| * jeffyboh | joined |
05:43:03
| * newbsduser- | quit (Ping timeout: 246 seconds) |
05:44:39
| * CarlenWhite | quit (Ping timeout: 268 seconds) |
05:45:02
| * horsey | quit (Ping timeout: 252 seconds) |
05:45:59
| * spuz | joined |
05:48:39
| * horsey | joined |
05:49:02
| * the_ant1 | joined |
05:49:28
| * the_ant | quit (Ping timeout: 245 seconds) |
05:49:46
| * the_ant1 | changed nick to the_ant |
05:49:57
| * EdFletcherT137 | quit (Quit: Leaving) |
05:49:58
| * CarlenWhite | joined |
05:50:44
| * spuz | quit (Ping timeout: 245 seconds) |
05:50:50
| * roadt_ | quit (Ping timeout: 240 seconds) |
05:51:09
| * sadtaco | joined |
05:52:18
| * pknull | quit (Quit: Departing.) |
05:52:22
| * falafel_ | quit (Ping timeout: 252 seconds) |
05:52:29
| * uniquerockrz | quit (Read error: Connection reset by peer) |
05:52:36
| * pknull | joined |
05:53:40
| * cthu| | joined |
05:54:12
| * trevor | joined |
05:56:58
| * cthulchu_ | quit (Ping timeout: 245 seconds) |
05:58:14
| * EdFletcherT137 | joined |
06:03:23
| * uniquerockrz | joined |
06:05:53
| * falafel_ | joined |
06:06:03
| * EdFletcherT137 | quit (Quit: Leaving) |
06:06:56
| * syiu0001 | quit (Quit: syiu0001) |
06:07:11
| * hexydecy6 | quit (Ping timeout: 276 seconds) |
06:08:33
| * Intelo | joined |
06:09:23
| * horsey | quit (Remote host closed the connection) |
06:09:50
| * horsey | joined |
06:10:35
| * horsey | quit (Remote host closed the connection) |
06:10:42
| * horsey | joined |
06:11:05
| * syiu0001 | joined |
06:14:03
| * ahmedelgabri | joined |
06:16:50
| * ahmedelgabri | quit (Client Quit) |
06:18:47
| * uniquerockrz | quit (Read error: Connection reset by peer) |
06:21:16
| * alnk | joined |
06:21:16
| * alnk | quit (Excess Flood) |
06:25:59
| * hojang | joined |