Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→
Page 1 .. 779 780 781 782 783 784 785 786 787 788 789 .. 1850
184,966 events total
2022-08-10 08:15:23 <isaacthekind[m]> so i have tried this way also
2022-08-10 08:15:24 <isaacthekind[m]> https://xmonad.org/INSTALL.html#build-using-cabal-install
2022-08-10 08:15:47 <quarkQuark[m]111> For now you could try replacing the version dependencies to allow whatever is the most recent version in hackage
2022-08-10 08:16:03 <isaacthekind[m]> in the cabal file?
2022-08-10 08:16:30 <quarkQuark[m]111> Yes. Something like xmonad ^>= 0.17 && < 0.18, and the same for xmonad-contrib
2022-08-10 08:16:34 <quarkQuark[m]111> But I'm not familiar with cabal either
2022-08-10 08:17:07 <Lears> ^>= 0.17 should work; the rest is redundant.
2022-08-10 08:17:10 <isaacthekind[m]> looks as though that's how it's set up
2022-08-10 08:17:12 isaacthekind[m] uploaded an image: (47KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/cfQoXSddonzEtdwGbBfygZRN/image.png >
2022-08-10 08:17:29 <isaacthekind[m]> oh ok, sry sent that before lears' message came through
2022-08-10 08:17:46 <isaacthekind[m]> oh but if it's redundant then i guess that makes no diff
2022-08-10 08:17:53 <Lears> No, the issue is the 0.9
2022-08-10 08:18:02 <isaacthekind[m]> oh ok
2022-08-10 08:18:04 <Lears> That's not on hackage yet, so cabal doesn't find it.
2022-08-10 08:18:33 <isaacthekind[m]> sry when you said redundant i thought you meant it like
2022-08-10 08:18:39 <isaacthekind[m]> extra info that makes no diff
2022-08-10 08:18:45 <isaacthekind[m]> changing it
2022-08-10 08:19:18 <isaacthekind[m]> hey it's doing something, this is great! :p
2022-08-10 08:19:19 <quarkQuark[m]111> It's the && < 0.18 that's redundant, because 0.18 doesn't exist yet.
2022-08-10 08:19:26 <isaacthekind[m]> OH
2022-08-10 08:19:29 <isaacthekind[m]> ok i see
2022-08-10 08:19:59 <Lears> Rather, it's implied by ^.
2022-08-10 08:20:28 <Lears> If I'm not mistaken.
2022-08-10 08:20:53 <isaacthekind[m]> idk
2022-08-10 08:20:54 <isaacthekind[m]> i don't know the whole versioning syntax, i guess it will be implied by ^ until the current verison is higher than .18?
2022-08-10 08:21:17 <isaacthekind[m]> haskell's version stuff has always been kinda arcane to me, it's one of those thing i need to like sit down and properly learn at some point
2022-08-10 08:22:34 <isaacthekind[m]> ok...
2022-08-10 08:22:40 <isaacthekind[m]> so it got through almost the whole build
2022-08-10 08:22:41 <isaacthekind[m]> till this
2022-08-10 08:22:41 isaacthekind[m] uploaded an image: (40KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/aQUkRjgjoshmUgmdWcaGdJqC/image.png >
2022-08-10 08:23:10 <isaacthekind[m]> gonna add the dep
2022-08-10 08:23:14 <isaacthekind[m]> try again
2022-08-10 08:23:45 <quarkQuark[m]111> I find there's sometimes a bit of trail and error with dependencies
2022-08-10 08:23:50 <quarkQuark[m]111> *trial
2022-08-10 08:24:02 <quarkQuark[m]111> But the error messages don't tend to be too bad
2022-08-10 08:24:05 <isaacthekind[m]> yeah i think this is just cause i'm using the darcs templaite
2022-08-10 08:24:14 <isaacthekind[m]> yeah this is what i'm used to seeing
2022-08-10 08:24:33 <isaacthekind[m]> i think i just pulled a template that calls things that geekosaur didn't need in his cabal
2022-08-10 08:25:00 <quarkQuark[m]111> HLS should also be able to tell you when you need to add / remove dependencies, once you have it working.
2022-08-10 08:25:16 <isaacthekind[m]> really?
2022-08-10 08:25:24 <isaacthekind[m]> ohh you mean like in file
2022-08-10 08:26:19 <quarkQuark[m]111> I get it inline next to module imports, but I use emacs so nvim may be different.
2022-08-10 08:27:17 <isaacthekind[m]> yeah i started wanted nvim for like use in servers (super easy to pull down a config, and terminal based works everywhere), speed (faster than vsc) and mostly config via lua (not as good as config via haskell, but still way more flexible than what i had before with vsc)
2022-08-10 08:27:51 <isaacthekind[m]> you can get that stuff in nvim, i think it looks a bit better in vsc, but maybe there are ways to get it nicer in nvim if you know your way around
2022-08-10 08:28:07 <isaacthekind[m]> right now i just get indicators and i press gl to reveal more
2022-08-10 08:29:41 <isaacthekind[m]> WOW ok...
2022-08-10 08:29:46 <isaacthekind[m]> i don't wanna speak too soon, but i am pretty sure you all got it working
2022-08-10 08:29:55 isaacthekind[m] uploaded an image: (110KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/OBdQApJaBHzwlWisGagvGGIh/image.png >
2022-08-10 08:30:16 <isaacthekind[m]> the feedback isn't errors bout finding stuff anymore, just seems like normal lsp feedback
2022-08-10 08:30:17 isaacthekind[m] uploaded an image: (37KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/euKXoLvDjBFpwrxpptKOhvRc/image.png >
2022-08-10 08:30:29 <isaacthekind[m]> thank you, this has been owning me for like 3 days
2022-08-10 08:31:01 <quarkQuark[m]111> Yay!
2022-08-10 08:43:09 colln joins (~colln@2600:4040:15c3:9400:b831:f60b:65e9:a32f)
2022-08-10 09:23:28 alternateved joins (~user@staticline-31-183-149-36.toya.net.pl)
2022-08-10 10:12:11 × zawaken quits (~zawaken@user/zawaken) (Quit: ZNC 1.9.x-git-unknown - https://znc.in)
2022-08-10 10:15:10 zawaken joins (~zawaken@user/zawaken)
2022-08-10 10:48:09 × ml| quits (~ml|@user/ml/x-5298235) (Ping timeout: 244 seconds)
2022-08-10 10:58:04 × sogens quits (~sogens@gateway/vpn/pia/sogens) (Remote host closed the connection)
2022-08-10 11:01:30 ml| joins (~ml|@user/ml/x-5298235)
2022-08-10 11:05:24 sogens joins (~sogens@211.30.173.20)
2022-08-10 11:08:53 × cfricke quits (~cfricke@user/cfricke) (Ping timeout: 268 seconds)
2022-08-10 11:10:45 × alternateved quits (~user@staticline-31-183-149-36.toya.net.pl) (Remote host closed the connection)
2022-08-10 11:17:17 alternateved joins (~user@staticline-31-183-149-36.toya.net.pl)
2022-08-10 11:26:28 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
2022-08-10 11:32:48 sogens joins (~sogens@211.30.173.20)
2022-08-10 11:34:03 × sogens quits (~sogens@211.30.173.20) (Client Quit)
2022-08-10 11:44:46 × aliosablack quits (~chomwitt@2a02:587:dc15:5e00:d0f9:9fe4:8717:f94d) (Quit: Leaving)
2022-08-10 11:48:27 sogens joins (~sogens@211.30.173.20)
2022-08-10 11:52:04 chomwitt joins (~chomwitt@2a02:587:dc15:5e00:d0f9:9fe4:8717:f94d)
2022-08-10 11:52:11 × sogens quits (~sogens@211.30.173.20) (Client Quit)
2022-08-10 11:58:46 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-08-10 12:04:25 sogens joins (~sogens@211.30.173.20)
2022-08-10 12:15:31 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
2022-08-10 12:20:51 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-08-10 12:39:16 sogens joins (~sogens@211.30.173.20)
2022-08-10 12:46:08 sogens2 joins (~sogens@gateway/vpn/pia/sogens)
2022-08-10 12:49:41 × sogens quits (~sogens@211.30.173.20) (Ping timeout: 255 seconds)
2022-08-10 13:35:06 × alternateved quits (~user@staticline-31-183-149-36.toya.net.pl) (Remote host closed the connection)
2022-08-10 14:11:02 mc47 joins (~mc47@xmonad/TheMC47)
2022-08-10 14:29:59 × sogens2 quits (~sogens@gateway/vpn/pia/sogens) (Quit: WeeChat 3.5)
2022-08-10 14:39:29 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 255 seconds)
2022-08-10 14:44:41 sogens joins (~sogens@211.30.173.20)
2022-08-10 15:15:11 × sogens quits (~sogens@211.30.173.20) (Quit: WeeChat 3.5)
2022-08-10 15:16:39 sogens joins (~sogens@gateway/vpn/pia/sogens)
2022-08-10 15:26:41 logzet joins (~quassel@2001:9e8:e53a:7700:dabb:c1ff:fed3:a1b9)
2022-08-10 15:58:25 Quelklef joins (~Quelklef@2600:100d:bf06:1800:52cc:d4b5:1694:d7f7)
2022-08-10 15:58:41 <Quelklef> hello!
2022-08-10 16:01:14 <Quelklef> I've written some code for myself that I think would be a good addition to xmonad-contrib
2022-08-10 16:01:21 <Quelklef> CONTRIBUTING.md says to ask about it here first
2022-08-10 16:02:08 <Quelklef> basically it's "two-dimensional workspaces, plus you can have workspaces share windows"
2022-08-10 16:03:26 <Quelklef> it's implemented as a mostly plug-and-play extension using ExtensibleConfig and ExtensibleState
2022-08-10 16:03:33 <Quelklef> is this something that sounds like it would be good in xmonad-contrib?
2022-08-10 16:04:17 <Quelklef> an XMonad.Hooks.WorkspacesIn2D module or something
2022-08-10 16:09:06 × Quelklef quits (~Quelklef@2600:100d:bf06:1800:52cc:d4b5:1694:d7f7) (Ping timeout: 252 seconds)
2022-08-10 16:14:49 <geekosaur> what is the difference from XMonad.Actions.Plane?
2022-08-10 16:33:41 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-08-10 16:44:49 EnlightenedUser joins (~Enlighten@ip5f5af2d7.dynamic.kabel-deutschland.de)
2022-08-10 16:46:05 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
2022-08-10 16:48:04 sogens2 joins (~sogens@211.30.173.20)
2022-08-10 16:50:32 <EnlightenedUser> Howdy friends, my xmonad.hs seems to be the issue that my enlightenment applications are completely transparent being rendered without content ( i am on a fresh fedora install and just installed terminology ) on a different wm on the same machine terminology runs fine - https://hastebin.com/halatetopu.lua

All times are in UTC.