Bojan Hribernik

Results 18 issues of Bojan Hribernik

How can we change gridly settings after initialization? For now I have created an override: ``` Gridly.prototype.refresh = function(params) { if (params.length === 1) { $.extend(this.settings, params[0]); } else if...

As @guilhermedecampo said, this does not work with RN, because it relies on `FileList` check, which is not available on RN. >You guys have a suggestion to make it easy/seamless...

@sandervanhooft @thebigredgeek if you want, I can give you admin access to all repositories for apollo file upload. You guys are very active and I am really busy ATM, so...

ATM there is no way to override most of the internal classNames used in `react-daisyui`, so I have to do stuff like: ```css @tailwind base; @tailwind components; @tailwind utilities; .drawer-toggle...

## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...

semantic-release

Just thinking ... in the demo, most of the tool functionality is split out into higher order components, which add props directly to the Paper component. ```javascript export default compose(...

Pure JavaScript implementation: ![paperjs](https://user-images.githubusercontent.com/4412324/27771580-a7b70ae8-5f51-11e7-924b-afc0be284cb1.png) React implementation: ![react](https://user-images.githubusercontent.com/4412324/27771584-bd83cf78-5f51-11e7-86d5-646c21fa6f8c.png) It's obvious that React implementation does a lot more scripting. Figure out how to improve this.

Doing so should reveal any bugs and problems. Links: http://paperjs.org/examples/ https://github.com/paperjs/paper.js/tree/develop/examples/Paperjs.org