create account

RE: Bug report: Strange colour differences in posts in blog view - UPDATE This indicates having clicked on it. by elfspice

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @kenny-crane/re-elfspice-bug-report-strange-colour-differences-in-posts-in-blog-view-20170720t205644378z

· @elfspice ·
$0.17
I don't think a filename should even have a parenthesis in it at all, without being escaped as a %2a however these characters are written, so it's an error in how you are ... I dunno, I am just pretty sure URL's cant have brackets in them, so it's being sanitised, and getting a 404 error.

By the way, I am never opening up the steemit github page again. I don't belong there. I need to build my own vision of how it should be, and make it happen. I realised I have just lined myself up with 200 doses of Bromantane. I'm going to get started at the slog right away. I will make a post explaining the general concept, and I am not engaging in things so much here. 

I can't abandon all the friends I have made here. That's not fair to you guys. I just am not earning enough from it to make it a full time job. Before, it was just a way to bootstrap off the street.
👍  
properties (23)
authorelfspice
permlinkre-kenny-crane-re-elfspice-bug-report-strange-colour-differences-in-posts-in-blog-view-20170721t193326735z
categorybug
json_metadata{"tags":["bug"],"app":"steemit/0.1"}
created2017-07-21 19:33:27
last_update2017-07-21 19:33:27
depth2
children5
last_payout2017-07-28 19:33:27
cashout_time1969-12-31 23:59:59
total_payout_value0.150 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length864
author_reputation-3,995,561,637,087
root_title"Bug report: Strange colour differences in posts in blog view - UPDATE This indicates having clicked on it."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,230,478
net_rshares44,648,883,320
author_curate_reward""
vote details (1)
@kenny-crane ·
$0.20
Yes, that's the solution, the parenthesis should be escaped.  Seems pretty easy to add a regex statement to the code, but I haven't worked with the steemit github so I don't know.  I don't have a github account and  haven't programmed as part of a team in years; I prefer going solo.

I've been following your journey.  I read about the Semax and looked it up, interesting.  I'll look up Bromantane.  I'm thinking of taking something and might go with <a href="https://www.elysiumhealth.com/">Elysium</a> which is a supplement rather than a drug.

Glad to see that you are still here.  I wish you the best with your health and programming adventures!
👍  
properties (23)
authorkenny-crane
permlinkre-elfspice-re-kenny-crane-re-elfspice-bug-report-strange-colour-differences-in-posts-in-blog-view-20170721t194946881z
categorybug
json_metadata{"tags":["bug"],"links":["https://www.elysiumhealth.com/"],"app":"steemit/0.1"}
created2017-07-21 19:49:39
last_update2017-07-21 19:49:39
depth3
children4
last_payout2017-07-28 19:49:39
cashout_time1969-12-31 23:59:59
total_payout_value0.150 HBD
curator_payout_value0.049 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length650
author_reputation237,673,818,074,745
root_title"Bug report: Strange colour differences in posts in blog view - UPDATE This indicates having clicked on it."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,231,949
net_rshares51,207,654,018
author_curate_reward""
vote details (1)
@elfspice ·
$0.16
I'm not sure that steemit's dev team knows what a regular expression is, based on the one text sanitising code I dug out of steemd's filesystem. An astounding case statement with some 40 different switches, or more.
👍  
properties (23)
authorelfspice
permlinkre-kenny-crane-re-elfspice-re-kenny-crane-re-elfspice-bug-report-strange-colour-differences-in-posts-in-blog-view-20170721t205017706z
categorybug
json_metadata{"tags":["bug"],"app":"busy/1.0.0"}
created2017-07-21 20:50:18
last_update2017-07-21 20:50:18
depth4
children2
last_payout2017-07-28 20:50:18
cashout_time1969-12-31 23:59:59
total_payout_value0.123 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation-3,995,561,637,087
root_title"Bug report: Strange colour differences in posts in blog view - UPDATE This indicates having clicked on it."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,236,575
net_rshares42,168,389,802
author_curate_reward""
vote details (1)
@kenny-crane ·
Looks like this is now a known issue, so we'll see what happens!
https://github.com/steemit/condenser/issues/1499
👍  
properties (23)
authorkenny-crane
permlinkre-elfspice-re-kenny-crane-re-elfspice-re-kenny-crane-re-elfspice-bug-report-strange-colour-differences-in-posts-in-blog-view-20170722t090035340z
categorybug
json_metadata{"tags":["bug"],"links":["https://github.com/steemit/condenser/issues/1499"],"app":"steemit/0.1"}
created2017-07-22 09:00:36
last_update2017-07-22 09:00:36
depth5
children1
last_payout2017-07-29 09:00:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation237,673,818,074,745
root_title"Bug report: Strange colour differences in posts in blog view - UPDATE This indicates having clicked on it."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,285,023
net_rshares2,862,635,045
author_curate_reward""
vote details (1)
@elfspice · (edited)
They don't do 'regular expressions' at steemit, as far as I know. Or at least, in the code that checks for a valid username, in `steemd`, is implemented as a very long, almost page full of switch statements. I have pointed this out a few times but I don't expect it got fixed. Apparently also the devs didn't know about such things as 'edge cases' as the announcemennt of v0.19.1rc1 item 4 or so indicates. A virtual transaction on zero interest. Really quality coders we got here.

Time to stop pointing at it and showing how it's supposed to be done, I think.
properties (22)
authorelfspice
permlinkre-kenny-crane-re-elfspice-re-kenny-crane-re-elfspice-bug-report-strange-colour-differences-in-posts-in-blog-view-20170721t210137681z
categorybug
json_metadata{"tags":["bug"],"app":"steemit/0.1"}
created2017-07-21 21:01:36
last_update2017-07-21 21:03:12
depth4
children0
last_payout2017-07-28 21:01:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length561
author_reputation-3,995,561,637,087
root_title"Bug report: Strange colour differences in posts in blog view - UPDATE This indicates having clicked on it."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,237,397
net_rshares0