Vladislav Fursov

Results 43 comments of Vladislav Fursov

I seem to have found the cause of deadlock. https://github.com/tatsushid/go-fastping/blob/master/fastping.go#L454 Since the code is executed in parallel, the operation [time.NewTicker(p.MaxRTT)](https://github.com/tatsushid/go-fastping/blob/master/fastping.go#L435) conflicts with "close (p.ctx.stop)" and when processing anything in ```go...

Hello. Thank you for the PR and compliments. I will accept your PR, but could you make some changes. - Remove empty blocks from css (you marked them as "empty...

> wonder if blocks should have default styles, too? I think yes. > the z-index of links is not compatible with blocks - the links are behind the panel and...

Hi. Thank you for your interest in the project. I think your solution with clonedBlocks.map is correct. The only problem is if you change the inputs/outputs of the block(in "blocksContent"...

Hi. Sorry for the delay in response and thanks for PR!

I looked at your design, but I would like to leave the original design. My design is less good, but it is only intended to show the essence of the...

Hi, thanks for your interest in the project. When I did this project, I did not even think that it could be useful to someone. Let's be honest, the project...

I want to inform why this "library" is not in the npm repository from me. This code is far from the library code(I have high standards), since it is not...

@krthr thank you, I think this is not yet required, for the reasons described above.

Hi, thanks for your interest in the project. There is currently no easy way to do this, you need to edit the "https://github.com/ghostiam/vue-blocks/blob/master/src/components/VueBlock.vue", add props with the name "values", change...