Giter Site home page Giter Site logo

Comments (18)

dominictarr avatar dominictarr commented on May 3, 2024
  1. pub error is not helpful "Invalid Invite Code" stack trace would be better. it feels like it's not actually trying.
  2. an alert pops up on an invalid pub message. should just ignore it.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. pub page does not update when i add a pub manually. reload doesn't help. seems like maybe it never gets past the invalid pub?

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

Added keyboard shortcuts to the planwiki https://github.com/ssbc/patchwork/wiki#keyboard-shortcuts

Also added a section about detailed error modals: https://github.com/ssbc/patchwork/wiki#detailed-error-modals. Im ok putting stack traces in there if it's behind an "advanced" ui-control that is collapsed by default. Stack traces freak people out, they usually mean there's an error that the program didnt catch, and so now the trace is getting dumped.

Keep updating with experiences with the pubs and onboarding, that's an area that hasnt gotten a lot of love yet

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024

@pfraze behind a thing is fine, but if someone tells me about a problem i want to be able to get useful information.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. you click on "sync" on the pub screen, but it doesn't give any sign of doing anything. if there was an error it should indicate that some how.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. pub "members" should include the pub itself.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. there is no indication a new message has arrived. you have to refresh. people expect more "realtime" interfaces these days.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. right-click on post link (time) doesn't work.
  2. pasting a link to a message in a message isn't detected as anything.

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

Message IDs should be recognized, though not with any autocomplete. Can you paste the ID here?

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024

this is the raw message:

{
  "key": "%yvu4Xcke/X9oYPHTQtvpB28lpC3Jk/C60qHH/THqGmk=.sha256",
  "value": {
    "previous": "%1K5E/GDHxA9BDM0FsdIV0SYRrdvQJ3zzcbjjVAFs9Yg=.sha256",
    "author": "@BIbVppzlrNiRJogxDYz3glUS7G4s4D4NiXiPEAEzxdE=.ed25519",
    "sequence": 18,
    "timestamp": 1438977059743,
    "hash": "sha256",
    "content": {
      "type": "vote",
      "vote": {
        "link": "%Qzdgg3yhpG3RQnBbQpapVf86cwDNQVGdCPy0VWsnptY=.sha256",
        "value": 1
      }
    },
    "signature": "8L7T04my9D0kbmZsEBEuU8X8+5DTM+SmNW8NgLxZMs4GFD7lNWF0XdvEiXUvW1BxNYPWW+/7nXPoEByOit4EBw==.sig.ed25519"
  },
  "timestamp": 1438977059746
}

it is detected! but it's not rendered as a link );

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

@dominictarr is that the right raw message? "pasting a link to a message in a message isn't detected as anything." made me think you were pasting a message id into Patchwork's post form, so I was expecting a type: post

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024

sorry, wrong message

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024

this is the right one

{
  "previous": "%utxyjNw8dtbedYlb0Rnn3P7ks4V0kGEDdyzG5O6ETxY=.sha256",
  "author": "@BIbVppzlrNiRJogxDYz3glUS7G4s4D4NiXiPEAEzxdE=.ed25519",
  "sequence": 16,
  "timestamp": 1438976856523,
  "hash": "sha256",
  "content": {
    "type": "post",
    "text": "hello\n\n%sYZDD1+cOg52V+AQnXwcLsagUyYW2CUSynk5RFORV0c=.sha256",
    "mentions": [
      {
        "link": "%sYZDD1+cOg52V+AQnXwcLsagUyYW2CUSynk5RFORV0c=.sha256"
      }
    ]
  },
  "signature": "e8jaDNxBEv8nQAhHUsiUF0K/9uwn7QkEFkL8GW83CM9nys3opBHLnU/MDMg3COW5JjCFOf+VNQkIOrOqkCwEBQ==.sig.ed25519"
}

from patchwork.

pfrazee avatar pfrazee commented on May 3, 2024

Ah, the newline is failing as a preceding character. Something broken in the regex. Easy fix.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024

@pfraze use \b i think, for "word boundry"

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. unread messages inbox number never goes down.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024
  1. the progress bar on the sync page doesn't seem work right.

from patchwork.

dominictarr avatar dominictarr commented on May 3, 2024

some of these bugs i am finding are actually scuttlebot bugs.
adding tests and fixing them when i find them.

from patchwork.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.