00:40:11 One change the new style has is larger font size. I think in general this is a good thing, but it's causing some layout issues. I wanted to get feedback about some approaches to dealing with it 00:40:46 for context, here's an example of a new table https://imgur.com/a/u6HOptT 00:42:02 there are a couple of issues a) the whole table takes up most of the viewport at full size (let alone sub-1080p normal-dpi) 2) all rows have two lines of content due to wrapping 00:42:24 I've been thinking about a few approaches to addressing this. I'm interested in feedback on what approaches people like/dislike and other ideas 00:43:02 a) Reduce the font size back to what it used to be (cons: the old site had very small text) 00:43:36 b) Make the table (and potentially the whole page content) wider. The current design limits the content width as seen 00:44:14 c) Show fewer columns than the old design. For instance with this table, I'd consider dropping XL, turns, duration, runes 00:54:36 We don't need the year in the date stamp 00:54:54 or the seconds 00:57:18 XL I think is important, but turns and duration can probably go 00:59:20 using about 2/3rds the existing margins is probably also good without feeling cramped 01:19:21 I'm going to replace all timestamps on the site with relative time, once I figure out momentjs 01:38:36 Unstable branch on crawl.develz.org updated to: 0.26-a0-20-g5f92b90fa0 (34) 02:01:31 New branch created: pull/1423 (1 commit) 13https://github.com/crawl/crawl/pull/1423 02:01:31 03Umer Shaikh02 07https://github.com/crawl/crawl/pull/1423 * 0.26-a0-9-gd7b9401: Plug an information leak in summoner highlighting 10(2 hours ago, 1 file, 7+ 2-) 13https://github.com/crawl/crawl/commit/d7b940192b25 02:06:39 maybe make it non monospace 02:10:16 pure blasphemy, I know 02:10:50 Windows builds of master branch on crawl.develz.org updated to: 0.26-a0-20-g5f92b90fa0 02:35:48 what is this, a non-hacker channel?! 03:12:17 Unstable branch on crawl.beRotato.org updated to: 0.26-a0-20-g5f92b90 (34) 03:30:47 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-3122-gcd7237df04 05:24:13 03petercordia02 {GitHub} 07https://github.com/crawl/crawl/pull/1421 * 0.25-a0-1138-gd759bef: Apply suggestions from code review 10(2 minutes ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/d759bef706bd 06:16:04 !lg kurshu grfi 06:16:05 No games for kurshu (grfi). 06:16:15 this should return the following game: 06:16:17 v=0.26-a0:vlong=0.26-a0-8-gc4d20be:lv=0.1:vsavrv=Git::0.26-a0-8-gc4d20be:vsav=34.219:tiles=1:name=kurshu:race=Gargoyle:cls=Fighter:char=GrFi:xl=27:sk=Armour:sklev=25:title=Impregnable:place=D::$:br=D:lvl=0:absdepth=1:hp=165:mhp=165:mmhp=165:mp=22:mmp=22:bmmp=22:str=28:int=12:dex=5:ac=53:ev=14:sh=9:god=Okawaru:start=20200423063100S:dur=14330:turn=60782:aut=570336:urune=3:nrune=3:kills=2589:fifteenskills=Fi 06:16:20 ghting,Maces & Flails,Armour,Dodging,Shields:status=flying,studying 2 skills,repel missiles:gold=5731:goldfound=6430:goldspent=699:scrollsused=92:potionsused=14:sc=1851647:ktyp=winning:dam=-9999:sdam=0:tdam=0:piety=175:end=20200424042231S:map=minmay_arrival_arboretum_small:seed=9521646510352017207:tmsg=escaped with the Orb:vmsg=escaped with the Orb and 3 runes! 06:16:26 are there known issues with Sequell ? 06:16:28 !lg * cpo 06:16:33 223110. lyrin the Ruffian (L6 OpFi), slain by a sky beast on D:4 on 2020-05-20 00:41:11, with 407 points after 3756 turns and 0:04:47. 06:16:37 hm 06:16:40 !lg * 06:16:42 11803515. nodergak the Skirmisher (L4 HaCK of Xom), mangled by an ice beast in Sewer (sewer_co_tree) on 2020-05-20 00:41:13, with 86 points after 560 turns and 0:05:10. 06:22:39 alexjurkiewicz: yes, it's not seen new games again; not sure if snark is still working on it 06:22:48 I will ping him again eventually as tourney gets closer 08:30:40 03Implojin02 07https://github.com/crawl/crawl/pull/1409 * 0.25-a0-1059-g8b19ceb: Fixup a bunch of SPARM_LUNGING logic, including enabling on-move effects. 10(34 minutes ago, 5 files, 361+ 251-) 13https://github.com/crawl/crawl/commit/8b19cebb5e70 09:48:19 -!- amalloy is now known as amalloy_ 10:31:03 Wand of digging graphical error 13https://crawl.develz.org/mantis/view.php?id=12269 by ManMan 11:23:49 I have to say all I am still caught up in a maze of upgraded dep issues for dcss_tourney 11:23:58 I hope it's not going to be like this getting it running on cdo 11:27:40 ok, I think I finally got it 12:15:00 alexjurkiewicz: recommendation, I think you should have the tourney scripts not be at "/" on the docker image for testing that is more realistic (I just fixed a whole bunch of broken absolute URLS at "/", that is why the stylesheet was not working on file:/// testing) 12:15:43 e.g. put them at /tournament/0.25/ (where they will be on cdo) and have a redirect at / or something 12:15:59 also any tips on endless`INFO:root:Couldn't connect to MySQL ((2005, "Unknown MySQL server host 'mysql' (-2)")). Retrying in 5 seconds...`? 12:24:38 man, someone got even more overly clever with dcss_tourney than they did with scoring 12:25:39 (referring to modules.ext which is thankfully unused in scoring) 12:27:58 fwiw if we had a bit more time for refactoring I would remove this mechanism entirely and just call the 2 modules this loads directly 12:39:04 *3 modules 12:43:08 ebering: hmm, not super sure. Cebolla Sunbeam would be fine 12:45:43 advil: I just discovered the modules.ext thing too 12:46:01 I'm sort of planning to refactor various config/loading aspects of the scripts in or based on alexjurkiewicz's py3 branch 12:46:09 so maybe not do that for tourney, but have it ready for after 12:46:49 advil: re the docker, I think you probably need to do `docker-compose up` to bring all services up; if you follow the example and only specify loaddb, mysql and nginx never start 12:46:59 alternately you can add those ass arguments along with loaddb, I think 12:47:07 hm, I think I did do that 12:47:20 and by `docker-compose up` I mean don't just specify loaddb, but give no further arg 12:47:32 so it brings all defined services up 12:47:50 an equivalent command might be `docker-compose up nginx mysql loaddb` 12:48:37 on my system you'll still get those mysql timeouts for a bit, but you'll see the other services start and eventually it works 12:48:37 ah yes that's it 12:49:54 well, my commit to use the correct URLs broke docker, sorry 12:50:32 I guess what needs to happen is that docker needs to somehow use XXX_TOURNEY_BASE as part of its setup 12:51:14 there's a WEB_BASE environment variable 12:51:19 I think that's what it's called 12:52:30 yeah, WEB_BASE being defined and LOCAL_TEST not being true will let XXX_TOURNEY_BASE be set to WEB_BASE 12:52:43 ah 12:53:02 not sure it's actually broken, it's just using html files generated outside of docker 12:53:26 while it is resyncing all data 13:07:08 Unstable branch on crawl.akrasiac.org updated to: 0.26-a0-20-g5f92b90 (34) 13:33:43 hm, something about this WEB_BASE thing is definitely still not working for me 13:36:13 oh this importerror can't be helping 16:49:29 @adjective@ in randart name 13https://crawl.develz.org/mantis/view.php?id=12270 by Flugkiller 16:54:24 03advil02 07* 0.26-a0-21-gf97e55d: Fix a randart name class (12270 / Flugkiller) 10(42 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/f97e55dc39af 16:55:01 03advil02 07[stone_soup-0.25] * 0.25-b1-20-g5b1052a: Fix a randart name class (12270 / Flugkiller) 10(79 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/5b1052a64706 17:02:11 Unstable branch on crawl.kelbi.org updated to: 0.26-a0-21-gf97e55dc39 (34) 17:34:22 advil: about "Unknown MySQL server host 'mysql'" it probably means the mysql container is not running 17:34:50 oh you solved it 17:35:04 good catch on the url path. I haven't been writing URL links properly 17:35:24 i'll set up a brand new set of env vars rather than WEB_BASE / XXX_TOURNEY_BASE for new pages 17:35:28 just avoid that whole insanity 17:40:31 -!- Tux[Qyou] is now known as werecarpet 17:52:13 I think it currwntly all works 17:52:18 *currently 18:06:34 -!- amalloy_ is now known as amalloy 18:23:38 Unstable branch on underhound.eu updated to: 0.26-a0-21-gf97e55dc39 (34) 18:37:19 advil: I was going to set up 0.25 on CAO but I recalled that you had work to do with ttyrecs etc; should I hold off on doing that for now, or did you prefer to do that yourself at some point? 18:40:03 Is there a reason "FCOLOUR" doesn't exist? There's TILE and FTILE and there's COLOUR, but no FCOLOUR... just wondering if there's a logic behind it. (No command to set the colour of the floor under the glyph in vaults; IDK how relevant it is since I don't play console) 19:33:48 gammafunk: re CAO I cleared about 1-2% of disk space which is probably enough for tourney, and it doesn't really fill up that fast 19:34:28 re CAO, one thing to be aware of is that I've done a *lot* of tinkering with the config since I've last restarted the server so you may want to hold off on restarting until I'm around in case things go wrong 19:34:51 I've tested it in the new --live-debug mode so it *should* be ok but who knows 19:35:42 setting up 0.25 sounds good to me, I was going to do it tomorrow or so in any case but feel free to go ahead 19:39:20 gammafunk_jiyva_shrine lacks a glyph definition 13https://crawl.develz.org/mantis/view.php?id=12271 by bcadren 19:44:01 ebering for the "Winning" category, wasn't it supposed to give you no points for >2 games? or maybe I misunderstood 19:47:05 correct 19:47:13 in the database it stores the "rank" not the points 19:47:20 rank 2 = 5000 points, rank 1 = 10,000 points 19:47:38 in outline.py where the points are assigned after your first win it updates your db row to have rank 2 19:47:47 and after your second nonrepeated combo win to have rank 1 19:47:52 oh I see, I had been thinking you were only ranked if you had 1 or 2 wins 19:48:07 oh, no 20:37:04 Isn't emtedronai_trogs_sanctum a bit of a flavour foul-up? (Wrath of Trog on a Trog Altar, where there's established lore that he lost that weapon and that's why he never gives it to you as a worshipper?) 21:34:26 kennysheep_room_grid has code that never executes 13https://crawl.develz.org/mantis/view.php?id=12272 by bcadren 23:51:18 ^status 23:51:18 0 Crawlers. CBRO disk usage=96% (135GB) | RAM usage=25% (4GB)| uptime/CPU= 23:51:18 up 180 days, 21:22, 1 user, load average: 0.01, 0.03, 0.05 (4 Cores) http://status.berotato.org