Patrick Marchand

Results 26 issues of Patrick Marchand

This happens whenever I use L hov or L assist on the filename part of an import like `import { useFlashMessage } from '@/stores/FlashMessage';` ``` panic: runtime error: invalid memory...

The sdk test suite covers a lot of the possible event cases in a data based way, but they dont cover certain error cases for which we will need hand...

sdk

Like the sdk's, the tests could be generated in qtpl. The resulting files should be commited to the repo though, so the sdk tests remain independent from running `task build`.

sdk

They where originally based on my typescript api which is stricter then the spec. But people are being surprised by it so I will bring it in line.

sdk

Some language servers moved their diagnostics error code from the `message` to a specific `code` parameter. Here's an example: https://github.com/bash-lsp/bash-language-server/issues/865 The best scenario would probably be to have a way...

# Bug report ## What's wrong I cant use UserAdmin for a user that's based on AbstractBaseUser and I cant import BaseUserAdmin. ``` saskatoon/member/admin.py:50: error: Type argument "AuthUser" of "UserAdmin"...

bug