Yves Amsellem
Yves Amsellem
Using something more discreet that a "preview html" text in the middle on the page when refreshing would be very cool. Now, the page seems to jump on every refresh....
Is there a way to add some custom assertions to `t` existing ones? I would like to add those basic ones: — `t.instanceof(object, clazz)` — `t.length(array, length)` — `t.members(array, item,...
https://github.com/express-vue/express-vue/blob/1c32c5645c207809a5902b2cac9fd24850ca235f/lib/utils/render.js#L66 It seems that the `#app` id is compulsory for the ssr to work with express-vue. Can it be possible to make it configurable? And configurable per component (in `renderVue`...
This project is great ;-). _Their is only one thing that bothers me_: the ipad ui is great and I don't get why it's not used for desktop. The 2...
When two strings of characters are very different, the output displayed by power assert is confusing. May be using a Levenstein distance (or other) to display the first string entirely...
`NODE_ENV` is set to `test` by this plugin, but it's not possible to add our own environnement variables. This could be helpful on some `ALLOW_CONFIG_MUTATIONS=true` cases with the [config npm...
Using a backbone collection to fill the options of a select box do not subscribe the bow to the collection changes. So, on `collection:change`, simulating a change on the observed...
It would be great if FreeScout offers the ability to quote someone when creating a note with `@username`, which will notify him/her (and may add an option in `Notify me...
Missing attributes from server are not removed in model: ``` javascript const model = new Model(); model.save({name: 'Paul', age: 18}); // server replies {name: 'Paul'} // model still has is...
Using `ampersand-model` with webpack creates an invalid bundle. The error `require is not defined` occurs on line 14654 (caused by `module.exports = require("net");`). Below is a snippet that reproduces the...