Victor
Victor
> As far as I remember, you had to copy the image offline (with `qemu-img convert`) to reclaim space. Can someone please reveal full algorithm, step by step with commands,...
Thank you for the answer, but I got `diffdisk.new` file with the same size (31G in my case), as `diffdisk` ._. While inside VM `df` reports that 9.8G is used...
I made it a hard way :) - Copied `basedisk` and `diffdisk` to external drive with plenty of space - Using `vagrant` and `virtualbox` created new virtual machine, with nested...
Yep, looks like. Might it be because inspector calls event inside of compute step? https://github.com/effector/inspector/blob/master/src/index.ts#L235 UPD: I've tried to remove `traceEffectRun`/`traceEventTrigger`/`traceStoreChange` events calls (line [222](https://github.com/effector/inspector/blob/master/src/index.ts#L222), line [235](https://github.com/effector/inspector/blob/master/src/index.ts#L235) and line [260](https://github.com/effector/inspector/blob/master/src/index.ts#L260))...
Also added option `disabled: true/false` for plugin (`false` by default), and possibility to enable replace of exact import: ```json "plugins": [["effector-logger/babel-plugin", { "disabled": true }]] ``` ```js import { createStore...
Meanwhile I forked this module and changed it to [nginx_unsecure_cookie_module](https://github.com/yumauri/nginx_unsecure_cookie_module) I'm frontend developer, my C/C++ knowledges are super low, so I wouldn't dare make a PR :) I just chopped...
@boly38 Hi! I made docker image with this module, but it is stored in internal repository. It could be dangerous, if someone will use this image without fully understanding, what...
@boly38 mentioned your image in [readme](https://github.com/yumauri/nginx_unsecure_cookie_module#docker) :)
Sorry for that. Childish impulsive act I regret about. To be clear: Decision made was long mulled over, and I don't blame anyone. Mentioned correspondence was just a little bit...
Release [v3.0.0](https://github.com/yumauri/effector-reeffect/releases/tag/v3.0.0) was published.