Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

lobsters/lobsters

jbenguira created a comment on an issue on lobsters/lobsters
> Thank you, I appreciate you promptly revising this. There's one more use of our site intro on your [resources page](https://elest.io/open-source/lobsters/resources), the first sentence "Lobsters ...

View on GitHub

jbenguira created a comment on an issue on lobsters/lobsters
> He has not yet committed to a timeline for correcting Elestio's marketing. Hey Peter, we have updated the marketing page to address your requests, you can check here: https://elest.io/open-sou...

View on GitHub

pushcx created a comment on a pull request on lobsters/lobsters
To match the existing style. It doesn't change the functionality, but a consistent style means the reader is not distracted by figuring out if a difference is important or not.

View on GitHub

pushcx created a comment on an issue on lobsters/lobsters
I received an email from @jbenguira confirming that he's aware of this request that Elestio immediately cease and desist its misleading statements and appropriation of the site logo and screenshots...

View on GitHub

pushcx created a comment on an issue on lobsters/lobsters
ping @jbenguira - This needs your immediate attention.

View on GitHub

pushcx created a comment on an issue on lobsters/lobsters
I can't stop you from using the open source codebase, but I need you to immediately cease and desist using screenshots of https://losbte.rs, our logo, or our site description "a computing-focused c...

View on GitHub

pushcx closed an issue on lobsters/lobsters
Adding Elestio as deployment option
Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Lobsters application as shown [here](https://elest.io/open-source/lobster...
kaiwalyakoparkar opened an issue on lobsters/lobsters
Adding Elestio as deployment option
Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Lobsters application as shown [here](https://elest.io/open-source/lobster...
roks0n starred lobsters/lobsters
epidemian starred lobsters/lobsters
pushcx created a comment on a pull request on lobsters/lobsters
Thank you for taking on this bug and getting it solved!

View on GitHub

pushcx pushed 1 commit to master lobsters/lobsters
  • Url normalization fix #1339 (PR #1350) ad55256

View on GitHub

pushcx closed an issue on lobsters/lobsters
`Utils.normalize(url)` mishandles `www10.org`
Part of normalizing URLs tries to remove `www` from hostnames, including with digits. It's too aggressive and stripping a real hostname off the TLD. So we have a Domain named `org` instead of `www1...
pushcx closed a pull request on lobsters/lobsters
Issue #1339 Utils.normalize(url) mishandles www10.org
Fix #1339 The url normalizing methods ( Utils.Normalize and Story.set_domain_and_origin ) have been updated in order to be more flexible with domains names as www10.org . Current behavior : ...
huiyifyj starred lobsters/lobsters
Blosterhxh created a comment on a pull request on lobsters/lobsters
Thanks for adressing my pull request. Im new to coding, so coud you explain pls why i should have added a space i have no idea why, also i may try to resolve some other issues in the future so it w...

View on GitHub

pushcx created a review on a pull request on lobsters/lobsters
Thanks for looking into the latest recurrence of this bug. I just have one nitpick style issue.

View on GitHub

pushcx created a review on a pull request on lobsters/lobsters
I just have one nitpick style issue.

View on GitHub

pushcx created a review comment on a pull request on lobsters/lobsters
```suggestion li.story.hidden .score { ``` Sorry there isnโ€™t a linter for the CSS, I couldnโ€™t find a pure-ruby one.

View on GitHub

pushcx created a review on a pull request on lobsters/lobsters

View on GitHub

pushcx pushed 5 commits to master lobsters/lobsters
  • fix unindexed_foreign_keys issues cc95f95
  • fix missing_foreign_keys issues 8942b00
  • fix missing_presence_validation issues 44ee9e1
  • fix incorrect_length_validation issues 633bb39
  • active_record_doctor fixes, PR #1351 00b5bb5

View on GitHub

pushcx closed a pull request on lobsters/lobsters
Database consistency fixes
<!-- Issues and PRs are typically reviewed Wednesday and most weekend mornings. --> From issue #1281 , this is a small contribution to fix database issues as flagged by `active_record_doctor` ...
pushcx created a review on a pull request on lobsters/lobsters

View on GitHub

Ryzen114 reopened a pull request on lobsters/lobsters
Issue #1339 Utils.normalize(url) mishandles www10.org
Fix #1339 The url normalizing methods ( Utils.Normalize and Story.set_domain_and_origin ) have been updated in order to be more flexible with domains names as www10.org . Current behavior : ...
Blosterhxh created a comment on a pull request on lobsters/lobsters
I dont know why i put the opacity of the hidden story at 0.5 when resolving the issue, i put it back at 0.25 as it was normally

View on GitHub

Ryzen114 closed a pull request on lobsters/lobsters
Issue #1339 Utils.normalize(url) mishandles www10.org
Fix #1339 The url normalizing methods ( Utils.Normalize and Story.set_domain_and_origin ) have been updated in order to be more flexible with domains names as www10.org . Current behavior : ...
Blosterhxh opened a pull request on lobsters/lobsters
fix issue #1206
When a story is hidden and you click on flag or caches, you can now see the dropdown menu its not hidden behind the textfield anymore
Eduardo-Lpz created a review comment on a pull request on lobsters/lobsters
this kind of chages happen because: `t.text "comment", size: :medium, null: false` will result in a `mediumtext` column with a [default size](https://mariadb.com/kb/en/mediumtext/) of (2**24 - 1) ...

View on GitHub

Eduardo-Lpz created a review on a pull request on lobsters/lobsters

View on GitHub

Eduardo-Lpz created a review comment on a pull request on lobsters/lobsters
Hi, it was a mistake. ๐Ÿ˜ž Since it is the `down` method for the migration, it should restore to the previous exact status for a rollback.

View on GitHub

Load more