Simon Rowe

Results 12 comments of Simon Rowe
trafficstars

Thanks for looking at the issue @iains. If it is an upstream concern, then happy to close here. I wasn't sure of the cause - so thank for the explanations...

I agree this would be a handy function to have available. Just about every solution in [AoC 2021](https://fortran-lang.discourse.group/t/advent-of-code-2021/2346) required me to write (or cut and paste) this snippet code every...

Hi @Fabien-Chouteau Not sure what information you are after, and what macOS hardware platform you are asking about? As you may know, Apple is currently moving their computer hardware from...

Hi @mosteo Just successfully built `alr` using the *Build* instructions from the repository's `README.md`, and using @simonjwright native Apple Silicon `arm64` version of `GNAT` here: [aarch64-apple-darwin21-2](https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-2) Hit the same bug...

Yes - definitely nice to know it is working 👍 A couple of `uname` outputs below for reference: ``` % uname -m arm64 # MacBook Pro (Apple M1 Pro) %...

Hi Alejandro I am by no means an authority on *ARM* chipsets - but from what I understand they are both 'equivalent' as you suggest. The `aarch64` is generally the...

> So do we want to conflate both in our detection process? Sorry - my reply crossed over with your exchange with Fabien :) If it helps - my view...

> Happy to include this, if someone wants to send a PR. See https://github.com/sharkdp/bat/blob/master/doc/assets.md#adding-new-builtin-languages-for-syntax-highlighting for instructions. Thank you for now offering to accept a PR @sharkdp, and for providing the...

> Hey @wiremoons , any news about that? If your files are still up to date, I'll be happy to help create the PR @dkm As far as I know...

Hi I had a long running (ie several hours) simple Deno program that just loops a `fetch` request every few minutes to look for any new articles at Hacker News....