Results 10 comments of Ophir Yoktan

The probability to select an edge would be proportional to it's weight

@brasilikum do you have an example of implementing this with hammerspoon?

The use case is wrapper scripts that do some kind of preprocessing, and then launch a second script with the rest of the params (similar to docker and ssh where...

I believe the issue is with serializing closures. In other cases replacing closures with classes with a **call** method solved the problem

it appears that pickling funtions is problematic, so instead of defining a function: def f (): .... use a callable class: class f_class: def **call**(): .... and then p =...

image size are also ignored this doesn't work: ` ` this does: ` `

not sure this was the original intention, but if the shim will work the same as uv run (in terms of environment resolution) it would be very useful this will...

for now it's to setup some global configurations - mostly can be done using a env file, but some of the values require computation another use cases is applying monkey...

> [@ophiry](https://github.com/ophiry) > > Try > > ``` > uv pip install sitecustomize-entrypoints > ``` > > I use site sitecustomize.py on every project. I co-developed this package that installs...

Would be very useful. is there any workaround for this?