Alex Buznik

Results 39 comments of Alex Buznik

``` const fsm = require('javascript-state-machine'); let fsmFactory = fsm.factory({ init: 'parse', data: function(input) { return { rawInput: input, command: '', args: [] } }, transitions: [ { name: 'doParse', from:...

Hi! Our QA team requested explicit prefix and suffix [!- and -!] to distinguish from possible dynamic data in page. On Fri, 25 Nov 2022, 13:53 Tryggvi Gylfason, ***@***.***> wrote:...

I'm using pseudo-localization for the strings, with `pseudoLocalize()`. > Are the app strings not easily distinguishable from dynamic content already due to the pseudo localization (all the added accents and...

Or just `crypto.createHmac('md5', "salt").update("password").digest('hex'));`? How is salt attached? I mean how this can be reproduced on a different platform using other methods?

I'm in the project. Otherwise I wouldn't be able to set config. On Sat, 10 Feb 2018 00:54 David Jack Wange Olrik, wrote: > Are you in the context of...

via @yoshka Разобрать: https://github.com/chhantyal/influential-cs-books https://github.com/prakhar1989/awesome-courses https://github.com/bebraw/jswiki/wiki/Game-Engines https://github.com/bolshchikov/js-must-watch https://github.com/bebraw/jswiki/wiki https://github.com/ericelliott/essential-javascript-links https://github.com/tvandame/back-end-developer-interview-questions https://github.com/shikolay/Front-end-Developer-Interview-Answers https://github.com/h5bp/Front-end-Developer-Interview-Questions https://github.com/malachaifrazier/JavaScript-Interview-Questions https://hacks.mozilla.org/ https://developer.mozilla.org/bn-BD/ http://rsdn.ru/ https://learnthesecrethandshake.com/ http://www.paulirish.com/ https://developer.chrome.com/home http://superherojs.com/ http://shitformakingwebsites.com/ http://www.codethinked.com/ http://www.blogcoward.com/ http://highload.com.ua/ http://ericsowell.com/ http://blog.stevensanderson.com/ http://beletsky.net/ http://worrydream.com/# http://monocle.io/ http://invalidcast.tumblr.com/...

the purpose of `nuxt-img` here is to being able to prerender the page with SVGs during build-time, and the resource is away, so it doesn't work, right?

Created a workaround with my own component using `ResizeObserver` API.