Wed, 16 Jun 2021 15:24:53 +0300 Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 15:24:53 +0300] rev 990
Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.
Wed, 16 Jun 2021 14:48:32 +0300 Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 14:48:32 +0300] rev 989
Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.
Wed, 16 Jun 2021 13:39:23 +0300 Rearrange default UNIX PATHs priority. Under Cygwin that helps with placing Cygwin's paths before Windows'.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 13:39:23 +0300] rev 988
Rearrange default UNIX PATHs priority. Under Cygwin that helps with placing Cygwin's paths before Windows'.
Thu, 03 Jun 2021 02:02:50 +0300 TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Jun 2021 02:02:50 +0300] rev 987
TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.
Wed, 02 Jun 2021 21:46:48 +0300 For my "cygrun.exe" wrapper to work it should be behind shebang scripts in the PATH, so moved ~/usr/bin to the PATH end on Cygwin.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 21:46:48 +0300] rev 986
For my "cygrun.exe" wrapper to work it should be behind shebang scripts in the PATH, so moved ~/usr/bin to the PATH end on Cygwin.
Wed, 02 Jun 2021 18:25:56 +0300 No need for ~/usr/xbin. There is standard ~/.local/bin.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 18:25:56 +0300] rev 985
No need for ~/usr/xbin. There is standard ~/.local/bin.
Wed, 02 Jun 2021 17:50:31 +0300 Include /usr/local/bin into PATH for "pip install" to be available.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 17:50:31 +0300] rev 984
Include /usr/local/bin into PATH for "pip install" to be available.
Wed, 02 Jun 2021 13:39:08 +0300 Docs: added link.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 13:39:08 +0300] rev 983
Docs: added link.
Wed, 02 Jun 2021 03:54:39 +0300 Set Node prefix & cache to local directory on Linux.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 03:54:39 +0300] rev 982
Set Node prefix & cache to local directory on Linux.
Tue, 01 Jun 2021 17:58:43 +0300 Replaced regex match with pattern match.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 01 Jun 2021 17:58:43 +0300] rev 981
Replaced regex match with pattern match.
(0) -300 -100 -10 +10 tip