aleloi

Results 8 issues of aleloi

### Steps to reproduce * On ubuntu 21.10 install opam. * Install `coq=8.15.2, coq-hammer=1.3.2+8.15` In emacs-28.1 with proof-general 20220707.758, run ```coq From Hammer Require Import Hammer. Require Import Arith. Lemma...

enhancement

Previously running this on pytorch 1.11.0 failed with `RuntimeError: "nll_loss_forward_reduce_cuda_kernel_2d_index" not implemented for 'Int'`. After converting training labels to long (which is not for some reason a requirement), I ran...

I have tried the hammer on mathcomp lemmas and it has mostly failed. Here is a simple example: addition of algebraic complex numbers commutes. I want hammer to construct the...

enhancement

Getting a bunch of errors like these in python 3.8.10+pygame 1.9.6: ```python pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html analogchessV4.py:47: DeprecationWarning: an integer is required (got type float). Implicit...

I want to use xremap for switching around modifier keys, and xkb layout variants for the base layout. I found that whenever xremap is running, ISO_Level3_Shift turns into Alt_R even...

This test does not compile: ``` scala @Test def nestedPTTCaptureNullary(): Unit = { val s = spore{ delayed { spore { (_: Unit) => () } () } } }...

As of https://github.com/airbytehq/airbyte/pull/31477, the resource "airbyte_source_file_secure" no longer works. I think it will work if "source_type" is allowed to be "file". I get this error when trying to apply this...

Steps to reproduce: run `uv pip install --reinstall --no-binary :all: linetimer==0.1.5` expected results: package builds actual results: ``` Resolved 1 package in 13ms × Failed to build `linetimer==0.1.5` ├─▶ The...