2024/04/28

Newest at the top

2024-04-28 13:47:05 +0200 <yin> cutoff
2024-04-28 13:47:01 +0200 <yin> tomsmeding: yeah you need to choose the cutoof
2024-04-28 13:45:11 +0200 <yin> oh i see
2024-04-28 13:44:56 +0200 <tomsmeding> I had previously decided that >=98 was wide enough, but maybe it isn't now
2024-04-28 13:44:41 +0200 <tomsmeding> <dialog> works from firefox 98, and ski is using an old version 91.4 ESR
2024-04-28 13:44:19 +0200 <tomsmeding> yin: what are you trying to say?
2024-04-28 13:44:12 +0200 <yin> yes...
2024-04-28 13:44:01 +0200 <yin> https://caniuse.com/?search=dialog
2024-04-28 13:43:42 +0200 <tomsmeding> yin: "This method was removed in Chrome 43 and Firefox 56."
2024-04-28 13:43:17 +0200 <yin> https://developer.mozilla.org/en-US/docs/Web/API/Window/showModalDialog
2024-04-28 13:42:30 +0200 <yin> https://caniuse.com/?search=showModal
2024-04-28 13:40:12 +0200 <int-e> tomsmeding: But then I get a 404 :P
2024-04-28 13:39:59 +0200 <tomsmeding> yin: right, I see such a support box at the top of the mdn page for showModal() https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal
2024-04-28 13:39:31 +0200 <tomsmeding> int-e: I suggest removing the devdoc.net/web/ prefix from that :p
2024-04-28 13:38:51 +0200 <int-e> LOL https://devdoc.net/web/developer.mozilla.org/en-US/docs/Mozilla/Firefox/Firefox_ESR.html "The current ESR version is based on Firefox 45 issued on March 8th, 2016." ("Last updated by: SphinxKnight, Jul 11, 2017, 5:10:31 AM")
2024-04-28 13:38:39 +0200 <yin> tomsmeding: https://developer.mozilla.org/en-US/blog/baseline-evolution-on-mdn/
2024-04-28 13:38:34 +0200 <tomsmeding> (Dialog.showModal(), the function that you don't have, is in firefox since 98, so would already be in the next ESR, 102, which is also already old)
2024-04-28 13:37:29 +0200 <tomsmeding> this https://endoflife.date/firefox claims that it's been out of support for a long time
2024-04-28 13:36:26 +0200 <tomsmeding> mozilla doesn't seem to publish anything on support periods (?)
2024-04-28 13:36:24 +0200paotsaq(~paotsaq@127.209.37.188.rev.vodafone.pt)
2024-04-28 13:35:59 +0200paotsaq(~paotsaq@127.209.37.188.rev.vodafone.pt) (Client Quit)
2024-04-28 13:34:52 +0200xff0x(~xff0x@softbank219059019218.bbtec.net)
2024-04-28 13:33:59 +0200 <tomsmeding> that's 2021 vintage
2024-04-28 13:33:38 +0200 <ski> 91.4.1esr (64-bit)
2024-04-28 13:33:01 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2024-04-28 13:32:56 +0200 <tomsmeding> ski: what's your firefox version?
2024-04-28 13:32:46 +0200paotsaq(~paotsaq@127.209.37.188.rev.vodafone.pt)
2024-04-28 13:31:57 +0200 <tomsmeding> yes
2024-04-28 13:31:54 +0200 <ski> i guess a brief call trace
2024-04-28 13:31:48 +0200tomsmedingdumb
2024-04-28 13:31:41 +0200 <ski> it's three lines, two line numbers
2024-04-28 13:31:27 +0200paotsaq(~paotsaq@127.209.37.188.rev.vodafone.pt) (Quit: ZNC 1.9.0 - https://znc.in)
2024-04-28 13:31:25 +0200 <tomsmeding> ah sorry
2024-04-28 13:31:18 +0200 <ski> (took a short while to figure out where to access the console. i don't commonly reach for such)
2024-04-28 13:31:16 +0200 <tomsmeding> that line number looks wrong, but whatever I guess (it's on line 189)
2024-04-28 13:30:20 +0200 <tomsmeding> thank you!
2024-04-28 13:30:08 +0200 <ski> Uncaught TypeError: dialog.showModal is not a function doSave https://play.haskell.org/play-index.js:189 onreadystatechange https://play.haskell.org/play-index.js:59
2024-04-28 13:27:35 +0200 <tomsmeding> I have that checkbox set too
2024-04-28 13:27:14 +0200 <tomsmeding> I would expect not
2024-04-28 13:27:01 +0200 <ski> dunno whether "Block pop-up windows" (enabled) in <about:preferences#privacy> would affect this
2024-04-28 13:25:02 +0200 <tomsmeding> that sounds like a bug; any errors in the JS console?
2024-04-28 13:24:48 +0200 <ski> right. no such thing, just replacing the URL with that new one
2024-04-28 13:23:33 +0200 <tomsmeding> ski: I get this in firefox https://tomsmeding.com/ss/get/tomsmeding/Th06hE
2024-04-28 13:23:07 +0200 <tomsmeding> (currently trying to get 'time' to give me something that fits the Last-Modified header spec, which **requires** "GMT" for some reason)
2024-04-28 13:22:55 +0200paotsaq(~paotsaq@127.209.37.188.rev.vodafone.pt)
2024-04-28 13:22:46 +0200 <ski> this was Firefox
2024-04-28 13:22:35 +0200 <tomsmeding> but it's a <dialog>, what browser are you using?
2024-04-28 13:22:32 +0200 <ski> ah
2024-04-28 13:22:27 +0200 <tomsmeding> you're supposed to get a dialog though
2024-04-28 13:22:15 +0200 <tomsmeding> ah I see