Pavel Udaloff
Pavel Udaloff
Hi everyone and thanks for quality software! I've notices that nodes comes w/ hardcoded classnames w/o ability to pass custom node classname via config: https://github.com/oslabs-beta/Svelvet/blob/1cd0841bf666691c83cb2f396043727ad4715848/src/lib/Nodes/index.svelte#L22-L36 So the question - is...
There is a chance for`isRoot` false negative result due to specific filepath "normalizing" in "json-schema-ref-parser" lib: https://github.com/APIDevTools/json-schema-ref-parser/blob/0980b0a89b7181655129e4e6be7da78dd10d6a4c/lib/util/url.js#L231 So check for root ( https://github.com/devexperts/swagger-codegen-ts/blob/a1ef03aa4b3c586aa9987499917a9781eb49605b/src/index.ts#L50 ) will fail in some cases: spec...
Привет всем! В [goodPractice.md](https://github.com/fullstack-development/front-end-best-practices/blob/master/JS/goodPractice.md) имеется пункт про следованию стайлгайду от AirBnB. И хотя там же присутствует оговорка > Все, что перечислено в гайде принять к исполнению, если это не перекрыто...
Hi there! I have question regarding proper approach on working with properties which has duped value. How to obtain them when atoms have deduping logic on set? Well pretty easy...
### Simple socks chaining Now you able to use this socks server as a SOCKS5 gate / relay (i mean pass traffic thru other socks servers, especially useful when you...
Not sure if it's outside of component's scope. However let's clear some things with NS. Consider following code to reproduce behaviour (a little bit modified `NumericStepper.page.tsx` example): ```javascript const dollarFormatter...
This PR brings following changes: 1. extends options object that can be passed to `query` (both from CLI and as direct dependency) with depth value (to have ability explicitly limit...
Issue: yarn dev fails in project dir after fresh install under Windows machine. Caused by: missing adm-zip package Solution: install adm-zip manually to project dir. Probably adm-zip devdep missing in...