Oliver Berger

Results 28 comments of Oliver Berger

@codyoss Is there anything somebody can do to accelerate the review process?

The impression is sneaking into my mind, that either - [ ] google is not interested in opensource or - [ ] people at google have negative incentives in spending...

first: thanks to Kyle Lemons second: to all you thumb down people: this was my personal impression I honestly reflected and obviously the third point was somehow true - so...

@greatvovan ... it might be, that I was overemphasizing (e.g. "crap") and I apologize - but nevertheless, it brought some kind of progression... ;)

@Asday (and this is my last comment, sorry) after 11 months of desperate begging for something, I decided (also in face of my actual project deliverables, constraints and pressures, etc.)...

@Lyude eventually it makes sense to enable the issue tracker on your fork, so people can properly address them...

since clap 3 is released some time ago, are you continuing this project?

just tried https://github.com/cachix/devenv/blob/main/examples/rust/devenv.nix and got same result... ``` inputs: nixpkgs: url: github:cachix/devenv-nixpkgs/rolling fenix: # broken rust-analyzer # url: github:nix-community/fenix url: github:sandydoo/fenix/patch-rust-analyzer-preview inputs: nixpkgs: follows: nixpkgs ``` for me the upstream...

I have likely the same problem with moving the cursor around in python files. my config is: ``` "------------------------------- tags set tags=./.tags;,~/.vimtags Plugin 'xolox/vim-misc' Plugin 'xolox/vim-easytags' let g:easytags_file='./.tags' let g:easytags_async...

I have the same issue. when observing the thing with strace, I found, that while gvim/cursor is so slow strace prints really a lot of brk() calls (http://stackoverflow.com/questions/6988487/what-does-brk-system-call-do), where You...