objmagic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<HyperTables>
well musl has only musl-dev package
<HyperTables>
ah maybe I'm missing linux-libc-dev package after all and it has nothing to do with musl
<HyperTables>
well apparently that's already installed :
<HyperTables>
/usr/include/linux/limits.h - and I still get failed build
mbuf has joined #ocaml
jao has quit [Ping timeout: 258 seconds]
Haudegen has joined #ocaml
vicfred has quit [Quit: Leaving]
sz0 has joined #ocaml
chripell has joined #ocaml
copy has quit [Ping timeout: 256 seconds]
mjvoge02_ has joined #ocaml
sim642_ has joined #ocaml
olle_ has joined #ocaml
ollehar has joined #ocaml
prsafont[m] has quit [*.net *.split]
mjvoge02 has quit [*.net *.split]
sim642 has quit [*.net *.split]
mjvoge02_ is now known as mjvoge02
sim642_ is now known as sim642
prsafont[m] has joined #ocaml
* olle_
mooo
Leonidas has quit [Read error: Connection reset by peer]
Leonidas_ has joined #ocaml
Leonidas_ is now known as Leonidas
Leonidas is now known as Guest88387
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mfp has joined #ocaml
Anarchos has joined #ocaml
Anarchos has quit [Remote host closed the connection]
Anarchos has joined #ocaml
Anarchos has quit [Client Quit]
andreas303 has quit [Quit: andreas303]
andreas303 has joined #ocaml
cantstanya has quit [Ping timeout: 240 seconds]
cantstanya has joined #ocaml
pigeonv has joined #ocaml
FreeBirdLjj has joined #ocaml
FreeBirdLjj has quit [Ping timeout: 240 seconds]
zolk3ri has joined #ocaml
HyperTables has quit [Ping timeout: 245 seconds]
ollehar has quit [Ping timeout: 260 seconds]
copy has joined #ocaml
ollehar has joined #ocaml
olle_ has quit [Ping timeout: 264 seconds]
olle_ has joined #ocaml
X-Scale` has joined #ocaml
X-Scale has quit [Ping timeout: 240 seconds]
X-Scale` is now known as X-Scale
pigeonv has quit [Ping timeout: 252 seconds]
zolk3ri has quit [Remote host closed the connection]
zolk3ri has joined #ocaml
objmagic has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
jao has joined #ocaml
jao is now known as Guest86932
raver has quit [Read error: Connection reset by peer]
Haudegen has joined #ocaml
muskan has joined #ocaml
X-Scale` has joined #ocaml
smazga has joined #ocaml
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
waleee-cl has joined #ocaml
HyperTables has joined #ocaml
olle_ has quit [Ping timeout: 260 seconds]
ollehar has quit [Ping timeout: 260 seconds]
tane has joined #ocaml
tinga has joined #ocaml
muskan has quit [Ping timeout: 245 seconds]
bartholin has quit [Read error: Connection reset by peer]
raver has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
<tinga>
Hi. How can I reconfigure opam to use --disable-sandboxing ? (I can't get it to work with it in Debian.)
<theblatte>
tinga: you need to either delete your ~/.opam and pass --disable-sandboxing when recreating it, or edit ~/.opam/config and delete the "wrap-*-commands" entries at the end (should be 6 lines)
objmagic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bartholin has joined #ocaml
<HyperTables>
huh? sandboxing should work with debian
dborisog has quit [Ping timeout: 265 seconds]
objmagic has joined #ocaml
chripell has quit [Quit: Leaving]
<d_bot>
<Anurag> tinga: check if you have bubblewrap installed. Opam uses that for sandboxing on linux
peterbb has joined #ocaml
tane_ has joined #ocaml
tane_ has quit [Client Quit]
Haudegen has joined #ocaml
<tinga>
d_bot, I have. I also did check that namespaces are enabled in the kernel.
vicfred has joined #ocaml
pigeonv has joined #ocaml
zolk3ri has quit [Remote host closed the connection]
companion_cube has quit [Quit: WeeChat 2.3]
Haudegen has quit [Ping timeout: 260 seconds]
Haudegen has joined #ocaml
smazga has quit [Ping timeout: 256 seconds]
mbuf has quit [Quit: Leaving]
companion_cube has joined #ocaml
<tinga>
theblatte, thanks, that seems to work!
<tinga>
(the deleting the wrap commands)
ocabot has quit [Read error: Connection reset by peer]
companion_cube has quit [Client Quit]
companion_cube has joined #ocaml
ocabot has joined #ocaml
pmetzger has joined #ocaml
smazga has joined #ocaml
objmagic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peterbb has quit [Quit: peterbb]
peterbb has joined #ocaml
pmetzger has quit []
<olle>
who's the best person to bother about js_of_ocaml (not drup)?
<Drup>
depends on the question. If it's really technical, the bugtracker.
objmagic has joined #ocaml
jbrown has joined #ocaml
peterbb has quit [Quit: peterbb]
<olle>
kk
Guest88387 is now known as Leonidas
Leonidas has quit [Changing host]
Leonidas has joined #ocaml
<olle>
Drup: but you're the only one in this channel that knows it good?
<olle>
I want to write a blog article about type-safe websocket communication
<Drup>
I doubt I'm the only one
<olle>
ok, then i'll just put my question into the void :)
<olle>
ok, so what if I want to improve the js_of_ocaml API by adding coding examples to each page?
<olle>
github PR?
Hrundi_V_Bakshi has joined #ocaml
Hrundi_V_Bakshi_ has joined #ocaml
<pigeonv>
olle: yeah, I guess they'll be happy to review it ;)
<olle>
hm!
<olle>
well, such docs need to be maintained too
<olle>
it's not a "write once and forget" situation
solarliner has joined #ocaml
tane has quit [Quit: Leaving]
peterbb has joined #ocaml
peterbb has quit [Read error: Connection reset by peer]
objmagic has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<olle>
[@@deriving json] is not statically checked when compiled?
<olle>
i can insert a typo without getting an error message