The Wayback Machine - https://web.archive.org/web/20201206170131/https://github.com/topics/preact
Skip to content
#

preact

Here are 1,140 public repositories matching this topic...

Strange-AI
Strange-AI commented Sep 18, 2018

JS 配置如下:

 var gitalk = new Gitalk({
            clientID: '3654916*****0c0038c28',
            clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
            repo: 'Strange-AI.github.io',
            owner: 'Strange-AI',
            admin: ['jinfagang', 'Strange-AI'],
            id: vm.codeId,
            distractionFreeMode: false
        });
        gitalk.render('gitalk-conta
dbetteridge
dbetteridge commented Dec 4, 2020

Repro steps

  1. Create fresh WMR setup
  2. npm install uuid (this uses the native 'crypto' api)
  3. run npm start

Error bundling crypto: Error: Could not loadnpm/[email protected]/index.js: Package crypto does not contain file index.js
500 /@npm/crypto - Could not loadnpm/[email protected]/index.js: Package crypto does not contain file index.js

The package 'crypto' on npm is deprecated,

tsparticles
matteobruni
matteobruni commented Dec 5, 2020

Randomizable value properties are a mess, there is a lot of minimumValue (random and animation have it) properties and a value.

This must be simplified in a simpler property type:

value: T | IRange<T> // T is a generic type

and the new IRange interface is made like this:

interface IRange<T> {
    min: T,
    max: T
}

Old propert

Improve this page

Add a description, image, and links to the preact topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the preact topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.