Fabian
Fabian
Thank you for your PR! A company has to be added under jobs like e.g. https://github.com/pogopaule/awesome-sustainability-jobs/blob/main/src/data.yaml#L134-L146C16 Also, the website does not seem to offer software developer jobs, is that correct?...
Thank you for your PR! On that site I couldn't find any companies that are related to the field of sustainability. Is there something I have overlooked? If not, this...
Great! Thanks for that feedback. I am quite busy with other things at the moment, but I'll come back to this issue (hopefully in the near future) and give you...
> Are you participating in Hacktoberfest? If you add Hacktoberfest tag to the repo it may be more visible next month for people looking for projects. @programmin1 good idea! done.
Having the same issue sometimes when running `devenv update`, although it is only the download itself that is really slow, not other network related stuff. Also mac, same os version
`` gives me a similar error ``` E5108: Error executing lua: ...te/pack/packer/start/ChatGPT.nvim/lua/chatgpt/module.lua:164: Expected Lua number stack traceback: [C]: in function 'nvim_set_current_win' ...te/pack/packer/start/ChatGPT.nvim/lua/chatgpt/module.lua:164: in function ```
@site-speed I'm currently experimenting with migrating the core of this project to airtable: https://airtable.com/appi6w094nrl0RBZ5/shrR4MYHr28SmwNEC This also includes forms for adding new data. What do you think about this? I also...
Looks like [these lines](https://github.com/pogopaule/dotfiles/blob/cd2bf542be3631a73654fbac4c09c424a8262f98/nvim/lua/config/plugins/lsp.lua#L86-L91) are responsible for the problem. Removing them resolves the issue... I'll do more tests and post my findings here.
```bash ❯ rustc --version rustc 1.67.1 (d5a82bbd2 2023-02-07) (built from a source tarball) ❯ cargo --version cargo 1.67.0 ``` In my case the project does not seem to get recompiled...
But so far it looks good. My suspicion that the [removal of clippy](https://github.com/shuttle-hq/shuttle/issues/777#issuecomment-1493042995) fixed the problem is growing stronger. The `checkOnSave` option also comes up in similar issues (like the...