Max Horstmann
Max Horstmann
None of the official Linux container images have [full-text search installed](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-full-text-search). This [came up in a number of issues](https://github.com/microsoft/mssql-docker/issues?q=is%3Aissue+full-text+search) already. It seems like the only way to run SQL Server...
macOS Monterey (12.3) here- installing fails: ``` $ go install github.com/fullstorydev/grpcui/cmd/grpcui@latest # golang.org/x/sys/unix ../../go/pkg/mod/golang.org/x/[email protected]/unix/syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable ../../go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_amd64.1_13.go:27:3: //go:linkname must refer to declared function or...
Building Linux binaries succeeds, but building Windows binaries [fails](https://github.com/StackExchange/blackbox/runs/1412823134?check_suite_focus=true) due to some issue with `gnupg`: ``` 2020/11/17 14:49:32 Building blackbox.exe # github.com/StackExchange/blackbox/v2/pkg/crypters/gnupg Error: ../../../go/pkg/mod/github.com/!stack!exchange/blackbox/[email protected]/pkg/crypters/gnupg/gnupg.go:69:14: undefined: syscall.Umask Error: ../../../go/pkg/mod/github.com/!stack!exchange/blackbox/[email protected]/pkg/crypters/gnupg/gnupg.go:71:2: undefined: syscall.Umask...
It appears that using `package-version` is already supported ([code](https://github.com/Azure/autorest.typescript/blob/cbe71a7d83ac6d0240fe99973ee94f7266191083/packages/typespec-ts/src/modular/buildCodeModel.ts#L134)) to set the `version` attribute in `package.json`, but not yet documented. PR adds this to README.
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install) **Output from `azd version`** azd version 1.10.3 (commit 0595f33fe948ee6df3da492567e3e7943cb9a733) **Describe the bug** In DevCenter mode, `azd...
Addresses https://github.com/StackExchange/Stacks/issues/829 Still no copy button on Stack Overflow.. how hard can it be.. :-) wip