-
Here’s a small example
```
module Main where
import Data.Either -- not used
foo :: [()] -> ()
foo xs = foo xs
```
Notice the types in the liquid output
```
t.hs:7:14-15: Error: Liquid Type Misma…
llelf updated
9 years ago
-
Steps to reproduce:
1. Default shortcut for minimize is ``
2. Go to System Preferences > Keyboard > Shortcuts
3. Change the shortcut for Minimize, for example ``
4. Start vv
5. Go to insert mod…
-
I'm trying to write these annotations
```haskell
-- Non empty list definition for @liquidhaskell@.
{-@ type NonEmptyList a = {xs:[a] | len xs > 0} @-}
-- | Similar to '!!' but with flipped argum…
-
#### What is the problem you are having with rclone?
I have to remember to provide `--modify-window=1s` to rclone commands when using `exFAT` filesystems.
#### What is your rclone version (eg outp…
-
# Crash report
### What happened?
A debug build will abort when calling `socket._fallback_socketpair()` after a call to `socket.setdefaulttimeout` with too high a value:
```python
python -c "import…
-
static int test_table(lua_State* L){
lua_tinker::table_onstack t = lua_tinker::detail::read< lua_tinker::table_onstack>(L, 1);
t.for_each_obj([&t](const int& key, const lua_tinker::table_on…
-
Recently, I noticed that during the contraction of a series of large tensors, generating the temporary tensors takes a significant amount of time. This issue is possibly caused by the line `data2 = Se…
-
Hi
### Describe the bug
Homepod gen 2 are recognized as Unknown OS
### Error log
```log
2024-10-06 10:46:03 DEBUG [pyatv.scripts]: Running with pyatv 0.15.1
2024-10-06 10:46:03 DEBUG [py…
-
**Describe the bug**
If a Soloud instance gets fed a Wav Object and the Soloud instance is dropped. The drop function of the Wav functions will freeze and crash the application. This is a problem whe…
-
After adding this in my vvv-custom.yml, 'vv list' shows only the 4 default sites and doesn't show any other sites created with the following way. I've provisioned and the site works fine.
```
w…
ghost updated
6 years ago