<< 20-05-2026 >>

01:06:24*xet7 joined #nim
01:25:10*_________ quit (Ping timeout: 245 seconds)
01:26:03*_________ joined #nim
02:46:11*rockcavera quit (Remote host closed the connection)
02:57:21*tokyovigilante joined #nim
04:18:46*Skippy8 joined #nim
04:23:16*Skippy8 quit (Ping timeout: 255 seconds)
04:27:49*GnuYawk1 quit (Server closed connection)
04:28:11*GnuYawk1 joined #nim
05:31:08FromDiscord<nevillegg> In reply to @karolyi "<@319877620030242847>: it's not that": nimlangserver sucks for me kind of
05:31:13FromDiscord<nevillegg> like nimlsp is better
05:31:23FromDiscord<nevillegg> nimlangserver bugged like WHOLE a lot
06:20:48*lumidify quit (Quit: leaving)
06:27:33*lumidify joined #nim
07:12:50*nisstyre quit (Ping timeout: 248 seconds)
07:24:08*xutaxkamay quit (Ping timeout: 252 seconds)
07:26:37*nisstyre joined #nim
07:52:49*Skippy8 joined #nim
07:57:12*zero` quit (Quit: zero`)
08:02:50*beholders_eye joined #nim
08:34:26*xutaxkamay joined #nim
08:39:19*xutaxkamay quit (Ping timeout: 276 seconds)
08:47:32*xutaxkamay joined #nim
08:56:53*Lord_Nightmare quit (Quit: ZNC - http://znc.in)
08:57:02*Lord_Nightmare joined #nim
09:03:37*xutaxkamay quit (Ping timeout: 248 seconds)
09:12:00*xutaxkamay joined #nim
09:13:31*xutaxkamay quit (Read error: Connection reset by peer)
09:14:40*xutaxkamay joined #nim
09:19:22*xutaxkamay quit (Ping timeout: 255 seconds)
09:19:43*xutaxkamay joined #nim
09:33:13*xutaxkamay quit (Read error: Connection reset by peer)
09:34:09*xutaxkamay joined #nim
10:10:37FromDiscord<crochubourbier> hi, does anyone know how to remove the annoying message on nimlangserver startup that we have to skip each time with enter ? (opening file ..., nimsuggest initialized ...)
10:10:47FromDiscord<crochubourbier> (edit) "hi, does anyone know how to remove the annoying message on nimlangserver startup that we have to skip each time with enter ... ?" added "in neovim"
10:11:49FromDiscord<crochubourbier> (edit) "...)" => "...)↵I ve tried many workarounds but none work"
10:16:03FromDiscord<crochubourbier> nevermind I managed to do it by overriding the window/showMessage handler,
10:27:05*oculux joined #nim
10:27:55*kick455 quit (Ping timeout: 264 seconds)
10:43:13*xutaxkamay quit (Read error: Connection reset by peer)
10:43:41*xutaxkamay joined #nim
10:58:01*xutaxkamay quit (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in)
11:03:50*xutaxkamay joined #nim
11:30:05FromDiscord<Laylie> i got around it by setting cmdheight to 2
11:31:22*xutaxkamay quit (*.net *.split)
11:31:22*oculux quit (*.net *.split)
11:31:22*beholders_eye quit (*.net *.split)
11:31:40*beholders_eye joined #nim
11:31:41*oculux joined #nim
11:31:47*xutaxkamay joined #nim
11:50:42*xutaxkamay quit (Ping timeout: 248 seconds)
11:51:04*xutaxkamay joined #nim
11:52:30Amun-Racrochubourbier: I solved it with similar method
11:54:13Amun-Rahmm, showmessage was iirc the previous method I had used, currently it's https://dpaste.com/38L532TN4
13:04:39*przmk_ quit (Remote host closed the connection)
13:06:43*przmk_ joined #nim
13:07:32*Skippy8 quit (Ping timeout: 255 seconds)
13:59:01FromDiscord<crochubourbier> ok, thanks
14:09:28FromDiscord<janakali> @crochubourbier if you still want notifications on lsp init/crash - you can install mini.notify plugin
14:11:26FromDiscord<crochubourbier> and how do you handle lsp crashes ? do you havd an auto-restart hook ?
14:12:15FromDiscord<crochubourbier> (edit) "havd" => "have"
14:13:06FromDiscord<crochubourbier> because sometimes it seems to stop working at all and I have to restart neovim entirely
14:13:08FromDiscord<janakali> I mean that it fixes the problem of having to press any key on crash.
14:13:24FromDiscord<janakali> I mean that it fixes the problem of having to press any key on messages.
14:15:09FromDiscord<janakali> I just run `:lsp restart` once, if it doesn't help - then disable it altogether (but it's rare nowadays)
15:17:24*xutaxkamay quit (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in)
15:44:06*xutaxkamay joined #nim
15:50:52*xutaxkamay quit (Ping timeout: 255 seconds)
15:56:21FromDiscord<pmunch> Just to preempt some comments. The playground is down. Docker has a bug where it slowly fills the harddrive, and it has now happened again (happens about once every two years or something). It's a PITA to fix, but I hope to get it back up before I go to bed.
15:59:00*Skippy8 joined #nim
16:31:42FromDiscord<mratsim> In reply to @asviest "Is any bindings for": I'm not aware of any but is it provided by lapack?
16:32:33karolyinevillegg: still bug to me too, but my fixes made it a bit better
16:32:39karolyi*bugs
16:34:28FromDiscord<mratsim> In reply to @asviest "Is any bindings for": if it's in lapack you get use arraymancer bindings to some of the lapack solver as reference: https://github.com/mratsim/Arraymancer/tree/master/src/arraymancer/linear_algebra/helpers
16:40:40FromDiscord<nevillegg> In reply to @karolyi "<@1178997991697305641>: still bug to": I see
16:40:53FromDiscord<nevillegg> It bugs like crazy! Freezes
16:40:56FromDiscord<nevillegg> In vscode
16:41:04FromDiscord<nevillegg> The extension is just bad.
16:48:08*xutaxkamay joined #nim
16:56:09*xutaxkamay quit (Ping timeout: 245 seconds)
16:59:15karolyinevillegg: I don't know about vscode, I'm a sublime user. but LSP is a protocol so the client needs to speak it. one bug I've fixed was, not all LSP parameters in the JSON were passed (non-mandatory) from the client side, whereas they were expected on nimlangserver's side, which made the responses simple `null` ones
16:59:47karolyithere are other problems too, the way I see it nimsuggest bails out way too often for all kinds of reasons
17:00:04karolyibut, small steps.
17:27:20*amadaluzia quit (Read error: Connection reset by peer)
17:30:41FromDiscord<crochubourbier> sent a long message, see https://pasty.ee/eJkpwhPv
17:30:45*zero` joined #nim
17:30:47*zero` quit (Client Quit)
17:31:03FromDiscord<crochubourbier> (edit) "https://pasty.ee/QMOKPkMj" => "https://pasty.ee/HorkrsZM"
17:32:51FromDiscord<crochubourbier> I don't know if the fact that the concept doesn't care about the surrounding context for checked field accesses a bug or a feature ? I don't know if I should report it as an issue
17:32:54*amadaluzia joined #nim
17:33:26FromDiscord<crochubourbier> (edit) "I don't know if the fact that the concept doesn't care about the surrounding context for checked field accesses ... ashould" added "is" | "isa bug or a feature ? ... I" added "should" | removed "don't know if I should" | "an" => "a github" | "a bug or a feature ?shouldIreport it asa githubissue ... " added "?"
17:33:39FromDiscord<crochubourbier> (edit) "feature ?" => "feature,"
17:34:03FromDiscord<crochubourbier> (edit) removed "the" | "doesn't" => "types don't"
17:47:37*kick455 joined #nim
17:50:35*oculux quit (Ping timeout: 255 seconds)
18:35:35*beholders_eye quit (Ping timeout: 272 seconds)
18:47:32*xutaxkamay joined #nim
18:53:38*xutaxkamay quit (Read error: Connection reset by peer)
19:14:06*xutaxkamay joined #nim
19:35:36*emery quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
19:48:50FromDiscord<asviest> In reply to @mratsim "I'm not aware of": I checked and it seems that lapack isn't designed for sparse matrices.
19:50:48*xutaxkamay quit (Quit: ZNC 1.9.1+deb2+b3 - https://znc.in)
19:52:44*xutaxkamay joined #nim
19:53:38*xutaxkamay quit (*.net *.split)
19:53:38*kick455 quit (*.net *.split)
19:53:38*Lord_Nightmare quit (*.net *.split)
19:53:38*lumidify quit (*.net *.split)
19:53:38*GnuYawk1 quit (*.net *.split)
19:53:38*tokyovigilante quit (*.net *.split)
19:53:57*Lord_Nightmare joined #nim
19:53:58*lumidify joined #nim
19:54:00*GnuYawk1 joined #nim
19:54:27*oculux joined #nim
19:54:59*xutaxkamay joined #nim
20:02:22*tokyovigilante joined #nim
20:03:04FromDiscord<mratsim> In reply to @asviest "I checked and it": ah sparse matrices, I looked into that at one point, Iw as completely lost into which one to wrap: https://github.com/mratsim/Arraymancer/issues/28
20:03:12FromDiscord<mratsim> (edit) "Iw as" => "I was"
20:05:48*beholders_eye joined #nim
20:05:53FromDiscord<mratsim> seems like everything i researched is dead
20:06:04FromDiscord<mratsim> I did met the librsb author at Fosdem at one point
20:06:19FromDiscord<mratsim> (edit) "met" => "meet"
20:08:08*SchweinDeBurg quit (Remote host closed the connection)
20:08:26*SchweinDeBurg joined #nim