-
**What does this bug affect?**
This affects all automaton weaponskills.
**Steps to Reproduce**
Have an automaton use a weaponskill.
**Expected behavior**
Weaponskills function properly.
…
-
```
var vm = ko.applyBindings({}, elem);
```
This would be handy because I can easily call the functions inside of component's view model.
For example,
```
window.showMsg = vm.show
```
-
when making the staticfiles this one does not get in there.
/static/djk/js/datetime.js
i am not really sure what it is for. I have the below from and old version or something. that atleast sto…
-
I've encountered a very rare and strange bug with components when rendering with phantomJS.
It seems that components are not rendered when using custom elements, unless the component name has a hyphen…
-
There are a lot of "util" methods present in current Knockout code that are part of the ES6 definitions.
They are also implemented in shims, as Babel presets for example. So there is no more need to i…
-
It will borrow heavily from Vuex as a foundation. This will go as far as State, Mutations, Actions.
```javascript
let store = {
state: {
myStoredObs: ko.observable(false)
},
mu…
-
I am working with bootstrap-wysihtml5 to implement a real-time text editor that allows for multiple connections simultaneously. With the help of Pusher, I am able to trigger events that are seen and u…
-
Hey Gang,
Checking out the slush stencil tool you have created and I am running into a bit of resistance.
First I tried a "react" project, when I ran into issues getting it to run I tried creating a…
-
E.g. currency based on sentiment toward countries or governments? Futures while markets are closed?
-
Are you guys planning to support server-side rendering in the future? If not, what do you think it might take to implement it and what to look out for?
Thank you in advance.