Bruno Martin

Results 9 issues of Bruno Martin

Without surprise, ```python @mydecorator def myfunction(): ... ``` is transpiled to ```js var myfunction = mydecorator(myfunction(){ .... ``` As a result `myfunction.name` is `"mydecorator"`. This is a problem for me...

IS: enhancement
PRIO: 3 nice

First of all, thank you a lot for this library coded with high quality standards. It saved me a lot of time. Here is my contribution : I just noticed...

Given the state of this repository, Shall we use github issues to host discussions on the subject? Ebbinghaus forgetting curve followed a power function, but I think that you have...

question

Hello, Very nice stuff there :). I may use it a lot in the future ! On my machine, `r.text_entry` does not open rofi. I managed to fix it by...

Creation of the `Podcast` allowing a fine level of control in the podcast creation as a step machine. Works with tts and llm engines abiding to simple Abstract Based Classes...

It seems a natural choice given the fact that podcast players do read these files. VTT is interesting as it allows to pass metadata that could help to restore a...

This would prevent the LLM to disrespect the markups in its output. This would also make https://github.com/souzatharsis/podcastfy/issues/5 a bit more comfortable (user prompts would not break or undermine the markup...

enhancement

Async support would allow to run multiple call in parallel in an efficient way (since waiting for API responses will take up most of the thread time).

enhancement

A `Podcast` instance should be returned, allowing for fine controls. Possible attributes and methods: `save()` # merge the segments and save filepaths to disk `.segments` # tuples of ids, audio...

enhancement