Re: [Wikidata] Mapping Wikidata to other ontologies

2018-09-23 Thread Stas Malyshev
ot really enforce any of the rules with regard to classes, property domain/ranges, etc. and have frequent and numerous exceptions to those. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wiki

Re: [Wikidata] Stemming in Search

2018-09-20 Thread Stas Malyshev
o, as I typed this email.> > and now it does appear. Yes, this is how it should work. There were no changes lately, AFAIK, but it is possible that you hit some glitch or maintenance on your previous search. If that happen again, please tell me when and with which search string /URL, I'll try

Re: quick question about dosemu

2018-09-20 Thread Stas Sergeev
20.09.2018 23:42, David Henderson пишет: Good afternoon! I am working on a project that I would need to run some DOS executables from the Linux command line (e.g. chkdsk.exe). I briefly looked at DosBox, but it requires a GUI environment and is geared towards games. Does dosemu allow me to run

Re: [Wikidata] Stemming in Search

2018-09-20 Thread Stas Malyshev
Hi! > When will stemming be supported in Search ? In general, I think it already should be, for fields and contexts that use appropriate analyzers, but I'd like to hear more details: 1. Which search? 2. What you're looking for, i.e. search string? 3. What you expect to find? -- Stas Malys

[Bug 1793242] [NEW] KDE saves and restores all but Google Chrome in its Desktop saved session

2018-09-18 Thread Stas
Public bug reported: For some reason when enabling Restore manually saved session in Desktop Session Login and Logout settings, and hitting Save Session from the applications menu - all opened application windows get saved and restored upon login into the KDE session, except google chrome. I

[Bug 1793242] [NEW] KDE saves and restores all but Google Chrome in its Desktop saved session

2018-09-18 Thread Stas
Public bug reported: For some reason when enabling Restore manually saved session in Desktop Session Login and Logout settings, and hitting Save Session from the applications menu - all opened application windows get saved and restored upon login into the KDE session, except google chrome. I

[Desktop-packages] [Bug 1792812] [NEW] package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-com

2018-09-16 Thread stas
Public bug reported: I've just changed nvidia driver to upper version ProblemType: Package DistroRelease: Ubuntu 18.04 Package: nvidia-340 (not installed) ProcVersionSignature: Ubuntu 4.15.0-35.38-generic 4.15.18 Uname: Linux 4.15.0-35-generic x86_64 NonfreeKernelModules: wl ApportVersion:

[Bug 1792812] [NEW] package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-common-390 390.77-0ubu

2018-09-16 Thread stas
Public bug reported: I've just changed nvidia driver to upper version ProblemType: Package DistroRelease: Ubuntu 18.04 Package: nvidia-340 (not installed) ProcVersionSignature: Ubuntu 4.15.0-35.38-generic 4.15.18 Uname: Linux 4.15.0-35-generic x86_64 NonfreeKernelModules: wl ApportVersion:

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-15 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #17 from Stas Sergeev --- (In reply to Philippe Waroquiers from comment #16) > That might not be straightforward to do, in particular if you have > multiple threads (you probably need a critical section around the > write o

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-14 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #15 from Stas Sergeev --- (In reply to Philippe Waroquiers from comment #14) > So, IMO, the easiest is to use the client requests Which ones? I did all the modifications you asked for, they all in my latest test-case. > (the do

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-13 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #13 from Stas Sergeev --- Will it help to print an additional warning when the uninitialized mem is copied to the shared region? The chances are very high this will result in a false-positives later, so maybe catching it at that stage would

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-13 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #11 from Stas Sergeev --- (In reply to Philippe Waroquiers from comment #10) > If you declare the memory initialised before forking, > using VALGRIND_MAKE_MEM_DEFINED() ... which is what my latest test-case already does. Please sugge

[O] "Refiled from..." Notes in LOGBOOK - Feature suggestion

