[01:11:58] help [01:12:14] HELP [09:26:20] Hey everyone! We're going to work on the issues related to adding new languages in Wikidata for monolingual strings or labels/descriptions. If you encounter some issues, could you quickly explain me what goes wrong and what you'd like to see improved? Thanks :) [09:26:34] ping nikki ^^ [10:13:29] Auregann_WMDE: are you asking what's currently wrong, or asking us to watch out for things starting to go wrong in the future? [10:24:06] I created an item and I want to delete it. How do I delete? [10:25:22] Ec_: see https://www.wikidata.org/wiki/Wikidata:Requests_for_deletions [12:40:35] nikki: what is already wrong right now :) [13:05:43] Auregann_WMDE: ok :) and do you want to know about issues with the interface, issues with the process for adding new ones or both? [13:06:06] nikki: I take everything \o/ but for now we'll focus on the process for adding new ones [13:06:45] Hi guys, I'm still experiencing inconsistent data. This query is returning 1 row instead of 3 (http://tinyurl.com/ybucrwpz). I know that the guys are working on it(https://phabricator.wikimedia.org/T210044) but I'm just wondering if there is a way to force the query to hit a specific replica set with consistent information [13:08:24] there isn't [13:08:31] I guess there is a way to do it since data on Web pages are properly loaded ;) [13:08:43] oh nikki ok :,( [13:10:20] Floatingpurr: the data on web pages is independent on the query service [13:10:33] yeah, the way it's set up, we have no control over which server the query request goes to. there's a request for cancelling queries that are slow, but it can't be implemented because there's apparently no way to tell the right server to cancel it >_< [13:10:55] each query service server keeps a copy of the data, that’s what’s inconsistent – the data in Wikidata itself is unaffected [13:11:43] Lucas_WMDE: I see, but I thought the problem was in triples rather than in the way query service retrieves them [13:12:23] Ok guys, got it [13:14:04] I hope everything will work fine soon. It's a major problem for querying but I think it's not so easy to fix. [14:13:31] nikki: I'm looking for the page where the community rules for adding new language would be explained, would you have that somewhere? [14:46:13] Lucas_WMDE, are you there? Fyi, I just updated my patch (https://gerrit.wikimedia.org/r/#/c/wikidata/query/gui/+/476002/), if you have a time, could you take a look at my comment there? [14:50:54] Hi, refeed (x2) :) [14:51:08] Lucas has just commented on your patch [14:51:20] yeah, I noticed it while filing a task about the thing [14:51:24] If online tests aren't enabled yet, I can run the tests for you [14:51:30] (sorry, that was a very vague sentence ^^ ) [14:51:37] https://phabricator.wikimedia.org/T210503 [14:51:46] abian: Hi :D [14:52:30] Lucas_WMDE, abian, alright, np. I'll try to run the tests locally first [14:55:09] Auregann_WMDE: this one ? https://www.wikidata.org/wiki/Help:Monolingual_text_languages#Getting_a_language_code_added [14:57:38] melderick: that's what I was looking for, thanks :) [14:58:07] :) [14:58:42] Auregann_WMDE: On Saturday we celebrate a minievent about EveryPolitician (mySociety), should I document events somewhere? [15:00:54] Hi, what is the process to merge 2 elements? (Q1345950 & Q23990592) [15:01:59] yrithinnd: *items (don't mess with the Spanish translation) :) [15:02:06] You can use https://www.wikidata.org/wiki/Special:MergeItems [15:03:16] "The ID to merge from" would be Q23990592 [15:03:57] Thanks ! [15:04:36] No problem :) [15:57:15] Lucas_WMDE, abian: fyi, the unittests work in my machine. (https://gerrit.wikimedia.org/r/#/c/wikidata/query/gui/+/476002/) [15:57:25] *passed [15:58:49] uh [15:58:52] …how? [15:58:56] same result here [16:01:27] Lucas_WMDE: rebased my commit on top of the I450916667eef9158237475826bfafd7314737c04 (your commit), run the tests, the tests passed. Changed the expected code a bit in `wikibase.queryService.api.CodeSamples:empty`, the tests failed as expected, same in `wikibase.queryService.api.CodeSamples:simple` [16:01:58] wait [16:02:08] I just got passing tests with the same thing (rebase) [16:02:10] and then I tried to debug it [16:02:13] and now they fail [16:02:16] ??? [16:02:20] I’m very confused :D [16:03:09] hmm [16:03:25] what did you do when debugging btw? [16:03:48] just tried to set some breakpoints in the browser [16:03:58] but now I made a change in the code and am getting the failures again [16:04:14] I feel like the node server might be messing something up [16:04:29] I added this: [16:05:13] https://gist.github.com/lucaswerkmeister/da59da46dc7293fc4696457231ced597 [16:05:42] okay, and now they’re suddenly passing again [16:05:50] I didn’t do *anything* except reload the page in Firefox [16:06:33] and now failing again [16:07:04] btw, at what commit is your git HEAD? [16:07:26] 5e4736f [16:07:30] which is your change rebased onto mine [16:07:49] okay, let me see again [16:07:56] apparently, the tests pass if I load the page with dev tools closed, but fail if I load the page with dev tools open [16:08:02] so Firefox is doing something *really* bizarre [16:08:15] interesting [16:08:23] oh, no, wait, that’s because with dev tools open the network cache is disabled [16:08:38] so I guess the node server isn’t sending correct caching headers…? [16:08:58] or something [16:09:01] perhaps [16:09:14] so I’m getting an outdated Java.txt, which doesn’t include your change and still matches the test example [16:09:35] btw, fyi, I'm using `python3 -m http.server` when running the tests [16:09:42] okay [16:09:47] and they’re passing for you? [16:09:48] I haven't tried running it with npm server yet [16:09:51] which browser? [16:09:52] Lucas_WMDE, yes [16:09:56] Firefox [16:10:11] I haven't tested it with my dev tool opened [16:10:15] in dev tools, in the network tab, try checking the “disable cache” checkbox and reload the tests page [16:10:21] okay [16:10:27] (I don’t think that’s checked by default) [16:12:27] Lucas_WMDE, still passing with "disable cache" checked here [16:13:10] okay… then I don’t understand [16:14:59] Lucas_WMDE, have you tried it with `python3 -m http.server` ? [16:15:22] just tried it, still seeing test failures [16:16:48] Lucas_WMDE, what are the test failures about btw? [16:17:29] refeed: https://screenshotscdn.firefoxusercontent.com/images/0909515e-81e7-4c7e-89d9-54a1c2a830b2.png [16:19:21] Lucas_WMDE, hmm, can you check that you are pulling my latest patchset? [16:19:35] oh, did you update it again? [16:19:48] oh, sorry, I didn’t see that [16:19:56] let me try again :) [16:21:03] Lucas_WMDE, my latest patchset was uploaded around 1 hour ago. I'm not sure if you have pulled it or not [16:21:10] I didn’t no [16:21:27] sorry, I thought we were still figuring out how to make the tests fail first, before trying to fix them [16:21:27] Lucas_WMDE, ah okay, that might be the case then :D [16:21:34] they’re working now [16:22:12] Lucas_WMDE, alright! [16:22:14] :D [16:26:16] Lucas_WMDE: Thanks for the review and merging! :D [16:26:55] abian, fyi, the patch has merged, is there anything I should do again regarding to the task? [16:27:06] Yay! [16:27:14] You both are great :) [16:27:35] :D [16:27:44] refeed: Yes, don't forget to submit *the GCI task* for review ;) [16:28:23] abian, ah yup! forgot to do that [16:28:35] should be submitted now [16:28:53] It is :D [16:29:38] Done! \o/ [16:29:47] abian, thanks! [16:30:03] Thank you [16:30:25] :D [22:09:07] bah, is the wdqs query helper a little bit broken for people? :/ [22:16:26] I wouldn't know [22:16:37] just wanted to let you know you're not talking to yourself though :P [22:18:16] addshore: What do you mean? :/ [22:18:59] nikki: thanks! [22:19:18] abian: if I take the cats query, and try to add a filter to it, other than instance of, I cant [22:19:29] The UI seems to do something a little bit screwy [22:19:45] Does that work for you? :P [22:19:53] Maybe I should try another browser..... [22:21:29] I think I don't find anything unusual... [22:21:53] But users with your config should also be able to use the helper :) [23:15:38] hello there! [23:15:45] !admin [23:15:45] Please visit https://www.wikidata.org/wiki/WD:AN [23:17:21] i'm looking for someone who can edit the wikidata Italy page [23:22:31] anyone here? :) [23:55:19] abian: not sure if you are still around [23:55:20] https://usercontent.irccloud-cdn.com/file/GB2gEiLg/image.png [23:55:24] abian: ^^ that is what is happening [23:55:30] but let me try a different browser [23:56:17] the same thing happens to me in firefox [23:56:32] oh wait, no, I think I'm just doing it wrong :D [23:56:33] hahahaha