Thomas Albertini

Results 14 comments of Thomas Albertini

Heyy, this is pretty neat! 💯 Especially for multi word searches. I really like the idea. Will it be in symbiosis with `tolerance` ?

I guessed, i really like the idea 😄

> After a rigorous process of hit and trial. This issue seems to appear only when the Key and the Value of the env is exactly of length 15 I...

Not necessarily. First the event loop starts registering callbacks into their respective queues. Then it executes them looping through its phases: timers -> pc -> idle -> poll -> check...

You can simply try it yourself. Look at this: ``` const immediateRecursive = () => setImmediate(() => { console.log("immediate"); immediateRecursive(); }); immediateRecursive(); // setInterval will run console.log("I run first") const...

> @rajeshbabu-oviva Hello, I'm confused about `tick` , `phase` and `one/an loop`. Could you explain this three? Thank you. The event loop is a mechanism that allows Node to perform...

> @thomscoder > > * [x] Add a newline in `layouts/css/layout/_main.scss` on line 13 > * In `layouts/css/page-modules/_home.scss` > > * [x] on line 194 correct tab/spaces indentation issue >...

> Hi @thomscoder can you explain how a `max-width: 780px` is affecting bigger screens? that media query was for vertical displays iirc. it's max-width && min-height

Thanks, I will resolve conflicts and update the pr