-
Dear author,
Thanks for your previous help and providing the pretrained models on MOS dataset. I would really appreciate it if you could further provide the pretrained model (Constrastive-Lifting a…
-
```lean
import Mathlib.Tactic.Lift
abbrev MyNat := ℕ
example (n : ℤ) (hn : n ≥ 0) : True := by
lift n to MyNat using hn
-- type of `n` is `ℕ` instead of `MyNat`, in the goal state
triv…
-
I had frequent 'freezes' while playing on the latest version, and struggled a little to find out what it was. Turns out that whenever a Lifter Mechanoid is assigned to get inside any type of a shuttle…
-
A lot of user code looks like the following:
```
if a.shape[0] != 2:
raise RuntimeError("wrong shape")
```
if a is an unbacked symint, this throws a GuardOnDataDependent. Does it make sense t…
-
The custom score format is excellent, but it would be even better to have a custom score field under each lift attempt. For our U13 competitions, lifters are scored from 1 to 4 based on technique. Cur…
-
one-line crash:
```
i1 : lift( matrix {{1.}}, ZZ)
error!! lift called with no ZZ lifting method
-- SIGSEGV
-* stack trace, pid: 632942
0# std::vector::size() const at /usr/include/c++/11/bits/s…
pzinn updated
1 month ago
-
### Verified issue does not already exist?
- [X] I have searched and found no existing issue
### What happened?
There is no way of knowing when the rate limit is gonna be lifted again when using go…
-
https://groups.google.com/g/liftweb/c/sG2HWm4I3g0/m/lYvrejBkCAAJ?utm_medium=email&utm_source=footer
Vitalli: Another thing I see here is the end of community support for Jetty 9.x. All the newer ve…
-
Animation down is jenky
Roger can walk off it while it is running
Up animation is broken
-
With #191, we do nil-lifting on expressions, so for example `x + y` is allowed when `x` and `y` have type `int?`, with the result being nil if either operand is nil.
This raises the question of whe…