2018-09-13 Thread Stas Vlasov
not support a proper location placeholder (something like %F used in org-capture-templates). It is also explicitly not recommended to change those templates. Maybe add location placeholder or a new refile note template for future releases? Thank you for considering! Kind regards, Stas

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-12 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #9 from Stas Sergeev --- (In reply to Ivo Raisr from comment #6) > Yes, indeed. That's why we have syscall and ioctl wrappers in Valgrind. > They describe what the other side (kernel) expects from the buffers sent > there >

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-12 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #8 from Stas Sergeev --- (In reply to Philippe Waroquiers from comment #7) > If mmap would necessarily zero out memory, then > that would create major difficulties to use > shared memory. > I think that what the kerne

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-11 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #5 from Stas Sergeev --- Think of the following use-case. Consider a very silly shm IPC that uses just one large struct with many input and output fields. Client fills in the output fields and copies the entire struct to the shm buffer

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-11 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #4 from Stas Sergeev --- Created attachment 114906 --> https://bugs.kde.org/attachment.cgi?id=114906=edit 2 processes and VALGRIND_MAKE_MEM_DEFINED (In reply to Philippe Waroquiers from comment #3) > It is not very clear to m

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-10 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 --- Comment #2 from Stas Sergeev --- Created attachment 114889 --> https://bugs.kde.org/attachment.cgi?id=114889=edit 2-process test-case Hi, thanks for your reply. Here is the test-case that does the same thing but with 2 processes scheme. S

Re: git silently ignores include directive with single quotes

2018-09-10 Thread Stas Bekman
the file. i.e. Can't find: ~/myrepo/.git/.gitconfig which would have instantly told him where the problem was. -- Stas Bekman <'>< <'>< https://stasosphere.com https://chestofbooks.com https://experienti

[valgrind] [Bug 398445] uninitialized memory false reports on shared memory

2018-09-09 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 Stas Sergeev changed: What|Removed |Added Version|unspecified |3.13.0 -- You are receiving this mail because

[valgrind] [Bug 398445] New: uninitialized memory false reports on shared memory

2018-09-09 Thread Stas Sergeev
https://bugs.kde.org/show_bug.cgi?id=398445 Bug ID: 398445 Summary: uninitialized memory false reports on shared memory Product: valgrind Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
nfig --list --show-origin > > where the new addition would be to also show configuration parts that > are not active and indicating why it is so. > > So for example currently I get on a valid configuration setup and having > git/../.gitconfig in place the following output: > >

[Freedos-kernel] announce: fdpp, a 64bit DOS in C++

2018-09-08 Thread Stas Sergeev via Freedos-kernel
Hi all DOS fans! After a year of development, I am glad to announce the new 64bit DOS. But as we know, all new is well-forgotten old, so this actually is a freedos kernel port to 64 bits. Some of you have probably already heard about this project, as it was pre-announced on fosdem-18, but at

announce: fdpp, a 64bit DOS in C++

2018-09-08 Thread Stas Sergeev
Hi all DOS fans! After a year of development, I am glad to announce the new 64bit DOS. But as we know, all new is well-forgotten old, so this actually is a freedos kernel port to 64 bits. Some of you have probably already heard about this project, as it was pre-announced on fosdem-18, but at

announce: fdpp, a 64bit DOS in C++

2018-09-08 Thread Stas Sergeev
Hi all DOS fans! After a year of development, I am glad to announce the new 64bit DOS. But as we know, all new is well-forgotten old, so this actually is a freedos kernel port to 64 bits. Some of you have probably already heard about this project, as it was pre-announced on fosdem-18, but at

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
tion, either by default, or through a special check - some ideas I suggested in my previous email, but surely you have a much better insight of how to deal with that. Thank you. -- ____ Stas Bekman <'>< <'>< https://sta

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
indicating why it is so. So for example currently I get on a valid configuration setup and having git/../.gitconfig in place the following output: [...] file:/home/stas/.gitconfig mergetool.prompt=false [...] file:.git/configinclude.path=../.gitconfig [...] file:.git/../.gitconfi

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
at the time of running this command to help the user debug the situation. Of course this won't help if .git/config is modified manually. But it's a step towards supporting users. I hope this clarifies the situation. -- ____ Stas Bekman &l

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
On 2018-09-08 12:54 PM, Ævar Arnfjörð Bjarmason wrote: > > On Sat, Sep 08 2018, Martin Ågren wrote: > >> Hi Stas >> >> On Sat, 8 Sep 2018 at 21:00, Stas Bekman wrote: >>> [include] >>> path = '../.gitconfig' >>> >>> Notice t

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
On 2018-09-08 12:30 PM, Martin Ågren wrote: > Hi Stas > > On Sat, 8 Sep 2018 at 21:00, Stas Bekman wrote: >> [include] >> path = '../.gitconfig' > Actually, there is a test explicitly testing that 'missing include files > are ignored'. I couldn't find a motiva

