James

Results 11 issues of James

Similar issue to #246, I didn't comment on it because I thought the fix wasn't pushed for the longest time. It's legal to declare a generic type with a type...

bug
fixed in rewrite

This code snippet fails to infer the type of `obj.f`. ```lua --!strict local t = {} function t.f(x: a) end type a = any local obj = t print(obj.f) --...

bug
icebox
fixed by new solver

### Contact Details [email protected] ### What happened? If two processes are connected to the same database with WAL enabled, a write operation on one connection will block all other connections...

medium severity

Closes #429. I made sure to modify the scm rockspec this time :) I'm assuming this needs confirmation from another Windows user and testing on *nix platforms like before.

### What version of Bun is running? 1.1.26+0a37423ba ### What platform is your computer? Microsoft Windows NT 10.0.22631.0 x64 ### What steps can reproduce the bug? Follow this link: https://bun.report/1.1.26/wa10a37423AiggggC+vwnV__24xsyBA1...

bug
needs triage

This PR adds support for pulling non-root manifest files from `/m/:manifest/manifest`. Fixes #59. Also fixes #141. I should add that I'm very inexperienced in using Lapis and web dev in...

Releasing the mouse from outside a modal always closes it, even when the mouse was pressed from inside the modal. Dragging motions to the outside feel common with certain UIs...

:three: Low priority
Community

## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...

type.bug
status.triage-needed
scope.views

There are some Lua files that are used for configuration, such as `.busted` or `*.rockspec` files. It would be nice if: - Any globals defined in them are ignored by...

Fixes a typo in the README where the `luarocksVersion` input had the wrong casing. Correct usage is spelled `luaRocksVersion`.