Olga Grabek

Results 12 comments of Olga Grabek

@wbyoung This is what I thought. However, in my ~/.avnrc I have only: ``` { "plugins": ["n"] } ``` Moreover, when I'm switching from lower version of node, eg. 10.x...

Yes, fix the rectangle to a certain aspect ratio.

I did first step, but there are some issues with my code. First of all when user sets aspect ratio for rectangular crop area, the starting crop area should be...

After some more searching, I'm not the only one that have this problem with dustjs and webpack: http://stackoverflow.com/questions/37592861/dustjs-with-webpack-dont-load-all-files I also tried to import index.js: ``` const dust = require('dustjs-linkedin/index.js') ```...

@rkrishn Unfortunately, it was a long time ago. I don't remember what I did to make it work and I don't have an access to this project any more :(...

If somebody needs really simple, vanilla javascript picker, this is my implementation. I [forked](https://github.com/Olgagr/vanilla-color-picker) vanilla-color-picker to make some adjustments for medium-editor styling. ``` js /** * Custom `color picker` extension...

@benjamin79 Yes, this is for v4. I'm using version4 right now.

I'm a little bit confused. Is this issue resolved? How can we set up `has_one_attached` to not delete a record from `attachments` and `blobs` when a record is soft-deleted?