Tim Hutt
Tim Hutt
> Can someone explain what FSEvents is? According to [this page](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/FSEvents_ProgGuide/KernelQueues/KernelQueues.html) there are two mechanisms for monitoring files/directories on Mac: kernel queues (kqueues), or file system events (FSEvents). > File...
I believe they fixed that bug - `webpack-dev-server` serves both entries for me.
You can use `--all` now.
Aha I figured it out! For any people trying to get Electron to work... the problem is as follows. First, I enabled `nodeIntegration` in my Electron entry point: ``` win...
Ah no it doesn't! And I've worked out it is because you can't drag and drop the branch if you are currently on it. It just selects a load of...
Would it not be possible to detect dangerous situations? On Fri, 9 Mar 2018, 18:25 Etienne Samson, wrote: > It's not possible to move the current branch because it is...
Yeah I expected as much - probably will be easier when `libgit2` is used directly (assuming that is still the plan).
I don't know Swift or Objective-C, but I've skimmed both and Objective-C is both much more sane (no weird method call syntax for example) and also clearly the future. I...
You can see them in the side bar though. But anyway we could make everyone happy and add a `[] Show Stashes` checkbox next to the `All`, `Local`, `"currentbranch"` filters....
The thing is I can't see any reason why *reading* the index should lock it. As far as I can tell in `libgit2` it is locked by `git_indexwriter_init_for_operation()` which is...