cquick01
cquick01
This seems to work for me ```lua local function init_lua_servers() for _, lsp in ipairs(servers) do require('lspconfig')[lsp].setup { on_attach = on_attach, capabilities = capabilities, } end -- Example custom configuration...
I'm also unable to install libscrc 1.8 with a similar error message about `_crcxtables.h`. I'm running on Ubuntu 22.04 (WSL2). In case it helps, I've uploaded the full output with...
Same issue with hypercorn on poetry 1.4.0. Disabling the new installer with `poetry config installer.modern-installation false` as suggested worked for me as a workaround.
Adding ```diff diff --git a/dataclass_wizard/enums.py b/dataclass_wizard/enums.py index 1b9757e..4fb5356 100644 --- a/dataclass_wizard/enums.py +++ b/dataclass_wizard/enums.py @@ -27,6 +27,9 @@ class LetterCase(Enum): # Converts strings (generally in camel case) to snake case. #...
@tamasfe Is this project still active?
@ia0 It worked when it was deliberately ill-formatted. ``` $ cat taplo.toml [formatting] array_auto_collapse = false array_auto_expand = true $ cat pyproject.toml [build-system] requires = [ "poetry-core>=1.0.0", "setuptools", "setuptools_scm[toml]" ]...
Thanks for the feedback! I was having trouble running the tests in CI and when running the tests locally they passed. Opening a PR in my own repo got the...
Hi, thanks again for the feedback and sorry for the delay in updating. I updated the tests to support testing with credentials. Rather than creating new tests, added a new...
Seems to start with ```bash ./cody_2023.7.4+1332.fc76a9c675_amd64.AppImage --appimage-extract LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libwayland-client.so.0 ./squashfs-root/AppRun.wrapped ``` Able to sign in and stuff now.
Thanks, that gets things working for now since we control each of the machines our app runs on. It isn't super portable outside of a closed environment though, like for...