Git Product home page Git Product logo

umbox's Introduction

Nowadays I mainly use github for open source contributions and to host a few of my high profile project (see pins). My other projects are hosted on SourceHut.

umbox's People

Contributors

marekmaskarinec avatar vtereshkov avatar

Stargazers

 avatar

Watchers

 avatar

umbox's Issues

Type error in `printf()`

C:\Users\vtere\Desktop\game>umbox update

Runtime error C:/Users/vtere/AppData/Local/umbox/dat/src/common.um (299): Incompatible types int32 and str in printf()
Stack trace:
    getMeta: C:/Users/vtere/AppData/Local/umbox/dat/src/common.um (299)
    run: C:/Users/vtere/AppData/Local/umbox/dat/src/update.um (173)
    main: C:/Users/vtere/AppData/Local/umbox/dat/umbox.um (69)
    <unknown>: C:/Users/vtere/AppData/Local/umbox/dat/umbox.um (84)

JSON parser fails on Windows line endings

I'm trying to run umbox update for the rail game on Windows:

UmBox error (6): json error: (box.json:9) unknown constant

The "constant" has the value of "\r" (0x0D).

Compatibility tags

This would add a bit of text to the package info, saying which platforms the box supports.

Auth v2

Currently, the authentication method is not very good, in fact, it's a bit stupid. I'm not sure what I was thinking while developing it. This issue proposes the development of a new auth method, which would use asymmetric cryptography (ed25519) to sign the files that are uploaded to the server.

Register:

Generate a key pair and send a register request to the server with your pubkey. The private key is saved by the user.

Upload:

Sign the data and send that to the server.


After implementation, both methods of authentication would work for a while, until we can fix all of our current packages.

Show all files in tree view

Currently the tree view can only show certain types of files, namely .um and .md. There should be an option to show everything.

  • images should be shown as images
  • large files should be truncated
  • binary files should either not be shown at all, or shown as a hex dump
  • there should be a download link for every file

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.