Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. When I attempt to add an example script to a comment, I see "Post content was flagged as spam by Akismet.com".
Forum Updated to NodeBB v4.3 + New Features

When I attempt to add an example script to a comment, I see "Post content was flagged as spam by Akismet.com".

Scheduled Pinned Locked Moved Solved Qt.io webservices
5 Posts 2 Posters 863 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RokeJulianLockhart
    wrote on 9 Feb 2025, 00:39 last edited by
    #1

    I can't post it here, so I don't know how to demonstrate it. Perhaps you've a log of the flags? Discourse is usually quite good at retaining records.

    When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

    1 Reply Last reply
    0
    • R RokeJulianLockhart
      12 Feb 2025, 17:55

      @RokeJulianLockhart, I managed to modify the code block available at gitlab.com/-/snippets/4805919 to bypass it, by reducing the import qualification lengths:

      class InitialWindow(QMainWindow):
          def __init__(self):
              central_widget = QWidget()
              self.setCentralWidget(central_widget)
              self.addDockWidget(TopDockWidgetArea, toolbar_dock)
              self.addDockWidget(TopDockWidgetArea, main_content_dock)
              self.splitDockWidget(toolbar_dock, main_content_dock, QtCore.Qt.Orientation.Vertical)
              central_layout = QVBoxLayout()
              central_widget.setLayout(central_layout)
      

      As an example, PyQt6 + .QtCore + .Qt + .DockWidgetArea + .TopDockWidgetArea became TopDockWidgetArea.

      R Offline
      R Offline
      RokeJulianLockhart
      wrote on 12 Feb 2025, 21:50 last edited by RokeJulianLockhart 2 Dec 2025, 21:51
      #5

      @RokeJulianLockhart, I've filed QTWEBSITE-1223, per post/820508.

      When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sierdzio
        Moderators
        wrote on 9 Feb 2025, 13:43 last edited by
        #2

        I've had such case once. I don't remember exactly what I did to make it go through, but it was something stupid like adding some spaces or newlines. Not sure if it will help, but maybe it's worth a try.

        (Z(:^

        1 Reply Last reply
        1
        • R RokeJulianLockhart referenced this topic on 9 Feb 2025, 19:52
        • R Offline
          R Offline
          RokeJulianLockhart
          wrote on 11 Feb 2025, 17:52 last edited by RokeJulianLockhart 2 Nov 2025, 17:53
          #3

          I just tried to post the minified content of github.com/dflook/python-minifier/issues/122 to post/820408, and couldn't. If it's not based upon size, then this is impassable. It's seriously hampering my ability to provide context in Q&As. @sierdzio, how do I escalate this? Via Jira...?

          When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

          R 1 Reply Last reply 12 Feb 2025, 17:55
          0
          • R RokeJulianLockhart
            11 Feb 2025, 17:52

            I just tried to post the minified content of github.com/dflook/python-minifier/issues/122 to post/820408, and couldn't. If it's not based upon size, then this is impassable. It's seriously hampering my ability to provide context in Q&As. @sierdzio, how do I escalate this? Via Jira...?

            R Offline
            R Offline
            RokeJulianLockhart
            wrote on 12 Feb 2025, 17:55 last edited by
            #4

            @RokeJulianLockhart, I managed to modify the code block available at gitlab.com/-/snippets/4805919 to bypass it, by reducing the import qualification lengths:

            class InitialWindow(QMainWindow):
                def __init__(self):
                    central_widget = QWidget()
                    self.setCentralWidget(central_widget)
                    self.addDockWidget(TopDockWidgetArea, toolbar_dock)
                    self.addDockWidget(TopDockWidgetArea, main_content_dock)
                    self.splitDockWidget(toolbar_dock, main_content_dock, QtCore.Qt.Orientation.Vertical)
                    central_layout = QVBoxLayout()
                    central_widget.setLayout(central_layout)
            

            As an example, PyQt6 + .QtCore + .Qt + .DockWidgetArea + .TopDockWidgetArea became TopDockWidgetArea.

            When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

            R 1 Reply Last reply 12 Feb 2025, 21:50
            0
            • R RokeJulianLockhart has marked this topic as solved on 12 Feb 2025, 17:55
            • R RokeJulianLockhart
              12 Feb 2025, 17:55

              @RokeJulianLockhart, I managed to modify the code block available at gitlab.com/-/snippets/4805919 to bypass it, by reducing the import qualification lengths:

              class InitialWindow(QMainWindow):
                  def __init__(self):
                      central_widget = QWidget()
                      self.setCentralWidget(central_widget)
                      self.addDockWidget(TopDockWidgetArea, toolbar_dock)
                      self.addDockWidget(TopDockWidgetArea, main_content_dock)
                      self.splitDockWidget(toolbar_dock, main_content_dock, QtCore.Qt.Orientation.Vertical)
                      central_layout = QVBoxLayout()
                      central_widget.setLayout(central_layout)
              

              As an example, PyQt6 + .QtCore + .Qt + .DockWidgetArea + .TopDockWidgetArea became TopDockWidgetArea.

              R Offline
              R Offline
              RokeJulianLockhart
              wrote on 12 Feb 2025, 21:50 last edited by RokeJulianLockhart 2 Dec 2025, 21:51
              #5

              @RokeJulianLockhart, I've filed QTWEBSITE-1223, per post/820508.

              When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

              1 Reply Last reply
              0
              • R RokeJulianLockhart has marked this topic as solved on 12 Feb 2025, 21:50

              2/5

              9 Feb 2025, 13:43

              • Login

              • Login or register to search.
              2 out of 5
              • First post
                2/5
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved