• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Maybe it’s too easy to delete comments on mobile

      In numerous occasions I accidentally deleted comments on mobile. Sometimes I can use navigation history to restore them but not always. This can be rather frustrating. Maybe there should be some...

      In numerous occasions I accidentally deleted comments on mobile. Sometimes I can use navigation history to restore them but not always. This can be rather frustrating. Maybe there should be some extra confirmation that’s not easy to accidentally click in order to delete stuff on mobile

      14 votes
    2. Fortnightly Programming Q&A Thread

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.

      Don't forget to format your code using the triple backticks or tildes:

      Here is my schema:
      
      ```sql
      CREATE TABLE article_to_warehouse (
        article_id   INTEGER
      , warehouse_id INTEGER
      )
      ;
      ```
      
      How do I add a `UNIQUE` constraint?
      
      6 votes
    3. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      11 votes