Null

Results 13 comments of Null

bisheng.config.js 加个 root ```js module.exports = { root: '/project/', } ```

@juanpicado thanks for mention that, I updated my post.

I mean the code "this.reload" [public reload(callback: Callback): void {](https://github.com/verdaccio/verdaccio/blob/9fea291ebc5613df9cbd062d5ba4aa61279aa5be/packages/plugins/htpasswd/src/htpasswd.ts#L201)

Some references for you: This library has feature of cospan and it's based on react-window as well. [https://autodesk.github.io/react-base-table/examples/row-span](https://autodesk.github.io/react-base-table/examples/row-span) Some react ui library like antd define cospan as column prop ```js...

Why current maxZoom is 1.5?

I think the best way is to expose options to `draw` method, like: ``` draw({snapToGrid:15, circleSize: 5}) ```

You can override Backbone.Model's _validate method to filter changed attributes. Inspired from: https://github.com/fantactuka/backbone-validator/blob/master/backbone-validator.js#L178

This alternative https://github.com/fantactuka/backbone-validator can do so.

You need `babel-plugin-transform-runtime`: https://stackoverflow.com/a/36821986/1252528