Paul Hutchings
Paul Hutchings
I second this, I'm working on a ML project right now using NoteSequences, but having to manually inspect the source code is killing me
Not sure if I should make a new issue or add to this one, but I have been encountering the same problem. Mine is `10ec:8168` rev **16**. I found [this...
Am also running into this issue trying to use env variables in matrix: ```yaml env: MIN_PYTHON_VER: 3.6.7 LATEST_PYTHON_VER: 3.10.0 jobs: test: strategy: fail-fast: false matrix: python-version: - ${{ env.MIN_PYTHON_VER }}...
Taking a look at this
Have confirmed that it is not just Tab, but any key except enter triggers the beep. I suspect this is because the `gtk_key_press_event` handler in the `TextInput` implementation for GTK...
Quick update to avoid ambiguity: I am still investigating this on weekends, but have not made much progress. It's possible to suppress *all* further events by returning `True` from the...
Spent an hour thinking I was going crazy until I came across this thread. I accidentally used the wrong schematic ID for the control plane (which included Nvidia extensions) and...
I’ll preface by saying that I’m using Flatcar on diskless compute nodes that are booted via iPXE and provisioned each boot. I mention this because some of the things I...