Fredrik Averpil

Results 132 comments of Fredrik Averpil

Wow, this is so nice. With [wezterm](https://wezfurlong.org/wezterm/index.html), this worked well for me (setting `--format symbols`: ![image](https://github.com/maaslalani/slides/assets/994357/b6fb9426-4de8-4e8a-9e60-fbc76235595b) ![image](https://github.com/maaslalani/slides/assets/994357/8c6576bd-7041-4529-bb6e-3defca990d4d) ## Side-notes What doesn't work is to just leave out the `--format` setting:...

To be honest, not really. This is more of a convenience for e.g. pyenv users. Feel free to close if you think it's not useful.

I too have seen these "failed to send traces to Datadog Agent" for some time. The only thing that fixes it is to have the environment variable (`DD_TRACE_ENABLED=False`) set. This...

Have you tried to add a path dependency to another project/folder, which contains its own pyproject.toml? So for example; ```toml [tool.poetry.dependencies] subproject = {path = "subproject", develop = true} ```

@mr-bjerre I know it's not what you are asking for, but you could try symlinking the two virtual environments together. If this is a requirement, I would probably go for...

Okay, so I managed to solve it. My root `package.json` file looked like this: ```json { "name": "mypkg", "version": "1.0.0", "description": "Root npm project, only meant to control workspaces.", "workspaces":...

However, I'm now noticing that the checker is unable to check for dependencies underneath this npm workspace.

@RSeidelsohn there's an open issue about this here: https://github.com/RSeidelsohn/license-checker-rseidelsohn/issues/36