Anton W
Anton W
I didn't find time to try out use the blobs and do in one commit, but here is the Promise/Generator version to do it with multiple commits: https://gist.github.com/timaschew/c5daed16394522b756fc86039b8d19d6 By the...
I've wrote my own stub/spy for octocat: https://gist.github.com/timaschew/44de7de88d875971a5369a0046d5ba7d
Any news on this?
What for me worked is this: ``` js window.onpopstate = function(e) { page.replace(e.state.path) } ```
actually my analogy was not really about a duplexer :pensive: but for the difference between a full duplex and half duplex
Cool, thanks! I will try it out in the next days. Actually I didn't see that you can pass `useUrlFragment` earlier, so that would solve my problem with the routes....
I've installed the latest version (0.2.2) and using this config ``` "plugins": [ [ "tabs", { "dedupeIds": true } ], require('../../vuepress-plugins/public-files') ], ``` But it doesn't work. This ids are...
Okay, just tested on another project, it's working fine there: https://hungry-yonath-bfd0a1.netlify.com/#first-header In my real project I just have [another plugin](https://github.com/vuejs/vuepress/pull/1494) I will try to turn it off tomorrow.
@warka0 please do never link to lines of a branch, especially of the master branch. Before coping the URL press `y` this will generate a permanent URL, in this case:...
I've updated it. Note: in my setup the broken db is called **test-db-2** (test-db-1 is ok, because it was created without `--custom-env`)