Re: git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
e escaping? Actually, something like '.gitconfig' > *with* *those* *quotes* is a valid filename on my machine. Let's ignore this sub-issue for now. If we can get git to report when something is mis-configured, this issue can then be easily resolved. -- _____

git silently ignores include directive with single quotes

2018-09-08 Thread Stas Bekman
once git gives user #1 I don't have the details about the windows user setup, but I was able to reproduce this bug with git version 2.17.1 on linux. Thank you. -- Stas Bekman <'>< <'>< https://stas

[ceph-users] (no subject)

2018-08-31 Thread Stas
Hello there, I'm trying to reduce recovery impact on client operations and using mclock for this purpose. I've tested different weights for queues but didn't see any impacts on real performance. ceph version 12.2.8 luminous (stable) Last tested config: "osd_op_queue": "mclock_opclass",

Re: GIT_TRACE doesn't show content filter files it's operating on

2018-08-28 Thread Stas Bekman
On 2018-08-27 06:13 PM, Stas Bekman wrote: [...] > I now know how get the filenames for "clean/smudge" filters. Can you > please help with the same for "textconv". %f doesn't work - it gets > stuck there waiting for stdin, the following seems to pass, but I'm not >

Re: GIT_TRACE doesn't show content filter files it's operating on

2018-08-27 Thread Stas Bekman
t $*"; nbstripout -t; }; cat $1 > f' dev_nb/004_callbacks.ipynb The first trace gives a tmp filename, whereas I need the actual filename. Thank you. -- Stas Bekman <'>< <'>< https://stasosphere.com https://chestofbooks.com https://experientialsexlab.com https://stason.org https://stasosphere.com/experience-life/my-books

Re: GIT_TRACE doesn't show content filter files it's operating on

2018-08-27 Thread Stas Bekman
On 2018-08-27 04:53 PM, Jeff King wrote: > On Mon, Aug 27, 2018 at 04:23:34PM -0700, Stas Bekman wrote: [...] >> How can I get GIT_TRACE's run_command to show the arguments passed to >> the filter? I looked at various other debug environment variables in >> git's manual, but

GIT_TRACE doesn't show content filter files it's operating on

2018-08-27 Thread Stas Bekman
nk you. -- ____ Stas Bekman <'>< <'>< https://stasosphere.com https://chestofbooks.com https://experientialsexlab.com https://stason.org https://stasosphere.com/experience-life/my-books

Re: [Wikidata] Wikidata SPARQL query logs available

2018-08-23 Thread Stas Malyshev
rwise (ccing Markus in case he knows more on the topic). -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] Wikidata SPARQL query logs available

2018-08-23 Thread Stas Malyshev
u think it's a dataset others may want to reuse, tabular data on Commons may be a venue: https://www.mediawiki.org/wiki/Help:Tabular_Data -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia

Re: [Wikitech-l] RFC Discussion Wednesday - new namespace for collaborative judgments about wiki entities

2018-08-22 Thread Stas Malyshev
erated but automatic, but still this is quality-related data which is linked to page content (and different for each revision AFAIU). Currently if I understand right it has its own storage. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailin

[kmail2] [Bug 397540] STARTTLS Connection does nto send Email

2018-08-17 Thread Stas
https://bugs.kde.org/show_bug.cgi?id=397540 Stas changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kmail2] [Bug 397540] STARTTLS Connection does nto send Email

2018-08-17 Thread Stas
https://bugs.kde.org/show_bug.cgi?id=397540 Stas changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[kmail2] [Bug 397540] New: STARTTLS Connection does nto send Email

2018-08-17 Thread Stas
https://bugs.kde.org/show_bug.cgi?id=397540 Bug ID: 397540 Summary: STARTTLS Connection does nto send Email Product: kmail2 Version: 5.8.3 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[kmail2] [Bug 397540] New: STARTTLS Connection does nto send Email

