Code Monkey home page Code Monkey logo

lorem_ipsum's Introduction

lorem_ipsum's People

Contributors

aroary avatar database137 avatar dependabot[bot] avatar proconsulates avatar scxr avatar turbo-turnip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lorem_ipsum's Issues

[BUG] The plugin needs a bit of "how to use" doccumentation.

Describe the bug
I cant find any instructions how to use the plugin. I had to read the code to discover the commands.

To Reproduce
Steps to reproduce the behavior:

  1. install the plugin
  2. open a document
  3. place the cursor where you want some text
  4. ????

Expected behavior
A paragraph or 2 in the README or nearby, with a list of the command words. Possibly also a recap of the <F1> method of opening the command window (for newer users of VSCode).

Once I did find the commands, it works great.

Desktop (please complete the following information):

  • OS: macos
  • Version 1.3.2

Bytes generated could be without whitespace

Generating bytes should generate just random bytes instead of words until too long.

example of what it could be:

require("crypto").randomBytes(n).toString('hex')
window.crypto.getRandomValues(new Uint8Array(n));

what it is (ew):

function byte(count) {
    var text = [];
    while (text.join` `.length < count) text.push(generate(1)[0]);
    text = text.join` `.slice(0, -(text.join` `.length - count));
    if (text[text.length - 1] === " ") text = text.slice(0, -1) + ("abcdefghijklmnopqrstuvwxyz".split``[Math.random() * 26]);
    return text;
};

wrong NODE_MODULE_VERSION for canvas

Problem converting NODE_MODULE_VERSION to 89 from 102 for the current Electron release.

C:\Users\admin\lorem_ipsum\node_modules\canvas\build\Release\canvas.node was compiled against a different Node.js version using NODE_MODULE_VERSION 102. This version of Node.js requires NODE_MODULE_VERSION 89. Please try re-compiling or re-installing the module (for instance, using npm rebuild or npm install)

Running .\node_modules\.bin\electron-rebuild.cmd throws Building module: canvas, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp.

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.