Code Monkey home page Code Monkey logo

Comments (3)

tantaman avatar tantaman commented on July 19, 2024

hmm.. Strut just iterates all of the local storage keys and lists them as saved presentations.

I have always just assumed that each domain gets its own section of local storage, maybe that was a wrong assumption.
Are you running Strut from localhost? Maybe you have another application under localhost that is saving items under the daemon keys?

Assuming that it is another application cluttering localstorage I could maintain a "StrutIndex" (in localstorage) that can be used to keep track of which files Strut has saved.

from strut.

jancborchardt avatar jancborchardt commented on July 19, 2024

Yeah, usually it’s true that each domain gets its own section. This happens with Strut on Github, and also with Litewrite and WYSIHTML5.

From the value, it’s clear that Github runs Chartbeat, which in turn injects those keys: in »settingsDaemon« it says »chartbeatSampleRate« among other things.
A quick solution would just to hardcode-ignore those 4 values, but if someone sets up Strut on their own domain in a subfolder or so, just iterating over the values might not be the best thing anyway.

But actually, I think using remoteStorage.js would solve that problem altogether as the getList method only gets stuff in the specific scope (in this case, probably »presentations« is best). Is that correct cc @michielbdejong

from strut.

michielbdejong avatar michielbdejong commented on July 19, 2024

yeah that sounds about right

from strut.

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.