M-A
M-A
Ported from https://github.com/google/periph/issues/380. - For v3.5.0, add fs.ListenEdges() that lazy creates a single goroutine - For v4.0.0, remove fs.Event
See original issue https://github.com/google/periph/issues/423.
Ported from https://github.com/google/periph/issues/381. Use it for flags in cmd/ and for argument in device drivers.
It is good practice to keep entries in requirements.txt sorted. No functional change.
I wanted to contribute a change but I couldn't run unit tests... On go 1.10.1 (built myself) ``` go get github.com/StackExchange/wmi go test github.com/StackExchange/wmi ``` @cdffdb33acae0e14efff Expected: Tests pass quickly....
### Describe the bug `az vm create --specialized` consistently prompts for a password when using an image via a full resource path in the form `/subscriptions//resourceGroups//providers/Microsoft.Compute/galleries//images//versions/`. ### Related command `az...
### Prerequisites - [X] I am running the latest code. Mention the version if possible as well. - [X] I carefully followed the [README.md](https://github.com/Mozilla-Ocho/llamafile/blob/master/README.md). - [X] I searched using keywords...
### What happened? For my project https://github.com/maruel/sillybot, I run a quick test with Qwen2 0.5B on Ubuntu, macOS and Windows, using the free github VMs. Qwen2 0.5B model is usable...
Context: https://x.com/marcaruel/status/1818265542442066307 Code ref: https://github.com/huggingface/optimum-quanto/blob/main/optimum/quanto/tensor/qbits/qbits.py#L146 optimum-quanto's QBitsTensor uses tensors for scale and shift, paced at group_size blocks. It's great but there are two issues: - The alpha and bias (scale...
Problem: The action when running on Windows fails to set the default codepage to UTF-8, it likely runs in the default one CP-1252. Example of source files containing non-ASCII characters...