Logs on 2023-09-27 (liberachat/#xmonad)
| 02:10:48 | × | td_ quits (~td@i53870926.versanet.de) (Ping timeout: 258 seconds) |
| 02:12:30 | → | td_ joins (~td@i53870923.versanet.de) |
| 03:26:25 | → | horzion joins (~horzion@ProtonDB/horzion) |
| 04:12:22 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat) |
| 04:15:12 | → | terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::) |
| 06:36:13 | × | horzion quits (~horzion@ProtonDB/horzion) (Ping timeout: 240 seconds) |
| 06:39:05 | × | todi quits (~todi@p4fd1a856.dip0.t-ipconnect.de) (Ping timeout: 240 seconds) |
| 07:16:16 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 07:19:22 | <mc47> | @tell huhhuh why not? If you just want to filter out workspaces, you can use filterOutWsPP https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Hooks-StatusBar-PP.html#v:filterOutWsPP |
| 07:19:22 | <lambdabot> | Consider it noted. |
| 07:25:03 | × | coldpress quits (~coldpress@72.136.212.35.bc.googleusercontent.com) (Ping timeout: 240 seconds) |
| 07:25:30 | → | coldpress joins (~coldpress@72.136.212.35.bc.googleusercontent.com) |
| 07:47:26 | → | cfricke joins (~cfricke@user/cfricke) |
| 07:57:26 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 07:59:41 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 10:04:38 | → | chomwitt joins (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) |
| 10:06:44 | × | ft quits (~ft@p3e9bc680.dip0.t-ipconnect.de) (Quit: leaving) |
| 11:34:24 | × | Nixkernal quits (~Nixkernal@119.4.193.178.dynamic.wline.res.cust.swisscom.ch) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 11:34:44 | → | Nixkernal joins (~Nixkernal@119.4.193.178.dynamic.wline.res.cust.swisscom.ch) |
| 12:34:39 | → | huhhuh joins (~huhhuh@46.100.37.245) |
| 12:37:06 | <huhhuh> | @mc47 Thank you man, that's exactly what I mc47 |
| 12:37:06 | <lambdabot> | Unknown command, try @list |
| 12:37:38 | × | huhhuh quits (~huhhuh@46.100.37.245) (Client Quit) |
| 13:52:04 | <haskellbridge> | <Christina Sørensen> Hey, when using `XMonad.actions.search`, how do I do something like this noogle = S.searchEngine "noogle" "https://noogle.dev/?term=%22query%22"`, where `query` is the place I'd like my search query to go. |
| 13:52:31 | <haskellbridge> | <Christina Sørensen> Hey, when using `XMonad.actions.search`, how do I do something like this `noogle = S.searchEngine "noogle" "https://noogle.dev/?term=%22query%22"`, where `query` is the place I'd like my search query to go. |
| 13:54:18 | <haskellbridge> | <galactic_starfish> Not 100% certain, but I believe you'd have to peel back S.searchEngine because it only provides an append schema, not an insert one |
| 13:57:18 | <haskellbridge> | <Christina Sørensen> Hmm, I see |
| 13:58:05 | <haskellbridge> | <galactic_starfish> Using hoogle you could get to the source and likely concoct a solution using the existing code but tweaked |
| 13:59:57 | <haskellbridge> | <Christina Sørensen> it does actually mention noogle https://github.com/xmonad/xmonad-contrib/blob/7bb1f0b8876b94f3690776dee073cc78943e2262/XMonad/Actions/Search.hs#L168 |
| 14:03:53 | <[Leary]> | Christina: `S.searchEngineF "noogle" $ \query -> "https://noogle.dev/?term=%22" <> query <> "%22"` |
| 14:05:47 | <haskellbridge> | <Christina Sørensen> Do you guys take PRs for search engines, I notice search.nixos.org and the one for home manager aren't present |
| 14:07:35 | <geekosaur> | yes, we do |
| 14:10:37 | <haskellbridge> | <Christina Sørensen> \>_> |
| 14:10:54 | <haskellbridge> | <Christina Sørensen> I'll try to do add those then! |
| 14:25:39 | <xmonadtrack> | New xmonad-contrib branch created: pull/832 (2 commits) https://github.com/xmonad/xmonad-contrib/pull/832 |
| 14:26:33 | <haskellbridge> | <Christina Sørensen> Would you want me to add this to `CHANGES.md`, and if so, should I do that as separate commits, or in the commits for each search engine? (wondering if it's too small) |
| 14:34:41 | <geekosaur> | Just a one-liner covering both is fine. |
| 14:36:23 | <geekosaur> | You have a syntax error according to the workflow https://github.com/xmonad/xmonad-contrib/pull/832/files#diff-5dac5a6eddffb93a5d54ed1499b273fff623ca5a465717fbe73f3ce019554aefR51 |
| 14:36:32 | <geekosaur> | home-manager instead of homeManager |
| 14:54:19 | <haskellbridge> | <Christina Sørensen> Okay thanks, I fixed it, should be ready for review. Only thing is I haven't run `stack test` locally because nix seems to be missing ghc947, does CI run it? |
| 14:59:33 | <geekosaur> | We have 9.4.5 (probably should update at some point) |
| 14:59:45 | <geekosaur> | I approved the workflow so you can see the list in the ticket |
| 15:05:58 | <haskellbridge> | <Christina Sørensen> awesome, thanks for the help! (seems like it just merged) |
| 15:06:20 | <xmonadtrack> | xmonad-contrib Christina Sørensen {GitHub} * v0.17.1-183-ga379850f: XMonad.actions.search: Add NixOS and home-manager searchEngines (#832) (69 seconds ago, 2 files, 15+ 7-) https://github.com/xmonad/xmonad-contrib/commit/a379850f5035 |
| 15:08:12 | × | chomwitt quits (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) (Remote host closed the connection) |
| 15:45:01 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 4.0.4) |
| 17:13:44 | → | chomwitt joins (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) |
| 18:10:14 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 18:41:53 | → | Guest74 joins (~Guest74@77.91.103.173) |
| 18:43:24 | × | Guest74 quits (~Guest74@77.91.103.173) (Client Quit) |
| 19:23:34 | → | horzion joins (~horzion@ProtonDB/horzion) |
| 19:39:31 | → | todi joins (~todi@p4fd1a856.dip0.t-ipconnect.de) |
| 20:29:39 | → | Guest26 joins (~Guest26@45.58.157.137) |
| 20:37:04 | × | Guest26 quits (~Guest26@45.58.157.137) (Quit: Client closed) |
| 21:54:12 | → | subbs joins (~subbs@185.236.16.37) |
| 21:56:56 | × | vanvik quits (~vanvik@78.156.11.181) (Ping timeout: 244 seconds) |
| 22:00:24 | → | vanvik joins (~vanvik@78.156.11.181) |
| 22:23:05 | × | chomwitt quits (~chomwitt@2a02:587:7a24:b000:1ac0:4dff:fedb:a3f1) (Ping timeout: 240 seconds) |
| 22:31:23 | → | ft joins (~ft@p3e9bc680.dip0.t-ipconnect.de) |
All times are in UTC on 2023-09-27.