Julian Gilyadov

Results 5 issues of Julian Gilyadov

Is it possible to search recursively like original FZF? Goal: ![image](https://user-images.githubusercontent.com/2307599/135268650-02395640-86c4-4a5f-9407-fdb70f561f29.png) `fzf-tab`: ![image](https://user-images.githubusercontent.com/2307599/135268784-a18cb9ee-fc64-43b0-a498-037cb3058e82.png)

question

Being able to take a text/csv format and generate the animation. This is useful to integrate it with many other sites, or even make custom ones. Ths can be done...

My goal: I am editing a video using `AVMutableVideoComposition` and want to use GLSL shader files either with OpenGL or Metal to make nice smooth transitions between clips/assets in my...

Example: ``` python import gc class Foo(): def __del__(self): print('__del__') f = Foo() del f gc.collect() ``` According to [this post #1802](https://github.com/micropython/micropython/issues/1802), `gc.collect()` should collect the object after the `del`...

py-core