arifpz / slack-overflow

MIT License
2 stars 7 forks source link

Stackoverflow link generated in response didn't work #4

Open arifpz opened 1 month ago

arifpz commented 1 month ago

The app is running on my local, but the stackoverflow link doesn't work on postman. Here the response:

Stack Overflow Top Questions for "postgres performance"

|15| :white_check_mark: <http://stackoverflow.com/questions/45629767|Postgres performance for a table with more than Billion rows> (3 answers)
|12| :white_check_mark: <http://stackoverflow.com/questions/11940515|Postgres performance issues> (4 answers)
|12| :white_check_mark: <http://stackoverflow.com/questions/52674380|Improving Postgres performance on graph-like queries of multi-level self-joins (comparison to Neo4j)> (2 answers)
|10| :white_check_mark: <http://stackoverflow.com/questions/41994392|Postgres - Performance of large jsonb column> (1 answers)
|10| :white_check_mark: <http://stackoverflow.com/questions/43718390|Postgres performance not increasing with increase in number of core> (2 answers)

Seems, the | should has space after the link Screenshot 2024-09-20 at 10 41 51

W-ptra commented 1 month ago

Can you try again? I already fix it by add space " " between stackoverflow url and title Screenshot90000

arifpz commented 1 month ago

Thanks for the contribution Did you raise PR @W-ptra ? didn't see any? Please raise PR, will review it