2018-08-17 Thread Stas
https://bugs.kde.org/show_bug.cgi?id=397540 Bug ID: 397540 Summary: STARTTLS Connection does nto send Email Product: kmail2 Version: 5.8.3 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-15 Thread Stas Malyshev
about good process, maybe it's because you're guilty" - that's how this comment sounded to me - is not right. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikidata] Indexing everything (was Re: Indexing all item properties in ElasticSearch)

2018-08-15 Thread Stas Malyshev
etter to search engines using well-known metadata vocabularies, I think it would be a very welcome effort. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] Indexing all item properties in ElasticSearch

2018-08-15 Thread Stas Malyshev
this: https://phabricator.wikimedia.org/T163642 ?  This is the task to make strings searchable _without_ haswbstatement keyword. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mail

Re: [Wikidata] Indexing everything (was Re: Indexing all item properties in ElasticSearch)

2018-08-14 Thread Stas Malyshev
der "Wikidata" + "Discovery-Search". There are multiple tasks for it, but if you want to add any, please feel welcome to browse and add. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-09 Thread Stas Malyshev
s might be good). So I'd say public record while the ban is active is a must, but after that expunging the record is fine. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/m

Re: [Wikitech-l] Fwd: My Phabricator account has been disabled

2018-08-09 Thread Stas Malyshev
ific? I'm not sure I see where this is public. I think it's this one: https://lists.wikimedia.org/pipermail/wikitech-l/2018-August/090490.html -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lis

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-08 Thread Stas Malyshev
temp. banned from date A till date B because of comments incompatible with CoC" doesn't seem to hurt anyone. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] My Phabricator account has been disabled

2018-08-08 Thread Stas Malyshev
pecifying it in the same place where the action is described, as per above. Again, establishing and advertising such place should be something that CoCC does. It is clear to me - and I think to anybody seeing the volume of discussion this generated - that we need improvement here. We can do better and

Re: Cast AbstractBuild to Run ,plugin pipeline support

2018-08-07 Thread Stas Roshkolts
Thanks for replying, Jesse On Tuesday, August 7, 2018 at 9:01:29 PM UTC+3, Jesse Glick wrote: > > On Tue, Aug 7, 2018 at 6:17 AM Stas Roshkolts > wrote: > > java.lang.ClassCastException: Cannot cast > org.jenkinsci.plugins.workflow.job.WorkflowRun to > hudso

Cast AbstractBuild to Run ,plugin pipeline support

2018-08-07 Thread Stas Roshkolts
Hello, We are trying to add pipeline support to our custom plugin. We are able to generate pipeline syntax in Snippet generator but during the plugin execution we get next error: *java.lang.ClassCastException: Cannot cast org.jenkinsci.plugins.workflow.job.WorkflowRun to

Bug#905248: gnome-shell: "Second" mouse middle click scrolling not working properly

2018-08-01 Thread Stas G.
Package: gnome-shell Version: 3.22.3-3 Severity: normal Tags: upstream Dear Maintainer, I am filing this against gnome-shell as it seems to be the most logical candidate (probably handles mouse, but it could be just xorg). I also marked it upstream as that is probably where the bug resides in

Re: [Wikitech-l] Phabricator monthly statistics - 2018-07

2018-08-01 Thread Stas Malyshev
me rules around removing tasks from "High" if it's clear we're not doing it anytime soon. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikidata] Indexing all item properties in ElasticSearch

2018-07-27 Thread Stas Malyshev
area, not yet sure how to do it though. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] Indexing all item properties in ElasticSearch

2018-07-27 Thread Stas Malyshev
ndexing "cast member" would get you a step closer, but only a tiny step and there are a number of other steps to take before that can work. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] [discovery-private] Indexing all item properties in ElasticSearch

2018-07-27 Thread Stas Malyshev
Hi! > The top 1000 > is:  > https://docs.google.com/spreadsheets/d/1E58W_t_o6vTNUAx_TG3ifW6-eZE4KJ2VGEaBX_74YkY/edit?usp=sharing This one is pretty interesting, how do I extract this data? It may be useful independently of what we're discussing here. -- Stas Malyshev smalys...@wiki

Re: [Wikidata] [discovery-private] Indexing all item properties in ElasticSearch

2018-07-27 Thread Stas Malyshev
tain random > text (esp. natural language) since they are prone to be unique and > impossible to search. Yes, we definitely should not do that. I tried to exclude such properties but if you notice more of them, let's add them to exclusion config. -- Stas Malyshev

