Patrick Fasano

Results 24 issues of Patrick Fasano

### Expected Behavior Some old code imported everything from a submodule into the top-level namespace: ```python # a/__init__.py: from . import b from .b import * ``` We want calling...

There is now an effort to have a Rust-cargo-like package manager for Fortran called [`fpm`](https://fpm.fortran-lang.org/en/index.html). Can Compiler Explorer support language-specific package managers? Currently there are no Fortran libraries on godbolt.org.

new-libs
request
lang-fortran

I noticed that the new option for adding padding on the right also introduces a significant amount of padding _inside_ the inner-most block. Code: ```python # hello for i in...

FORD currently has its own metadata field for specifying the license on a file. However, it should also be able to parse the standard [`SPDX-License-Identifier`](https://spdx.dev/ids/) and provide a link to...

wishlist

**Describe the bug** Recognize does not _ahem_ recognize HEIC/HEIC files as images. **To Reproduce** Steps to reproduce the behavior: 1. Run classifier. 2. Find HEIC/HEIF file in files. 3. See...

It seems useful (and not too difficult) to tag videos by extracting some frames and running the normal networks on them. One option would be something like this: https://jdhao.github.io/2021/12/25/ffmpeg-extract-key-frame-video/ I...

enhancement

arXiv has a new logo: https://arxiv.org/about/brand_use I expect that the [small logomark](https://cornell.box.com/s/cleq2ex1wra4sfsj94tlqrw9z5oecg6b) is the most appropriate, but it may be best to ask them: > Have questions? Need a different...

enhancement

**Describe the bug** The build fails with errors in several files. **Expected behavior** Should be able to compile with `cmake --build build`. **Environment:** - OS: Ubuntu 20.04 - Compiler/IDE: Clang...

bug

Is there a reason why ``` ip link set wg0 mtu ``` isn't sufficient for modifying the MTU? Why set up and tear down the tunnel repeatedly? It would also...