Nicola Fanelli
Nicola Fanelli
It should be something like this: ```python tree.contextmenu.add_command( label="Hide this project", command=on_click, state="disabled" if tree.project_has_open_filetabs(project_id) # and the file(s) of # the opened tab is not contained in any other...
Cool, I did never try before using git repos or readme files (etc.) so I never experienced this. I looked at [this](https://akuli.github.io/porcupine/utils.html#porcupine.utils.find_project_root), now I have clearer ideas. But wouldn't implementing...
Ahah Yeah I see. But it seems to work btw.
Hi! Just an update concerning the icons... If you recompile assets and lose them change the fontawesome classes of the icons in the corresponding files from `fal` (I don't remember...
Hi @mberr! I think it is a good idea, we could add a new keyword argument to `save_to_directory`, called `save_configuration` and initialized to `True`, which creates a `configuration.json` file containing...
Hello @mberr . I've looked into `PipelineResult.config` and unfortunately it doesn't store all the possible parameters we could give to `pipeline` (and so to the dict of `pipeline_from_config`). So I...
Hi @mberr ! With these changes we would just miss `configuration`, `training_loop` and `stopper` in the case the user keeps `True` as a value for all the params to `save_to_directory`....
Hello! I was looking into this, and I already have an idea about how to recover the `PipelineResult` from the files saved to the directory. How should we treat the...