00:32
waleee has quit [Ping timeout: 240 seconds]
00:50
<
germ >
(^ Gett-it ? ;) Am I the 1st to do it ?)
01:00
gzar has quit [Quit: WeeChat 4.3.2]
01:26
myrkraverk has quit [Ping timeout: 264 seconds]
01:31
myrkraverk has joined #ocaml
01:37
<
discocaml_ >
<darrenldl> someone was 3 years ahead : v
01:39
<
discocaml_ >
<hockletock> at least you're not named xhtmlboi
01:45
Inline has quit [Remote host closed the connection]
01:45
Inline has joined #ocaml
02:16
myrkraverk_ has joined #ocaml
02:20
myrkraverk has quit [Ping timeout: 252 seconds]
02:25
jabuxas has quit [Ping timeout: 246 seconds]
02:29
hannes_ has joined #ocaml
02:30
torretto has quit [Ping timeout: 260 seconds]
02:32
hannes has quit [Ping timeout: 272 seconds]
02:33
torretto has joined #ocaml
02:47
terrorjack has joined #ocaml
04:13
mbuf has joined #ocaml
04:31
dev2 has joined #ocaml
04:40
dev2 has quit [Quit: WeeChat 4.3.2]
05:00
YuGiOhJCJ has joined #ocaml
06:03
Serpent7776 has joined #ocaml
06:13
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
07:53
hannes_ is now known as hannes
08:04
toastal has joined #ocaml
08:08
Tuplanolla has joined #ocaml
08:37
dawids has joined #ocaml
09:02
toastal has left #ocaml [Error from remote client]
09:02
Anarchos has joined #ocaml
09:16
bartholin has joined #ocaml
09:42
nickiminjaj has joined #ocaml
09:43
nickiminjaj has quit [Client Quit]
09:54
toastal has joined #ocaml
09:54
Inline has quit [Remote host closed the connection]
09:55
Inline has joined #ocaml
10:22
Inline has quit [Quit: Leaving]
10:33
Anarchos has quit [Quit: Client closed]
10:53
toastal has quit [Ping timeout: 268 seconds]
10:55
Inline has joined #ocaml
11:09
toastal has joined #ocaml
11:16
dawids has quit [Quit: Leaving]
11:35
rom1504 has quit [Ping timeout: 260 seconds]
12:12
Anarchos has joined #ocaml
12:14
<
discocaml_ >
<shiny_dev> I am a lead web3 frontend and blockchain engineer, i am looking for an opportunity to work with you.
12:32
<
Anarchos >
shiny_dev ???
12:33
<
discocaml_ >
<._null._> Discord flags it as potential spam
12:38
<
discocaml_ >
<darrenldl> what's the cross compilation story nowadays?
12:38
trillion_exabyte has quit [Ping timeout: 264 seconds]
12:39
trillion_exabyte has joined #ocaml
12:46
Anarchos has quit [Quit: Client closed]
12:52
gzar has joined #ocaml
13:30
jabuxas has joined #ocaml
13:51
toastal has quit [Quit: Gateway shutdown]
13:57
waleee has joined #ocaml
14:09
myrkraverk__ has joined #ocaml
14:09
myrkraverk_ has quit [Read error: Connection reset by peer]
14:51
jabuxas has quit [Ping timeout: 268 seconds]
15:07
hannes has quit [Quit: leaving]
15:29
toastal has joined #ocaml
15:54
Inline has quit [Quit: Leaving]
16:08
myrkraverk_ has joined #ocaml
16:08
myrkraverk__ has quit [Read error: Connection reset by peer]
16:11
chiselfuse has quit [Read error: Connection reset by peer]
16:11
torretto has quit [Remote host closed the connection]
16:11
torretto has joined #ocaml
16:12
chiselfuse has joined #ocaml
16:19
bartholin has quit [Quit: Leaving]
16:30
Inline has joined #ocaml
17:11
Inline has quit [Quit: Leaving]
17:22
Anarchos has joined #ocaml
17:24
Inline has joined #ocaml
17:26
myrkraverk__ has joined #ocaml
17:30
myrkraverk_ has quit [Ping timeout: 268 seconds]
17:34
myrkraverk_ has joined #ocaml
17:34
myrkraverk__ has quit [Read error: Connection reset by peer]
17:38
<
discocaml_ >
<anmonteiro> Check the #nix channel and the recent convo
17:39
<
Anarchos >
i can't find where does the 'Sys.argv(1)' come from in testsuite/tests/backtrace/backtrace.ml
17:44
Inline has quit [Quit: Leaving]
17:46
Inline has joined #ocaml
18:04
Inline has quit [Remote host closed the connection]
18:04
Inline has joined #ocaml
18:18
Inline has quit [Quit: Leaving]
18:32
Inline has joined #ocaml
18:41
mbuf has quit [Quit: Leaving]
18:51
Anarchos has quit [Quit: Vision[]: i've been blurred!]
18:56
jabuxas has joined #ocaml
19:22
<
discocaml_ >
<limp.biskit> i don't know how much work would need to go into completing and rebasing it, I am about to start. I was going to work against httpaf's master, but if there is interest for it in httpun I can work on yours
19:23
<
discocaml_ >
<anmonteiro> it's not a bad idea
19:24
<
discocaml_ >
<limp.biskit> i have found it a nightmare trying to "gracefully" handle failed writes
19:26
toastal has left #ocaml [Error from remote client]
19:28
<
discocaml_ >
<limp.biskit> the only issue i see is that it breaks any code using flush in it's current form
19:42
<
discocaml_ >
<anmonteiro> shouldn't be too much of a problem. we just need to make sure to make the same change in h2 (I try to keep the interfaces the same as much as possible)
19:42
<
discocaml_ >
<limp.biskit> i'll start working on rebasing it. (once i can work out how to do such a thing in git
20:00
jabuxas has quit [Ping timeout: 256 seconds]
21:00
Serpent7776 has quit [Ping timeout: 255 seconds]
21:09
waleee has quit [Ping timeout: 260 seconds]
21:10
<
discocaml_ >
<anmonteiro> assuming you're in the httpun repo:
21:10
<
discocaml_ >
<anmonteiro> ```bash
21:10
<
discocaml_ >
<anmonteiro> git add upstream git@github.com:dhouse-js/httpaf.git
21:10
<
discocaml_ >
<anmonteiro> git checkout -b your-branch
21:10
<
discocaml_ >
<anmonteiro> git merge upstream/expose-write-failures-in-flush
21:10
<
discocaml_ >
<anmonteiro> ```
21:10
<
discocaml_ >
<anmonteiro> assuming you're in the httpun repo:
21:10
<
discocaml_ >
<anmonteiro> ```bash
21:10
<
discocaml_ >
<anmonteiro> git add upstream git@github.com:dhouse-js/httpaf.git
21:10
<
discocaml_ >
<anmonteiro> git fetch --all
21:10
<
discocaml_ >
<anmonteiro> git checkout -b your-branch
21:10
<
discocaml_ >
<anmonteiro> git merge upstream/expose-write-failures-in-flush
21:10
<
discocaml_ >
<anmonteiro> ```
21:13
bartholin has joined #ocaml
21:29
<
discocaml_ >
<limp.biskit> thank you!
21:40
jabuxas has joined #ocaml
22:00
ocra8 has joined #ocaml
22:00
ocra8 has quit [Max SendQ exceeded]
22:02
Anarchos has joined #ocaml
22:06
bartholin has quit [Quit: Leaving]
22:36
Anarchos has quit [Quit: Vision[]: i've been blurred!]
23:32
Anarchos has joined #ocaml
23:52
Anarchos has quit [Quit: Vision[]: i've been blurred!]