Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
- Install Xcode from App Store or install Command Line Tools on your Mac
Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
Go 1.14 の主なregressionです。1.14.1で修正されると思われます。
@echo off | |
setlocal | |
:: Default I/F versions. | |
set LUA_VER=51 | |
set PERL_VER=528 | |
set PYTHON_VER=27 | |
set PYTHON3_VER=37 | |
set RUBY_VER=25 | |
set RUBY_API_VER_LONG=2.5.0 |
D:\ffmpeg-4.0.2-win64-static\bin\ffmpeg.exe -i D:\Video\Export\616.mov -c:v hevc_nvenc -preset slow - | |
b:v 60M -c:a copy -pix_fmt yuv420p output.mkv |
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt | |
index 56697d51d..b52f16bf3 100644 | |
--- a/runtime/doc/options.txt | |
+++ b/runtime/doc/options.txt | |
@@ -4175,7 +4175,7 @@ A jump table for the options with a short description can be found at |Q_op|. | |
'highlight' option. This uses the "Search" highlight group by | |
default. Note that only the matching text is highlighted, any offsets | |
are not applied. | |
- See also: 'incsearch' and |:match|. | |
+ See also: 'incsearch', 'inchlsearch' and |:match|. |
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"path/filepath" | |
"strings" | |
"github.com/go-ole/go-ole" |
Author(s): Austin Clements, Rick Hudson
Last updated: 2016-10-18
Discussion at https://golang.org/issue/17503.