Petre Damoc

Results 16 comments of Petre Damoc

The two versions I tried (4.3.9 and 4.4.2) behave differently and if I try to download the same torrent with Transmission, I get a size on disk similar to the...

I deleted all my configuration files and re-downloaded the same torrent. It looks like the size problem appears **only** if I check `Pre-allocate disk space for all files`. Here is...

> Minimal example for two classes on one element: wrapping the code in a div solves this problem `div [] [ button1 ] |> toUnstyled`

> If you have suggestions how to do it I'm all ears Start with the WHY of it. Why should this separation exist? Why should anyone care? What value can...

@dalen can you provide a link to the actual use of `Task.map` that is worrying you? I cannot find the actual place that does what you describe. As far as...

Thanks for this `fix`. What I ended up doing is using the following bits: ```python class ElmRescrollCommand(sublime_plugin.TextCommand): def run(self, edit, prev_pos, t): if t > 0: if prev_pos == list(self.view.viewport_position())...