GithubHelp home page GithubHelp logo

can't edit byte'd integers about boltbrowser HOT 2 CLOSED

br0xen avatar br0xen commented on June 10, 2024
can't edit byte'd integers

from boltbrowser.

Comments (2)

br0xen avatar br0xen commented on June 10, 2024

You're storing your integers in a fine way. The problem stems from bolt being a type-less database, so there is no built-in way to determine what the "appropriate" data type is for any value stored in it.

This means the application that is interacting with the database is in charge of encoding/decoding the bytes stored in the db. Boltbrowser is, at this point, basically just built to be able to edit string data...

I believe that, in order to resolve this issue, bb needs to have a new workflow added where you can tell it what type of data you are viewing at any given key... Then any edit on that field should be able to encode it correctly. This will probably be a decent amount of work.

from boltbrowser.

utdrmac avatar utdrmac commented on June 10, 2024

Thanks for the reassurance that I'm doing things "correctly". 😄
I'll close this out then as this was really just a one-time notice sort of thing.

from boltbrowser.

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.