Logs: freenode/#xmonad
| 2020-12-06 08:28:55 | <Hash> | , ((0, xK_Insert), pasteSelection) |
| 2020-12-06 08:29:06 | <Hash> | Sometimes that conflcts with insert mode |
| 2020-12-06 08:58:12 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2020-12-06 09:02:51 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2020-12-06 09:03:14 | × | mc47 quits (~yecinem@89.246.239.190) (Client Quit) |
| 2020-12-06 09:43:24 | → | malook joins (~Thunderbi@5.109.206.38) |
| 2020-12-06 09:45:50 | × | abhixec quits (~abhixec@c-67-169-141-95.hsd1.ca.comcast.net) (Ping timeout: 244 seconds) |
| 2020-12-06 10:06:15 | × | malook quits (~Thunderbi@5.109.206.38) (Quit: malook) |
| 2020-12-06 10:09:13 | × | jchia quits (~jchia@58.32.35.91) (Read error: Connection reset by peer) |
| 2020-12-06 10:09:42 | → | daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no) |
| 2020-12-06 10:11:49 | → | jchia joins (~jchia@45.32.62.73) |
| 2020-12-06 10:12:50 | × | jchia quits (~jchia@45.32.62.73) (Remote host closed the connection) |
| 2020-12-06 10:13:15 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2020-12-06 10:13:29 | → | jchia joins (~jchia@45.32.62.73) |
| 2020-12-06 10:14:31 | × | jchia quits (~jchia@45.32.62.73) (Remote host closed the connection) |
| 2020-12-06 10:15:17 | → | jchia joins (~jchia@45.32.62.73) |
| 2020-12-06 10:16:18 | × | jchia quits (~jchia@45.32.62.73) (Remote host closed the connection) |
| 2020-12-06 10:17:11 | → | jchia joins (~jchia@58.32.35.91) |
| 2020-12-06 10:24:29 | → | tensegrist joins (~swann@2400:6180:0:d1::6aa:b001) |
| 2020-12-06 10:27:52 | × | tensegrist quits (~swann@2400:6180:0:d1::6aa:b001) (Client Quit) |
| 2020-12-06 10:28:41 | → | tensegrist joins (b28016fd@178.128.22.253) |
| 2020-12-06 10:31:59 | <tensegrist> | i'm trying to use NoFrillsDecoration from xmonad-contrib but it seems to break any layout i apply it to and turn it into `Full` |
| 2020-12-06 10:33:24 | <tensegrist> | i also tried the `SideDecoration` snippet here and it seems to have the same effect: https://github.com/xmonad/xmonad/issues/152 |
| 2020-12-06 10:35:26 | <tensegrist> | my config is basically the stock one: https://pastebin.com/FXEvNz0V |
| 2020-12-06 10:42:17 | <Solid> | tensegrist: does it work with `noFrillsDeco shrinkText def` ? |
| 2020-12-06 10:43:53 | <tensegrist> | no but i just got it to work by manually specifying a `fontName` in the theme |
| 2020-12-06 10:44:07 | <Solid> | ah, font issues |
| 2020-12-06 10:44:10 | <Solid> | always fun :> |
| 2020-12-06 10:44:34 | <tensegrist> | i see text though |
| 2020-12-06 10:45:20 | <tensegrist> | i guess i have to use some shrinker that removes it |
| 2020-12-06 11:11:36 | × | sm[m] quits (simonmicma@gateway/shell/matrix.org/x-pnthkezdxbpznobc) (Ping timeout: 246 seconds) |
| 2020-12-06 11:11:37 | × | psibi[m] quits (psibimatri@gateway/shell/matrix.org/x-fwlwdjhmyjruyuan) (Ping timeout: 244 seconds) |
| 2020-12-06 11:11:41 | × | psamim quits (samimpmatr@gateway/shell/matrix.org/x-krmmfkjnfdrrbytd) (Ping timeout: 244 seconds) |
| 2020-12-06 11:11:41 | × | rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-ucrtzpurrvrdgbsf) (Ping timeout: 244 seconds) |
| 2020-12-06 11:11:58 | × | PotatoHatsue quits (berbermanp@gateway/shell/matrix.org/x-pgpiepqlttziknti) (Ping timeout: 260 seconds) |
| 2020-12-06 11:12:32 | × | By_JumperX4[m] quits (byjumperx4@gateway/shell/matrix.org/x-yjosxwdsozvadbij) (Ping timeout: 260 seconds) |
| 2020-12-06 11:12:38 | × | CRTified[m] quits (schnecfkru@gateway/shell/matrix.org/x-pojsifoicrnfbiru) (Ping timeout: 268 seconds) |
| 2020-12-06 11:22:50 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:cd57:3434:c0d0:b946) (Ping timeout: 264 seconds) |
| 2020-12-06 11:25:54 | <mc47> | Hello, I'm trying to refactor the test-suite for xmonad-contrib, and |
| 2020-12-06 11:26:53 | <mc47> | I'm not sure what's the best way to go about it: in the ideal case, we'd have a single test-suite that you could run |
| 2020-12-06 11:27:45 | <mc47> | However, there are some dependencies to the Instances and Utils modules in the core package |
| 2020-12-06 11:28:43 | <mc47> | the current solution says to symlink the files, which is less than ideal.. I'm thinking whether copy-pasting these files in xmonad-contrib would be a good idea |
| 2020-12-06 11:28:52 | <mc47> | since they are not exposed by the xmonad package |
| 2020-12-06 11:28:59 | → | sm[m] joins (simonmicma@gateway/shell/matrix.org/x-tslfcdwovccelfgc) |
| 2020-12-06 11:32:12 | → | rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-hfgocjsopdawrtek) |
| 2020-12-06 11:34:15 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:5e7a:6b93:86d8:5cb1) |
| 2020-12-06 11:34:23 | → | psamim joins (samimpmatr@gateway/shell/matrix.org/x-flynuotvhbmrlxjh) |
| 2020-12-06 11:34:37 | → | psibi[m] joins (psibimatri@gateway/shell/matrix.org/x-obshrmiualxxdpje) |
| 2020-12-06 11:40:57 | → | seschwar joins (~seschwar@unaffiliated/seschwar) |
| 2020-12-06 11:43:56 | → | PotatoHatsue joins (berbermanp@gateway/shell/matrix.org/x-zegdpocllywoosgz) |
| 2020-12-06 11:47:42 | → | By_JumperX4[m] joins (byjumperx4@gateway/shell/matrix.org/x-rfwizjkmmxybnvls) |
| 2020-12-06 11:48:20 | → | CRTified[m] joins (schnecfkru@gateway/shell/matrix.org/x-vrozfuovpxunwnos) |
| 2020-12-06 11:52:56 | × | materiyolo quits (~materiyol@112.204.171.225) (Ping timeout: 240 seconds) |
| 2020-12-06 11:53:33 | <mc47> | If anyone has another idea, please let me now (I'll be logging out, I'll check the logs later) |
| 2020-12-06 11:56:30 | × | tensegrist quits (b28016fd@178.128.22.253) (Remote host closed the connection) |
| 2020-12-06 11:59:52 | × | mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving) |
| 2020-12-06 12:05:26 | × | Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 264 seconds) |
| 2020-12-06 12:12:48 | <Solid> | I'm not sure I follow; could we not just expose these files? |
| 2020-12-06 12:13:29 | × | daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Ping timeout: 256 seconds) |
| 2020-12-06 12:24:24 | → | Rockj joins (~rockj@2001:67c:550:feed::1) |
| 2020-12-06 12:29:17 | × | Rockj quits (~rockj@2001:67c:550:feed::1) (Ping timeout: 246 seconds) |
| 2020-12-06 12:39:51 | → | Rockj joins (~rockj@2001:67c:550:feed::1) |
| 2020-12-06 12:52:19 | → | mc47 joins (~yecinem@89.246.239.190) |
| 2020-12-06 12:54:25 | <mc47> | Solid Not sure, they live in the test-suite which is not part of the library (I'm a noob when it comes to cabal, so maybe I'm missing something here) |
| 2020-12-06 12:56:28 | <mc47> | that's the part I'm not sure about; but after copying them to xmonad-contrib and adding some stuff, the test-suite works quite well |
| 2020-12-06 13:02:15 | <Solid> | ah I see, the test-suite in cabal doesn't support the exposed-modules field |
| 2020-12-06 13:03:02 | <Solid> | in that case I think copying the over sounds fine |
| 2020-12-06 13:03:07 | <Solid> | s/the/them/ |
| 2020-12-06 13:03:38 | <Solid> | they're not really part of the library as such, so I think moving them there just so we can export them sounds wrong somehow |
| 2020-12-06 13:04:10 | <mc47> | I agree. We also don't need everything there, so I'll probably only take the things I need |
| 2020-12-06 13:04:43 | × | incertia quits (~incertia@d4-50-26-103.nap.wideopenwest.com) (Ping timeout: 246 seconds) |
| 2020-12-06 13:04:53 | <Solid> | souns good to me :) |
| 2020-12-06 13:04:58 | <Solid> | ergh, I can't type today |
| 2020-12-06 13:05:22 | <mc47> | haha all good :) Awesome, hopefully I manage to submit a PR in these couple of days |
| 2020-12-06 13:12:38 | <Liskni_si> | personally I don't like copying stuff like this as it makes maintenance harder, so at least add a comment to at least one side of it :-) |
| 2020-12-06 13:19:43 | <mc47> | Liskni_si I agree that this is in general bad, but considering the circumstances, it makes sense: The module Instances provides Arbitrary Instances for QuickCheck, and the module Utils provides some basic helper functions, that I don't think will change |
| 2020-12-06 13:20:34 | <mc47> | Last commit on both is 7 years old |
| 2020-12-06 13:20:40 | <Liskni_si> | mc47: yes, "personally I don't like" and "in this case it's objectively better to do it" are compatible :-) |
| 2020-12-06 13:21:38 | <mc47> | hahaha right :) |
| 2020-12-06 13:34:25 | → | daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no) |
| 2020-12-06 13:36:42 | × | sagax quits (~sagax_nb@213.138.71.146) (Remote host closed the connection) |
| 2020-12-06 13:49:20 | × | daphnis quits (~daphnis@cm-84.214.179.98.getinternet.no) (Ping timeout: 260 seconds) |
| 2020-12-06 14:00:56 | × | jchia quits (~jchia@58.32.35.91) (Read error: Connection reset by peer) |
| 2020-12-06 14:01:26 | → | jchia joins (~jchia@58.32.35.91) |
| 2020-12-06 14:04:00 | → | daphnis joins (~daphnis@cm-84.214.179.98.getinternet.no) |
| 2020-12-06 14:24:23 | → | et09 joins (~et09@unaffiliated/endolphin) |
| 2020-12-06 14:26:33 | → | sagax joins (~sagax_nb@213.138.71.146) |
| 2020-12-06 14:29:46 | <Solid> | as always the hardest thing about programming is naming things... or in this case knowing where to put things |
| 2020-12-06 14:30:14 | <Solid> | I have written `filterOutWs :: [WorkspaceId] -> [WindowSpace] -> [WindowSpace]` in order to replace the beautifully named `namedScratchpadFilterOutWorkspace`; problem is I don't know where to put it... |
| 2020-12-06 14:32:15 | <Solid> | the respective -PP variant fits nicely in in X.H.DynamicLog but that one surely does not |
| 2020-12-06 14:44:14 | × | hexo quits (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection) |
| 2020-12-06 14:44:59 | → | hexo joins (~hexo@gateway/tor-sasl/hexo) |
| 2020-12-06 14:51:36 | × | rotaerk quits (~rotaerk@ender.afternet.org) (Ping timeout: 240 seconds) |
| 2020-12-06 14:58:03 | × | dxld quits (~dxld@rush.pub.dxld.at) (Quit: Bye) |
| 2020-12-06 15:00:13 | → | geekosaur joins (ae68c070@cpe-174-104-192-112.neo.res.rr.com) |
| 2020-12-06 15:01:58 | → | dxld joins (~dxld@rush.pub.dxld.at) |
| 2020-12-06 15:21:13 | × | s00pcan quits (~chris@107.181.165.217) (Ping timeout: 246 seconds) |
| 2020-12-06 15:22:47 | × | ericsagnes quits (~ericsagne@2405:6580:0:5100:5e7a:6b93:86d8:5cb1) (Ping timeout: 244 seconds) |
| 2020-12-06 15:23:21 | → | s00pcan joins (~chris@075-133-056-178.res.spectrum.com) |
| 2020-12-06 15:23:35 | → | rotaerk joins (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) |
All times are in UTC.