makefu changed the topic of #nixos-wiki to: Welcome to the *unofficial* nixos wiki | https://nixos.wiki | chat logs: https://logs.nix.samueldr.com/nixos-wiki/
pie_ has quit [Ping timeout: 272 seconds]
andi- has quit [*.net *.split]
andi- has joined #nixos-wiki
lassulus has quit [Ping timeout: 268 seconds]
mog has quit [*.net *.split]
mog has joined #nixos-wiki
lassulus has joined #nixos-wiki
nixoswikibot has joined #nixos-wiki
<nixoswikibot> [[Sandbox]] M https://nixos.wiki/index.php?diff=2630&oldid=2629&rcid=2661 * Fadenb * (+1) yet another test edit for the IRC bot
<nixoswikibot> [[Python]] !M https://nixos.wiki/index.php?diff=2631&oldid=2612&rcid=2662 * Kjuvi * (+1) Add missing semi-colon to the python3.withPackages my-python-packages
<nixoswikibot> [[I3]] !M https://nixos.wiki/index.php?diff=2632&oldid=2576&rcid=2663 * Kjuvi * (+176) 
pie_ has joined #nixos-wiki
<nixoswikibot> [[I3]] M https://nixos.wiki/index.php?diff=2633&oldid=2632&rcid=2664 * Fadenb * (+0) /* I3-gaps frok */ typo fix: fork
<nixoswikibot> [[I3]] M https://nixos.wiki/index.php?diff=2634&oldid=2633&rcid=2665 * Fadenb * (+40) highlighting + missing semicolon
CrazedProgrammer has joined #nixos-wiki
<CrazedProgrammer> Hello NixOS Wiki people! I want to write a guide on how to set up an ESP-IDF environment for ESP32 (microcontroller) programming. Yesterday I spent 6 hours on getting it to work, so I want save new users from the pain of figuring it out :)
<fadenb> yay
<fadenb> just create a new wiki page and get started
<fadenb> The <syntaxhiglighting lang="nix"> might be helpful to format larger code blocks
<CrazedProgrammer> Yep, I'm doing that right now!
<fadenb> Protip: If it is a really large article save sometime in between ;)
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-wiki
<nixoswikibot> [[Configuration Collection]] !M https://nixos.wiki/index.php?diff=2635&oldid=2544&rcid=2666 * CrazedProgrammer * (+107) Add my (CrazedProgrammer) config
lassulus_ has joined #nixos-wiki
lassulus has quit [Ping timeout: 252 seconds]
lassulus_ is now known as lassulus
<infinisil> Hey, I found a bit buggy behaviour with the webpage
<infinisil> When the table of contents is at the bottom, and you scroll to the very bottom of the page, it seems to auto-collapse, but then expand again right after that
<infinisil> This has the effect that I can't ever scroll to the links at the bottom and click them
<infinisil> This seems to only happen at a rather specific zoom level/site width
<samueldr> infinisil: page
<samueldr> I see it
<samueldr> in mobile-form, at least
<infinisil> Cool
<samueldr> ~386px
<samueldr> ~400px too
<samueldr> how weird
* infinisil nods
orivej has quit [Ping timeout: 246 seconds]
<samueldr> looks like it's the scrollspy that tries to close a sub-header
<samueldr> but by closing it it scrolls upwards, needing a re-open
<samueldr> weebly wobly timey wimey web stuff
<infinisil> A nice feedback loop :)
<{^_^}> wiki#30 (by samueldr, 1 minute ago, open): Weebly wobbly TOC at some resolutions
<infinisil> Thanks
<nixoswikibot> [[ESP-IDF]] !N https://nixos.wiki/index.php?oldid=2636&rcid=2667 * CrazedProgrammer * (+3396) Create page "ESP-IDF"
<CrazedProgrammer> Done :) I hope somebody will be helped by it.
<nixoswikibot> [[ESP-IDF]] !M https://nixos.wiki/index.php?diff=2637&oldid=2636&rcid=2668 * CrazedProgrammer * (+38) Remove empty line below header and add link to Espressif/esp-idf repository
<Mic92> CrazedProgrammer: have you actually autoPatchelfHook for your IDE?
<Mic92> *toolchain
<Mic92> CrazedProgrammer: you can also share your code in https://github.com/nix-community/NUR
jtojnar has quit [Remote host closed the connection]
orivej has joined #nixos-wiki
jtojnar has joined #nixos-wiki
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-wiki
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-wiki
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-wiki
<nixoswikibot> [[Language-specific package helpers]] https://nixos.wiki/index.php?diff=2638&oldid=2625&rcid=2669 * Mic92 * (+72) add vgo2nix