Re: [Wikidata] Indexing all item properties in ElasticSearch

2018-07-27 Thread Stas Malyshev
Hi! > * I would really like dates (mainly, born/died), especially if they work > for "greater units", that is, I search for a year and get an item back, > even though the statament is month- or day-precise What would be the use case for this? -- Stas Malyshev smal

[Wikidata] Indexing all item properties in ElasticSearch

2018-07-26 Thread Stas Malyshev
ad to hear thoughts on the matter. Thanks, -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] UniProt license change to CC-BY 4.0 could we be added to the federatable sparql endpoints

2018-07-19 Thread Stas Malyshev
ery.wikidata.org/sparql. Thank you! I will take care of it in the next update (next week). -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikitech-l] Using mwapi:srsearch for composite strings like "goat cheese" in WDQS

2018-07-13 Thread Stas Malyshev
ly should write the parameter as: bd:serviceParam mwapi:search "\"goat cheese\"" . Probably something like this: http://tinyurl.com/y9fdva5w -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [PHP-DEV] [RFC] Typed Properties

2018-07-12 Thread Stas Malyshev
Hi! > Well... it's not being voted on because, despite being six days till > the originally planned feature freeze date, neither sponsor has opened > a vote. And I think it's a good thing. Both for selfish reasons (I haven't actually have the time to read the proposal and the mail thread

Re: [gnome-cyr] перевод приложения Dia

2018-07-12 Thread Stas Solovey
День добрыйТам есть предупреждение что модуль устарел и недоступен для перевода, программа не развивается с 2011 года. Можно перевести и потом при сборке пакета добавлять в виде патча.10:52, 12 июля 2018 г., Olesya Gerasimenko :Всем добрый день!Я хотела бы обновить перевод для приложения Dia

Re: [Wikitech-l] Help remove unused wmf-config code

2018-07-07 Thread Stas Malyshev
lly CirrusSearch uses some configs without 'wg' prefix, but in this case it doesn't seem to be an issue. > Open for review: > https://gerrit.wikimedia.org/r/#/q/project:operations/mediawiki-config+topic:cleanup+is:open This one produces 404. -- Stas Malys

Re: [Wikidata] On traceability and reliability of data we publish [was Re: [Wikimedia-l] Solve legal uncertainty of Wikidata]

2018-07-07 Thread Stas Malyshev
ed > can't be managed, at least with Wikimedia current ressources. It's not Wikimedia that will be shouldering the burden, it's every user of Wikimedia data sets. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

[bug #49814] vbe does not reset display start

2018-07-05 Thread Stas Sergeev
Follow-up Comment #7, bug #49814 (project grub): Oops, please use patch from this comment (prev one was bad). (file #44510) ___ Additional Item Attachment: File name: 0001-reset-display_start-before-switching-mode.patch Size:1 KB

[bug #49814] vbe does not reset display start

2018-07-05 Thread Stas Sergeev
Follow-up Comment #6, bug #49814 (project grub): As this bug keeps hitting all i915 notebooks (read: all notebooks), I had to dig a bit more. The fix is attached. > May be we need wrapper around ->fini() method that resets > current page (moving code from > grub_video_fb_get_info_and_fini()). I

Re: Setting up dosemu2 (from binary)

2018-06-27 Thread Stas Sergeev
26.06.2018 03:18, Richard White пишет: Hi! I have just joined github at Andrew Bird's suggestion because I need to run legacy DOS software on a 64-bit system. I'm a relative newbie, but have been very happily running dosemu2 for more than 1 year. Installed via deb created from binaries.

Re: [Wikitech-l] FW: Warning on behalf of Code of conduct committee

2018-06-25 Thread Stas Malyshev
ut you have to inform the user somehow about this. I think the easiest way would be to change the error message and add a pointer to a page which describes the issue and how to work around it. I imagine changing error message in phab shouldn't be too hard? -- Stas Malyshev sm

Re: [Wikitech-l] FW: Warning on behalf of Code of conduct committee

2018-06-25 Thread Stas Malyshev
getting more information Wouldn't it be easy to just log out and read any task (or even use incognito mode/private browsing in the browser)? It is certainly a small inconvenience, but I am not sure how it is very important, given a very simple workaround. -- Stas Malyshev smalys...@w

[kmymoney] [Bug 392477] Cannot create new investment

2018-06-19 Thread Stas Ashirov
https://bugs.kde.org/show_bug.cgi?id=392477 Stas Ashirov changed: What|Removed |Added CC||stas.ashi...@gmail.com -- You are receiving

Re: [Wikidata-tech] lexeme fulltext search display

2018-06-18 Thread Stas Malyshev
ormat links to Forms? Leszek, do you have any information on this? Thanks, -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata-tech mailing list Wikidata-tech@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata-tech

Re: [Wikidata-tech] lexeme fulltext search display

2018-06-18 Thread Stas Malyshev
d getEntityIdForTitle uses content model to get from Title to ID. So, I could duplicate all this code but I don't particularly like it. Could we fix HtmlPageLinkRendererBeginHookHandler instead maybe? -- Stas Malyshev smalys...@wikimedia.org ___ Wikid

Re: [Wikidata-tech] lexeme fulltext search display

2018-06-18 Thread Stas Malyshev
past, conjunctive", derived from multiple Q-ids. Yes, of course. > Again, I don't think any highlighting is needed. Not strictly speaking needed, but might be nice. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata-tech mailing list Wikid

[Wikidata-tech] lexeme fulltext search display

2018-06-14 Thread Stas Malyshev
So, does this display look as what we want to produce for Lexemes? Is there something that needs to be changed or improved? Would like to hear some feedback. Thanks, -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata-tech mailing list Wik

Re: [Wikitech-l] Can/should my extensions be deleted from the Wikimedia Git repository?

2018-06-08 Thread Stas Malyshev
em to be a pressing concern that would do any harm if not brought into compliance right now. So let's see if we can reach some consensus here. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: New coordinator for Russian team

2018-06-01 Thread Stas Solovey
Hi! I confirm that I'm ready to become the coordinator of the Russian Translation Team. 31.05.2018 21:37, Yuri Myasoedov пишет: Hi! I would like to transfer the position of Russian L10N team coordinator to Stas Solovey (cc'ed). Stas is an already skillful translator. Stas, confirm please

Re: [Wikidata-tech] Wikidata full text search

2018-05-31 Thread Stas Malyshev
go by default for Special:Search: 1. Search in Items only 2. Search in Items + Properties 3. Search in Items + Properties + Lexemes 4. Search in Items + Lexemes 5. Any of the above plus some of the article spaces (i.e. Wikidata or Help) This requires mixed search working (except for 1 and 2) but is a s

[Wikidata-tech] Wikidata full text search

2018-05-30 Thread Stas Malyshev
/disabled by default. Thanks, -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata-tech mailing list Wikidata-tech@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata-tech

Re: [elixir-core:8015] Add <*> to the list of parseable operators

2018-05-17 Thread Stas Versilov
I planned to use "raw" +,-,/ and * for element-wise operations and <*> for dot product. But yes, it's always nice to have some options like <@>, as Michal suggests. It could also be great to have ./ and .* for element-wize, like in MathLab/Octave, but this syntactic sugar is not worth the

Re: [elixir-core:8012] Add <*> to the list of parseable operators

2018-05-17 Thread Stas Versilov
For my application (and for Decimal also) the same precedence as traditional math would be the key success factor of the new operators. Lower precedence (as now for custom operators) would be counter-intuitive, cause hardly detectable errors in calculations and lead to excessive use of

Re: [elixir-core:8007] Add <*> to the list of parseable operators

2018-05-17 Thread Stas Versilov
rators. > > > > *José Valimwww.plataformatec.com.br > <http://www.plataformatec.com.br/>Founder and Director of R* > > On Thu, May 17, 2018 at 12:42 PM, Stas Versilov <stas.v...@gmail.com > > wrote: > >> The problem is that other math operators used on matri

[elixir-core:8003] Add <*> to the list of parseable operators

2018-05-17 Thread Stas Versilov
Hello! I'am developing a matrix manipulation library for Elixir (https://github.com/versilov/matrex) and it would be really nice to have <*> operator, so that it could be overriden for matrices dot product (or element-wise multiplication). Is it possible to add it? -- You received this

Re: Global snapshots

2018-05-16 Thread Stas Kelvich
nces bunch of previous articles and [REED78] is one them) was actually about distributed transactions and uses more or less the same approach with pseudo-time in their terminology to order transaction and assign snapshots. [HARD17] https://dl.acm.org/citation.cfm?id=3055548 [REED78] https://dl.a

Re: [Wikidata] WDQS with use of automated requests

2018-05-15 Thread Stas Malyshev
ing said that, I am curious - what exactly you are doing with this data set? Why you need a list of all humans - how this list is going to be used? Knowing that may help to devise better specialized strategy of achieving the same. -- Stas Malyshev smalys...@wikimedia.org __

Re: Global snapshots

2018-05-14 Thread Stas Kelvich
ible to achieve READ COMMITED with postgres_fwd using global snapshots. -- Stas Kelvich Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: Global snapshots

2018-05-14 Thread Stas Kelvich
h set and that it will be possible to address that later (in a long run such connection will be anyway needed at least for a deadlock detection). However, if you think that current behavior + STO analog isn't good enough, then I'm ready to pursue that track. -- Stas Kelvich Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: Global snapshots

2018-05-08 Thread Stas Kelvich
int of view, but it's not obvious how to integrate that into postgres_fdw. Probably that will require bi-derectional connection between postgres_fdw nodes (also distributed deadlock detection will be easy with such connection). -- Stas Kelvich Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: [discovery] AdvancedSearch beta feature available on all wikis

2018-05-08 Thread Stas Malyshev
gories-rdf.dblist - we may consider adding more wikis to it. E.g. see: https://phabricator.wikimedia.org/T194139 So which wikis need to be added? -- Stas Malyshev smalys...@wikimedia.org ___ Discovery mailing list Discovery@lists.wikimedia.org

Re: [Wikidata] [Wikitech-l] GSoC 2018 Introduction: Prssanna Desai

2018-05-07 Thread Stas Malyshev
ting and helping to make the Query Service better! -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] Wikiata and the LOD cloud

