IRC logs of #tryton for Tuesday, 2021-03-02

chat.freenode.net #tryton log beginning Tue Mar 2 12:00:01 AM CET 2021
-!- srgdts(~srgdts@unaffiliated/srgdts) has joined #tryton02:18
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:ed77:85ea:af2b:ba6e) has joined #tryton05:52
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton05:54
-!- Timitos(~kpreisler@2001:a61:42d:c01:762b:62ff:fe84:ed7e) has joined #tryton06:53
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton07:14
-!- rpit(~rpit@p200300c88f0235001c42215a17f33f55.dip0.t-ipconnect.de) has joined #tryton08:02
-!- htgoebel2(~hartmut@ppp-188-174-52-42.dynamic.mnet-online.de) has joined #tryton08:07
-!- htgoebel2(~hartmut@ppp-188-174-52-42.dynamic.mnet-online.de) has left #tryton08:08
-!- htgoebel(~hartmut@ppp-188-174-52-42.dynamic.mnet-online.de) has joined #tryton08:08
cedkACTION wish people will actually learn the forum format and check the rendering08:18
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton08:25
pokolicedk: maybe we should add some link to https://meta.discourse.org/t/discourse-new-user-guide/9633108:32
cedkpokoli: it is a lost cause, I have been editing post of the same users over and over08:33
cedkpeople are just lazy and do not care08:34
pokoliI've been posting from my phone last days and I see there are a lot of typos you and dave fixed. Thanks for that08:34
pokolicedk: so if they do not care we should not care also08:35
HirschbeutelTo be fair: We also had to learn first that formatting is an essential element for clarity08:36
cedkpokoli: the forum is our common knowledge if we do not care of it, it will become pointless08:38
pokolithen I think we should have the guide, and flag posts (without hiddin them) to make the users aware about the formating08:40
cedkpokoli: there is already an onboarding guide in standard08:40
pokoliSo intead of editing for them, we make them aware of the best practices and that they should follow08:40
pokolicedk: I guess most of people do not read the guide08:41
cedkpokoli: when editing they get notified so they should learn from it08:41
pokolicedk: then the only option is punishment: After some wrong posts if they do not edit we should flag and ask them to use the right format to contribute on the formum08:42
pokoliit's moreless that we are doing with code, if a patch does not follow pep8 we do not include them (and we adapt it latter if required)08:43
pokoliI do not see more options there08:43
cedkpokoli: problem is to keep track of that per user08:44
cedkfor now usually I just fix the formatting but if it is a support I do not answer directly even if I know08:45
cedkto keep track there is on the user profile the notification per edits08:46
cedkthis can give some hint08:47
Hirschbeutelcedk: why not sending a Notification: "Hi, like your post but I start crying reading it' - positive feedback?08:47
pokolicedk: There is an option to add a staff notice to the post, so the users knows08:47
pokolihttps://meta.discourse.org/t/discourse-moderation-guide/6311608:48
Hirschbeutelcedk: because if you are editing the user never will learn it.08:48
HirschbeutelACTION funny that as a slob, badly formatted code now bothers me too08:50
pokolicedk: on the other hand, we may start using the Lounge (which is restricted to moderators) to discuss this features08:51
htgoebelGood Morning,08:56
htgoebelmy model has a "active" field. How can I make this True by default?08:56
htgoebel(I tried default_active, but this this not work for me)08:56
pokolihtgoebel: this is managed by DeactivableMixin automatically, you do not need to care08:56
htgoebelIC. thnx. I added the field myself instead of using DeactivableMixin08:57
cedkpokoli: Lounge is not restricted to moderator but to level 3, it is Staff that is09:09
-!- thaneor2(~ldlc6@r167-61-9-5.dialup.adsl.anteldata.net.uy) has joined #tryton09:23
-!- thaneor3(~acer8@r167-61-9-5.dialup.adsl.anteldata.net.uy) has joined #tryton09:23
-!- mniip(mniip@freenode/staff/mniip) has joined #tryton10:22
-!- mariomop(~quassel@181.29.189.235) has joined #tryton10:48
cedkhtgoebel: why are you removing me from the nosy list?12:47
htgoebelcedk: Not intentionally.12:54
cedkhtgoebel: you just ignore the warning of the application!12:55
htgoebelcedk: I might not have read the warning in all detailes12:56
htgoebelcedk: Obviously roundup's conflict resolution could be improved :-)12:57
cedkhtgoebel: it is always the fault of others12:59
cedkACTION last comment12:59
htgoebelcedk: "No special case" means: tracebacks are always output, even if the error is handled?13:00
-!- springwurm(~Springwur@5.104.149.54) has joined #tryton13:04
cedkhtgoebel: there is no point to fill and discuss such thing as long as there is no patch submitted (following our process)13:11
-!- rpit1(~rpit@p200300c88f0235001c42215a17f33f55.dip0.t-ipconnect.de) has joined #tryton13:15
pokolihtgoebel: how we will know which attribute to fix without the traceback?13:22
pokolihtgoebel: in your case you wrote a "sequenc" attribute while it should probably be "sequence"13:23
pokoliI read all this inforamtion for the traceback and I will miss without them13:23
pokoliThis is extremly usefull when helping users on the forum13:23
-!- lucascastro(~lucascast@177-185-133-170.dynamic.isotelco.net.br) has joined #tryton13:29
htgoebelpokoli: I totally agree on tracebacks being extremely useful for debugging.14:10
htgoebelAnyhow in this case a very useful error message is logged just above the traceback already.14:10
htgoebelSo the error case is handled and even converted into a very useful message. You can see this in https://bugs.tryton.org/issue10144#msg65067, which I just added for the records.)14:10
htgoebelI did not recognize this error message due to this *long* traceback - and this is why I did not put it into the issue at the first place.14:10
-!- lucascastro(~lucascast@177-185-133-170.dynamic.isotelco.net.br) has joined #tryton14:15
pokolihtgoebel: IIUC the problem is that the error message is duplicated?14:20
pokolihtgoebel: i'm unable to reproduce the issue....14:33
udonohtgoebel: https://bugs.tryton.org/issue10144#msg6506615:20
htgoebelpokoli: I'm going to try creating a reproducible case - will take some day, though.15:49
-!- thaneor(~acer8@r167-61-9-5.dialup.adsl.anteldata.net.uy) has joined #tryton15:49
pokolihtgoebel: It's always good to have some steps to reproduce when creating a bug so others can easly reproduce15:50
pokoliSincerly, when I go for fixing bugs I always pick the ones that are easier to reproduce for me15:50
pokolibecause I prefer to spend my free time coding than reproducing strange bugs :)15:51
htgoebelpokoli: Fair enough :-)15:51
htgoebelpokoli: This is no urgent anyway, which is by I filed it as "feature"15:52
pokolihtgoebel: if not urgent better to take your time to create a complete bug report ;)15:59
pokolihtgoebel: you have to note that once you hit the create bug I get a mail on my mailbox which has a high change of been read on the same day :)16:00
htgoebelpokoli: Will do next time. Thanks for nagging :-)16:09
-!- htgoebel(~hartmut@ppp-188-174-52-42.dynamic.mnet-online.de) has left #tryton17:43
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton18:47
-!- ludo2(~Thunderbi@221.114.141.88.rev.sfr.net) has joined #tryton19:50
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton19:52
-!- 7YUABX0UN(~acer8@r167-61-59-173.dialup.adsl.anteldata.net.uy) has joined #tryton21:25
-!- 17SAABFA4(~ldlc6@r167-61-59-173.dialup.adsl.anteldata.net.uy) has joined #tryton21:25
-!- nicoe(~nicoe@2a02:578:852a:c00:7e2a:31ff:fe5e:b25d) has joined #tryton22:46

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!