Tsotne Nazarashvili

Results 75 comments of Tsotne Nazarashvili

you can publish package to npm with `npm publish` https://docs.npmjs.com/cli/publish i personally think it's not correct to publish css files as nodejs package but since bootstrap and jquery is available...

things have changed now laravel uses npm for bootstrap-sass so for all who uses laravel including me it makes more sense to use npm not bower or any other package...

it is really important feature @NoxArt will it be available soon?

it can be issue of server time or local time not been correct

@NoxArt i think its better to add option `ignore_with_gitignore` so ftpSync will ignore files by .gitignore

array is better then pipes it is more readable when you have many things to ignore i like idea of `ignore_with_sublime_workspace` but for now you better develop what you already...

> TypeScript alternative that is more friendly for functional programming there are bunch of those - ReScript - Js_of_ocaml - elm - purescript - Scala.js > I also _love_ that...

you are asking for `User` type and you are getting `User` and fact that you are not using all `User` props is internal logic and can change in the future...

i understand where confusion comes from but destructuring is not part of function interface it's just a suger syntax ```ts // original function stringifyUser({ name, email }) { return `${name}...

> Let me reverse the question: > > Where do you see a case _for_ functions that demand properties they can't access or use? 🤷‍♂️ btw they can access it...