Riezebos

Results 36 comments of Riezebos

Here is some extra input which might be helpful in case geometry support will be added. The solution by @brews worked for a few rows in my case, I needed...

You can already define this hook yourself: ``` - repo: local hooks: - id: conda-lock name: conda-lock entry: conda-lock lock -f environment.yml --check-input-hash language: python additional_dependencies: ["conda-lock==1.0.5"] always_run: true pass_filenames:...

I agree, but it looks like this will be fixed in one of the next versions :) See: https://github.com/conda-incubator/conda-lock/issues/229

That's what I did now. Would it be possible to let conda-lock regenerate the lock file with a flag or to throw an exception with a flag in the case...

@Th3Whit3Wolf I have exactly the same use case! We currently have a workaround (shown below) by creating a .md file for each column and using the paginator, but it would...

Even if I follow the prereqs of an extension I often still get errors because some packages are assumed to be installed (probably because they are common). I don't use...

I agree on both points, but even if it's their fault it reflects badly on Ulauncher if it occurs often. Another solution for this would be to test every extension...

Thanks for the quick response! I've only done simple tasks with javascript so far, and haven't worked with React, so I'm not sure whether I could contribute to this. Ctrl/Cmd+Enter...

I was thinking about that too! It could also be something like Ctrl+[ for previous and Ctrl+] for next?

I thought I'd try something, there are a lot of packages and examples of how to create keyboard shortcuts in React, I used an example from 2021 that doesn't have...