Maciej Sitko
Maciej Sitko
## Expected Behavior Documentation has modern examples utilising ES6, Typescript and possibly even in-built ES6 browser modules support. ## Current Behavior Documentation has currently an old `require` syntax that would...
### Expected behavior `/route/match*` is a standard behavior. ### Actual behavior `/route/match*` breaks the router. ### Steps to reproduce behavior If you do `/route/match*` , and then navigate to `/route/match/`...
Whenever I try to do any of DOM type of stuff like `.getElementById` I get `cannot resolve`. And that through a stock lein template for clojurescript. Is that the kind...
None of the following touch events are firing at the moment, when set in bel: `ontouchstart` `ontouchmove` `ontouchend` `ontouchcancel` Steps to reproduce (extending the minimal example): ```javascript // list.js var...
Wiki
I was wondering how do we proceed on with wiki: Since you cannot fork it and pull request it we can create a ```develop``` branch on wiki locally and public...
I believe Socket.on is not generic enough, as it stand now it is: ```ocaml let on = (socket, func) => _on(socket, "message", obj => func(Json.fromValidJson(obj))); ``` But looking at the...
I am getting the following while trying to do `import Maker from '@makerdao/dai';` In the compiled browser application.