2018-05-07 Thread Stas Malyshev
documented and what is exactly the process and what you mean by "upload the Wikidata properties as OWL"? More detailed information would be hugely helpful. Thanks in advance, -- Stas Malyshev smalys...@wikimedia.org ___ Wik

Re: Global snapshots

2018-05-06 Thread Stas Kelvich
always gives a value that were global_snapshot_xmin seconds ago and we have mapping from time (or GlobalCSN) to globalxmin for each second in this range. So when some backends imports global snapshot with some GlobalCSN, that GlobalCSN is mapped to a xmin and this xmin is set as a Proc->xmin. -- S

Re: [Wikitech-l] MediaWiki and OpenID Connect

2018-05-04 Thread Stas Malyshev
person, etc. But I don't think special status like that would be very useful or very welcome. Also note linking one's legal identity to Wiki edits may be very dangerous in some countries. Requiring people to take that risk to edit certain pages is not really a good thing. -- Stas Malyshev smaly

Re: Global snapshots

2018-05-03 Thread Stas Kelvich
> On 3 May 2018, at 18:28, Masahiko Sawada <sawada.m...@gmail.com> wrote: > > On Wed, May 2, 2018 at 1:27 AM, Stas Kelvich <s.kelv...@postgrespro.ru> wrote: >> 1) To achieve commit atomicity of different nodes intermediate step is >> introduced: at fi

Re: [discovery] Hackathon ideas

2018-05-02 Thread Stas Malyshev
actually want to do :) -- Stas Malyshev smalys...@wikimedia.org ___ Discovery mailing list Discovery@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/discovery

Re: [Wikidata] Use Repology to update software package data

2018-05-02 Thread Stas Malyshev
Hi! > i want to inform you that Repology has your "repository" of software > versions included and can list problems or outdated versions that way. What does this list actually include? Is this the list of software and versions present in Wikidata as items? -- Stas

Re: Global snapshots

2018-05-02 Thread Stas Kelvich
> On 2 May 2018, at 05:58, Peter Eisentraut <peter.eisentr...@2ndquadrant.com> > wrote: > > On 5/1/18 12:27, Stas Kelvich wrote: >> Clock-SI is described in [5] and here I provide a small overview, which >> supposedly should be enough to catch the idea. Assume

<    1   2   3   4   5   6   7   8   9   10   >