00:33:26 | * | SchweinDeBurg joined #nim |
01:09:36 | FromDiscord | <lainlaylie> so `nimble develop -a` doesnt work for yall or? |
01:18:46 | FromDiscord | <kapendev> I have to try nim again. |
01:29:28 | FromDiscord | <Elegantbeef> @lainlaylie `nimble develop -g` did not |
01:29:45 | FromDiscord | <lainlaylie> try -a |
01:30:03 | FromDiscord | <lainlaylie> i routinely use it to sub out remote packages for local ones |
01:30:50 | FromDiscord | <Elegantbeef> Does that do it globally? |
01:35:02 | * | FromDiscord quit (Ping timeout: 244 seconds) |
01:35:16 | * | FromDiscord joined #nim |
01:35:31 | * | SchweinDeBurg quit (Quit: WeeChat 4.7.0-dev) |
03:47:01 | * | rockcavera quit (Remote host closed the connection) |
04:04:35 | * | SchweinDeBurg joined #nim |
04:22:33 | * | nils` quit (Ping timeout: 252 seconds) |
05:18:48 | * | nils` joined #nim |
08:03:10 | * | redj quit (Quit: No Ping reply in 180 seconds.) |
08:04:42 | * | redj joined #nim |
08:53:19 | * | beholders_eye joined #nim |
10:58:52 | * | xtr00 quit (Read error: Connection reset by peer) |
11:03:09 | * | xtr00 joined #nim |
12:32:04 | FromDiscord | <hawkey5212> sent a code paste, see https://play.nim-lang.org/#pasty=qSSSMJWh |
12:35:59 | FromDiscord | <nnsee> In reply to @hawkey5212 "can anyone point me": i think you'll enjoy cligen |
12:36:26 | FromDiscord | <nnsee> https://github.com/c-blake/cligen |
13:22:00 | * | socrates1298 joined #nim |
13:25:59 | * | socrates1298 quit (Client Quit) |
13:27:39 | * | socrates1298 joined #nim |
13:31:20 | * | socrates1298 quit (Client Quit) |
13:42:07 | FromDiscord | <lainlaylie> ooh nice, parseopt got a new api |
13:42:46 | * | socrates1298 joined #nim |
14:02:14 | * | socrates1298 quit (Ping timeout: 272 seconds) |
14:17:10 | FromDiscord | <nervecenter> In reply to @hawkey5212 "can anyone point me": I wrote a dead simple arg parsing interface if you need it.↵https://forum.nim-lang.org/t/11908 |
15:21:53 | FromDiscord | <heysokam> arg parsing is one thing, cli help generation is a different one |
15:22:08 | FromDiscord | <heysokam> they can go hand in hand, but not the same |
16:39:13 | FromDiscord | <.archaedas> <@&371760044473319454@metaguy_sany 's a bot DM'ing people. |
16:42:09 | * | przmk quit (Remote host closed the connection) |
16:42:36 | * | przmk joined #nim |
16:52:30 | * | SchweinDeBurg quit (Quit: WeeChat 4.7.0-dev) |
17:09:33 | * | beholders_eye quit (Ping timeout: 252 seconds) |
17:22:56 | * | beholders_eye joined #nim |
17:30:09 | * | amadaluzia joined #nim |
17:31:35 | * | amadaluzia quit (Client Quit) |
17:35:27 | * | amadaluzia joined #nim |
17:45:16 | * | beholders_eye quit (Ping timeout: 276 seconds) |
17:56:39 | FromDiscord | <summarity> In reply to @hawkey5212 "can anyone point me": I've been using `argparse` for all production CLI apps. It's neat, supports sub-command-level help and options/flags. |
17:58:52 | FromDiscord | <summarity> An example: https://gist.github.com/turbo/5c926005922133b82edc94253a5404c6 (from the tool used to build this site: https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.21.4/) |
18:22:00 | * | przmk quit (Remote host closed the connection) |
18:22:14 | * | przmk joined #nim |
18:22:22 | * | przmk quit (Remote host closed the connection) |
18:22:40 | * | przmk joined #nim |
18:27:30 | * | przmk quit (Remote host closed the connection) |
18:28:05 | * | przmk joined #nim |
18:52:18 | * | SchweinDeBurg joined #nim |
19:08:41 | * | przmk quit (Remote host closed the connection) |
19:08:56 | * | przmk joined #nim |
19:24:07 | * | przmk quit (Remote host closed the connection) |
19:30:01 | * | amadaluzia quit (Quit: ZNC 1.9.1 - https://znc.in) |
19:48:52 | * | przmk joined #nim |
20:13:12 | * | przmk quit (Remote host closed the connection) |
20:16:52 | * | przmk joined #nim |
20:28:24 | FromDiscord | <0xfab_10> man parsexml kinda sucks |
20:29:56 | * | fabricio joined #nim |
20:31:57 | FromDiscord | <anuke> There's xmlparser in the standard library as well, it might be what you need. If I remember correctly, parsexml is very low level. (Or is it the other way around?) |
20:34:25 | FromDiscord | <0xfab_10> I need a sax style parser |
20:34:57 | FromDiscord | <0xfab_10> parsexml is kinda ok but I don't like how you need to separately parse attributes |
20:49:15 | * | fabricio quit (Ping timeout: 252 seconds) |
20:51:07 | * | fabricio joined #nim |
21:20:10 | FromDiscord | <aintea> In reply to @hawkey5212 "can anyone point me": I suggest you use this library [nclap](https://github.com/AinTEAsports/nclap] that is (in my absolutely objective and not biased at all opinion) the best library for the job |
21:20:21 | FromDiscord | <aintea> (edit) "[nclap](https://github.com/AinTEAsports/nclap]" => "(nclap)[https://github.com/AinTEAsports/nclap]" |
21:20:34 | FromDiscord | <aintea> (edit) "(nclap)[https://github.com/AinTEAsports/nclap]" => "[nclap](https://github.com/AinTEAsports/nclap)" |
21:22:12 | FromDiscord | <aintea> Still have very few bugs that are being worked on but that's for the new features |
23:20:06 | FromDiscord | <aintea> My code is so complex when I asked chatgpt if he sees a logic bug in it, he returned me a list of restaurants I could go to, and I don't know how to take it |
23:37:36 | * | fabricio quit (Quit: WeeChat 3.5) |