Dom Sekotill

Results 5 comments of Dom Sekotill

How about a compile-time check in the form of a non-executable function like stringer? It has the benefit of causing an "invalid array index" error during compilation if `go generate`...

Actually I've found some problems with terminal buffers. The process ID is used to uniquely name each buffer but obviously will not be the same on session restore. It's resulting...

The terminal buffer name encodes the starting working directory and the command line to run. I don't think vim has any way of recording all the environment variables at the...

Ah - I was unaware vim-8 had added an immature, optional terminal feature; I was using neovim. There must be some significant differences between the two implementations. I'm going to...

As a workaround until this is merged, add a macro to your configure command like so: ```bash ./configure CPPFLAGS='-Dphp_strtolower=zend_str_tolower' ```