Yohanes Bandung Bondowoso
Yohanes Bandung Bondowoso
sorry just get back to this. The problem that I can think with vscode's in-project-directory specific configuration is too scattered. Sublime's specific configuration that doesn't need (but can) to be...
@akinsho that makes sense, I respect your decision. I guess it leaves us to the "custom command" part? You're welcome to focus this issue on the project specific part
currently there is workaround with `flutter_driver` by looking for the ancestor of `IgnorePointer` which type is `InkWell`, which is the descendant of `TutorialCoachMarkWidget`: ```dart static final coachmarkOkeChildren = find.ancestor(of: find.byType('IgnorePointer'),...
> This is what I'm using in `~/.config/nixpkgs/overlays/neovim-nightly.nix`: > > ``` > let > neovim-nightly-overlay = import (builtins.fetchTarball { > url = https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz; > }); > in > self: super:...
That explains, thank you very much! I did use the (fortunately reversible) one way trip of `nix profile`, and for now I decide to keep using bare bone stable nix...
I just want to add and confirm about this issue. I tested with the 5million lines CSV data from here: [link from EForExcel.com](http://eforexcel.com/wp/downloads-18-sample-csv-files-data-sets-for-testing-sales/) I tested in Sublime Safe Mode, vanilla...
on my machine, this **seems intermittent**. I have not find specific variable that **sometimes** making the tree scrolled to bottom. https://github.com/nvim-tree/nvim-tree.lua/assets/25895873/d0d91b53-007c-49d2-a2de-2c0d95bed886 on the screen recording, I don't use @/pbower 's...
I think I know what you meant. is it that unmodified files also got included in the .diff file? but the destination is `/dev/null` Diff diff --git a/cocoapods-patch-20220926-22483-v585ga/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift b/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift index...