Giter Site home page Giter Site logo

blog.adriaan.io's Introduction

blog.adriaan.io's People

Contributors

adriaandotcom avatar akuokojnr avatar amanjain7838 avatar anasbouzid avatar artifex404 avatar benbalter avatar chrisdwheatley avatar cmbuckley avatar dangerdespain avatar joooeey avatar jpalala avatar luizhenrique07 avatar mdo avatar mick-net avatar parkr avatar philarmour avatar stve avatar sylvainemery avatar tehshrike avatar thaiphan avatar thebinarypenguin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

blog.adriaan.io's Issues

Key Bindings Missing

Great lib!

Installed it on Sublime Text 3.2.2 build 3211 on OSX Catalina 10.15.3 and I noted there were no key bindings in the package settings. The package is there and I can modify settings but key bindings are missing. I tried CMD + CRTL + j with no luck. I think it simply isn't getting the command to run. Have you seen this before?

Thanks man!

[R]

Screen Shot 2020-02-26 at 4 46 06 PM

anti-pattern?

I was having a similar issue then I got to a stackoverflow question:https://stackoverflow.com/questions/43036229/is-it-an-anti-pattern-to-use-async-await-inside-of-a-new-promise-constructor
So your code can be write so:

async function returnSomething(name) {
const somethingElse = await returnSomethingElse();
return new Promise( (resolve, reject) => {
resolve(somethingElse);
});
}
What you think guys.

Thinking a little more. What about if there are more than one asyncronous activity that need to be waited inside returnSomething function. Then I dont know how to treat these case.

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.