Andrew
Andrew
Some Java developers consider nested Maven multiprojects to be an anti-pattern that introduces more problems than it solves. While I don't 100% agree, I do think it would be helpful...
I think moving details about which file is being scanned, into the individual warning lines, would help to clean up the noisy log output.
Could we get an ISO installer published for Cosix, to make it easier to access for newbies? For example, drag and drop an ISO in a GitHub release.
When vmware-iso tries to download the FreeBSD ISO's, it reports hash mismatch errors, which is hiding dead URL errors. Example: ```console $ make 11.0-20170510-zfs `go env GOPATH`/bin/packer build -only=vmware-iso -var...
When I try to generate a Vagrant box for FreeBSD 11.0-20170510-zfs, packer complains of an `unknown configuration key: "ssh_disable_agent"`. Trace: ```console $ make 11.0-20170510-zfs exec /Applications/Xcode.app/Contents/Developer/usr/bin/make _build PROVIDER=vmware-iso EXTRA_OPTS="" TEMPLATE=11.0-amd64-20170510-zfs.json...
Please drop the GOPATH-relative path to packer and just run`packer` instead. That way, the packer-freebsd configuration integrates better with multiple ways that packer can be installed, such as via `brew...
The Go highlighter sometimes highlights percent signs in strings, even though the usage of the string is not as a C-style printf format string, but an ordinary literal string. Example:...
## Distro Name & Version N/A ## GNOME Shell Version 42+ ## Other Installed Extensions None ## Expected Behavior Clicking on the menubar weather icon toggles the display of a...
How can I import a safetensor formatted model into the diffusers app? I tried copying the safetensor file to the folder loaded by the dropdown menu. But when I relaunch...