Lawrence D'Anna
Lawrence D'Anna
On MacOS, arm64 IFM_1000_TX and IFM_1000_T are the same value, causing a build failure. ## Summary * OS: Mac OS, on Apple Silicon (arm64) * Bug fix: yes * Type:...
`cpp_info` is not being propagated correctly when using a private requirement in cross compile mode. [Here is example source to reproduce the issue](https://github.com/smoofra/conan-bug) ### Environment Details * Mac OS 12.3.1...
If you plot a differential flame graph against a white background it can look really weird if there's a lot of neutral frames, because they'll be totally white too. This...
It seems to me that pop, followed immediately by a push, with no changes in between, should be a no-op. It should leave the log in exactly the same state...
In C, a `YR_MEMORY_BLOCK_ITERATOR` can set `last_error` from its iteration functions in order to return an error, but this doesn't seem to be accessible from go.
`` is not parsed correctly if it contains multiple `` tags. S3 itself does not behave this way but S3Mock does (https://github.com/adobe/S3Mock/issues/215) This may be an incorrect response but if...
Looks like If I wanted to rebuild this and bundle it into Arduino.app, I'd need to package it into `arduino-builder-macosx-1.4.3.tar.bz2`, along with arduino-builder and some other tools -- but I...
### Go version go version go1.22.6 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/larry/Library/Caches/go-build' GOENV='/Users/larry/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/larry/go/pkg/mod' GONOPROXY=''...
### Describe the bug I'm not sure if this ought to be a bug report or a feature request. I'm working on a recipe for gcc, and I'm running into...
mslex.split did not correctly split command lines lines like 'foo"^'. Also, unified the example lists in the test suite, and added a subprocess check to verify examples against cmd.exe.