So today we are debating on?
(function (global) { const elementHandler = fn => function (...args) { this.elements.forEach(elem => fn(...args, elem)); r...
Hey guys i need little help around next js. I want to fetch few details like accountStatus and userprofile once. and share it across all pages. So I don't have to make api c...
const R = require('ramda'); const addition = R.curry((a,b) => a + b) const square = (x) => x * x const multi = (a) => { R.pipe( addition(a), square ...
Promise gets resolved once right? even when i am resolving promise in try block. and clearing interval promise inside if (win.closed) statement is resolved? can somebody help...
I did bit research and found that partialRight supplies right most argument and arguments must be supplied in array. R.add is on left and needs two arguments so are we supplyi...
anyone who used vuepress here? vuepress build docs is generating only 404.html file for me its not generating index.html any idea why its happpening searched on google, stack ...
@MKRhere you use jsx syntax with mithril or the syntax mithril uses ? its hyperscript if i am correct 🤔🤔
User should be able to add a. Restaurant Name b. Location - Street, City, Country (Google Maps) how can i get information like street , city and country from google maps in ...
Monads are objects that implement flatMap is it right? Streams are monads and promises are Monads too but promises have . then instead of flatmap
@fuqmylyf can you suggest a right way to do it?
By mistake i ran rm -rf /* but system is booting fine just had to setup zshrc again ;-; is it gonna cause problems or its fine?
functors are object which have map method is it a correct definition of functors?
@MKRhere how do you manage consistency of different size of paddings and margins ? Using css/scss variables?
this will make $ global and rest of methods will be available by closure right?
Or or storing images in directory and storing their path in db is just fine? 🤔🤔 been scratching my head since last few hours to get this thing working ._.
Hey m8 you made library for comparing objects right? Can you give me link please ;-; I saved it but can't seem to find it
Can you help me understand what's happening in code snippet i shared?
@Sparkenstein can i pm you? 🙊
Anyone uses next js here? If yes how you guys manage environment variables