GithubHelp home page GithubHelp logo

Couple issues about popspace HOT 6 CLOSED

dillfrescott avatar dillfrescott commented on August 23, 2024
Couple issues

from popspace.

Comments (6)

jaderms avatar jaderms commented on August 23, 2024 1

I believe I have managed to resolve the issue in the Notepad. It seems that the attempt to address the race condition wasn't fully implemented, which is why it wasn't working correctly. I have submitted my changes in PR #20.

from popspace.

a-type avatar a-type commented on August 23, 2024

Is there any error output from any of the server processes in your container?

from popspace.

dillfrescott avatar dillfrescott commented on August 23, 2024

Ah, I dont believe there was any errors of any sort. Id have to test it again but I don't remember seeing any

from popspace.

jaderms avatar jaderms commented on August 23, 2024

I also experience both of these issues. The first one, where the spinner keeps spinning indefinitely, only occurs in Google Chrome. If I remove the widget and then restore it, it starts working. A page reload works too.

Regarding the second problem, I managed to solve it by modifying the file noodle-api/src/lib/files.js. I added 'async/await' to the metadata retrieval:

getFileMetadata: async (fileId) => {
  const base = await shared.db.prisma.fileUpload.findUnique({ where: { id: (fileId) } })

PR: #19

from popspace.

a-type avatar a-type commented on August 23, 2024

Sorry for not keeping up with this, but I've also been able to reproduce the notepad issue. Unfortunately the notepad is a particularly complicated widget under the hood so it may require some further intervention.

It's odd to me that your fix worked for images, since I've not had any trouble with my local testing, but you're right that that code is definitely broken.

from popspace.

dillfrescott avatar dillfrescott commented on August 23, 2024

@jaderms Amazing!

from popspace.

Related Issues (10)

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.