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 399 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.
  • RokeJulianLockhartR Offline
    RokeJulianLockhartR Offline
    RokeJulianLockhart
    wrote on 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
    • RokeJulianLockhartR RokeJulianLockhart

      @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.

      RokeJulianLockhartR Offline
      RokeJulianLockhartR Offline
      RokeJulianLockhart
      wrote on last edited by RokeJulianLockhart
      #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
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on 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
        • RokeJulianLockhartR RokeJulianLockhart referenced this topic on
        • RokeJulianLockhartR Offline
          RokeJulianLockhartR Offline
          RokeJulianLockhart
          wrote on last edited by RokeJulianLockhart
          #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.

          RokeJulianLockhartR 1 Reply Last reply
          0
          • RokeJulianLockhartR RokeJulianLockhart

            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...?

            RokeJulianLockhartR Offline
            RokeJulianLockhartR Offline
            RokeJulianLockhart
            wrote on 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.

            RokeJulianLockhartR 1 Reply Last reply
            0
            • RokeJulianLockhartR RokeJulianLockhart has marked this topic as solved on
            • RokeJulianLockhartR RokeJulianLockhart

              @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.

              RokeJulianLockhartR Offline
              RokeJulianLockhartR Offline
              RokeJulianLockhart
              wrote on last edited by RokeJulianLockhart
              #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
              • RokeJulianLockhartR RokeJulianLockhart has marked this topic as solved on

              • Login

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