> They are all crying for the audience, the losers. There is an opinion that making them (a big business, and overseas players too), crying for audience is a way to make them loyal to a regime. So they come to the…
https://github.com/DeaDBeeF-Player/deadbeef
Is there a way I could let some CI service like Travis CI to ONLY publish the packages to this GitHub Package Registry? ONLY means I don't want to expose the entire GitHub account to Travis CI but allow only publishing…
> focusing on a compiler versus a full on framework Angular goes a similar way, just look up Ivy renderer on the internet.
Zones is only responsible for triggering change detection caused by user/external input. It's possible to use Angular without Zones.
> Cybernetically enhanced web apps Is not AOT compilation is a more traditional name for such stuff?
- Is speed comparison going to include Angular with Ivy renderer enabled (and probably OnPush change detection strategy enabled)? It's also AOT rendering stuff that doesn't use virtual DOM. - There is a lot of static…
"... than Apple says" as thinking and saying is not the same thing.
Apple dumped audio-jack in order to make more money selling pricey AirPods. Now they want even more of your money.
> Brexit is completely dumb Well not completely. It allows UK politicians to imitate useful activity around the Brexit.
If you need to maintain and extend the project I'd consider converting the JavaScript code to TypeScript with strict compilation option enabled.
> TypeScript revolutionized the act of writing JavaScript I agree with this point. > React and JSX revolutionized the act of writing HTML I see nothing revolutionary in React. > GraphQL revolutionized the act of…
I was a Firefox user long time ago, but then switched to Chrome since Firefox was freezing as hell. But just recently I switched back to Firefox Quantum and have been happy so far. No freezing anymore, open source, all…
Try this ['1','1','1'].map(Number). That's just about language specifics, not a question for seniors in my opinion.
It's built on Electron.js, so for Desktop only, how is it useful then? https://www.inoreader.com/ is still working well by the way.
Lenovo Thinkpad line, Dell Latitude line, HP Zbook line.
You are doing it wrong asking the question instead of starting doing stuff either with your mentor or in your own. It's never too late while you are alive.
> It's the most simple framework I've ever learned. Not a framework, but library.
Sure, but just don't limit yourself by the Rollup.js only. Again Webpack is a module bundler (modularization is there), and it was a module bundler before Rollup.js went public. So you can use all the ES6/7/TypeScript…
It's already a common approach to pack CSS and some other stuff into the single JS bundle, so it's feasibly and many devs already do that. It should be possible to do with any modern bundler, including Webpack of course.
Why would you use Parcel if it's not yet ready to provide all the needed functionality? There is also fuse-box bundler, I din't try it on complex projects though (and not going to in the near future), but in some terms…
Webpack actually does the same (it's module bundler), browserify too (but in a more limited way). Gulp ant Grunt are not the module bundlers at all, but simply a task runners - absolutely different things. Btw there is…
There are many Linux distros these days with graphical installers, that look great out of the box, etc.
Apple pushes those who have not yet moved to Linux to do so?
> In a weakly typed language like Javascript, I don't think you'll ever regret being a little more explicit. "!!" is not needed in the shown case. It might be needed if you want to pass somewhere or return "boolean"…
> They are all crying for the audience, the losers. There is an opinion that making them (a big business, and overseas players too), crying for audience is a way to make them loyal to a regime. So they come to the…
https://github.com/DeaDBeeF-Player/deadbeef
Is there a way I could let some CI service like Travis CI to ONLY publish the packages to this GitHub Package Registry? ONLY means I don't want to expose the entire GitHub account to Travis CI but allow only publishing…
> focusing on a compiler versus a full on framework Angular goes a similar way, just look up Ivy renderer on the internet.
Zones is only responsible for triggering change detection caused by user/external input. It's possible to use Angular without Zones.
> Cybernetically enhanced web apps Is not AOT compilation is a more traditional name for such stuff?
- Is speed comparison going to include Angular with Ivy renderer enabled (and probably OnPush change detection strategy enabled)? It's also AOT rendering stuff that doesn't use virtual DOM. - There is a lot of static…
"... than Apple says" as thinking and saying is not the same thing.
Apple dumped audio-jack in order to make more money selling pricey AirPods. Now they want even more of your money.
> Brexit is completely dumb Well not completely. It allows UK politicians to imitate useful activity around the Brexit.
If you need to maintain and extend the project I'd consider converting the JavaScript code to TypeScript with strict compilation option enabled.
> TypeScript revolutionized the act of writing JavaScript I agree with this point. > React and JSX revolutionized the act of writing HTML I see nothing revolutionary in React. > GraphQL revolutionized the act of…
I was a Firefox user long time ago, but then switched to Chrome since Firefox was freezing as hell. But just recently I switched back to Firefox Quantum and have been happy so far. No freezing anymore, open source, all…
Try this ['1','1','1'].map(Number). That's just about language specifics, not a question for seniors in my opinion.
It's built on Electron.js, so for Desktop only, how is it useful then? https://www.inoreader.com/ is still working well by the way.
Lenovo Thinkpad line, Dell Latitude line, HP Zbook line.
You are doing it wrong asking the question instead of starting doing stuff either with your mentor or in your own. It's never too late while you are alive.
> It's the most simple framework I've ever learned. Not a framework, but library.
Sure, but just don't limit yourself by the Rollup.js only. Again Webpack is a module bundler (modularization is there), and it was a module bundler before Rollup.js went public. So you can use all the ES6/7/TypeScript…
It's already a common approach to pack CSS and some other stuff into the single JS bundle, so it's feasibly and many devs already do that. It should be possible to do with any modern bundler, including Webpack of course.
Why would you use Parcel if it's not yet ready to provide all the needed functionality? There is also fuse-box bundler, I din't try it on complex projects though (and not going to in the near future), but in some terms…
Webpack actually does the same (it's module bundler), browserify too (but in a more limited way). Gulp ant Grunt are not the module bundlers at all, but simply a task runners - absolutely different things. Btw there is…
There are many Linux distros these days with graphical installers, that look great out of the box, etc.
Apple pushes those who have not yet moved to Linux to do so?
> In a weakly typed language like Javascript, I don't think you'll ever regret being a little more explicit. "!!" is not needed in the shown case. It might be needed if you want to pass somewhere or return "boolean"…