-
This has been mentioned from time to time and I'd like to bring this up to seriously discuss it.
Removing jQuery brings some big advantages
- people tend to avoid Blaze, simply because it's the …
-
We've been using ObjectModel library as a core element in our app for the last 2 years and we are thrilled with the features. It has helped immensely to find bugs during development phase. I have also…
-
Hey @ejfrancis and @archonic ... just a quick update. This package now pulls in the Prosemirror NPM package and the demo works. It's just instantiating the editor on the client side with no server cod…
-
Can winston be used on the front-end for logging? I'd like to use Winston for greater front-end logging ability. Can this be done?
-
Imagine this case where we have:
```
{
"name": "A",
"version": "0.0.1"
"peerDependencies": {
"B": "0.0.1"
}
}
```
```
{
"name": "A",
"version": "0.0.2"
"peerDependencies": {
"…
-
I want to use live chat widget api with below codes:
```
RocketChat(function() {
this.onChatEnded(function() {
// do whatever you want
console.log('chat ended');
});
});…
-
## 编程小炒
https://github.com/wxyyxc1992/Awesome-CheatSheet/tree/master/ProgrammingLanguage (👍 💯 💯 学习)
## Vulcan.js
https://github.com/VulcanJS/Vulcan (A toolkit to quickly build apps with Rea…
-
@catmando not sure if you saw this discussion previously in Gitter, but I have been thinking that a portable Hyperloop that can run atop Amber or even Lucky frameworks for Crystal might be very attrac…
-
I've just installed a new laptop with a fresh copy of all tools (node, npm, etc). I've tried to run npm install for my work software project and am getting C++ compile errors while trying to insta…
-
I'd like to be able to open a debugger terminal similar to how is done in vscode, so that I can try debugging npm or node scripts from a terminal. However, I'm struggling to digest how to set up this …