Vladas Zakrevskis

Results 10 comments of Vladas Zakrevskis

Same here. ``` PS C:\Windows\system32> cabal --version cabal-install version 2.4.1.0 compiled using version 2.4.1.0 of the Cabal library PS C:\Windows\system32> ghc --version The Glorious Glasgow Haskell Compilation System, version 8.6.5...

I have the same question. How can I reuse file data if all methods take it by value and move it?

In my opinion the sorting feature is a must. In most cases user wants to find function or class definition and the results containing these keywords should be first. I...

@jacktasia Yeah. `(setq dumb-jump-functions-only t)` helped with Python. I should have checked it before posting. Thank you. I've also tried `(dumb-jump-go-prefer-external)`, but C++ definitions and classes are still in the...

@jacktasia melpa is currently down. I will investigate this issue after it is back to normal.

@jacktasia ![image](https://user-images.githubusercontent.com/10122409/49176957-12ef9780-f35d-11e8-84b8-70cf4adc473e.png) The bug occurs only if there is = sign after the sequence + The Silver Searcher is installed. Interesting that after uninstalling The Silver Searcher the bug still...

I'm having the same problem using `iSH` terminal on `iOS`. It would be cool if `rust` supported this target. People would be able to use `rust` on iPhones and iPads.

You talking about this: https://github.com/rust-windowing/winit/pull/3130? I need `PanGesture` and I see it in this PR.

Hi @darkwater. I want to use `wgpu` with `tvOS` too. I tried to add `target = "tvos"` like you did in my `wgpu` fork but now I get this link...