Mehmet E.

Results 15 comments of Mehmet E.

several Defender AV signatures detecting these strings. Any workaround? Are those above all the strings get detected?

Some new ideas related to this: On a machine that has Git installed adn configured, create/clone/have a repo (maybe manually), then let the agent add some simple text/comment to the...

No need for server portion I think. We can manually install git and configure the server authentication etc. Just need to automate the file creation/modification + git commands. If we...

I used a path that does not contain spaces and still couldn't create a scheduled task. Are you able to create it without spaces?

> I think I just run into this because [`selected_dataframe`](https://github.com/holoviz/panel/blob/cc6d7f5efb897d2ce64ad4c860ec446dbbf8aeac/panel/widgets/tables.py#L833) returns `self.current_view.iloc[self.selection]`, and `self.selection` indexs the original dataframe and not `self.current_view`. > > ``` > File [~/mambaforge/envs/lcms_polymer_env/lib/python3.11/site-packages/panel/widgets/tables.py:839](https://file+.vscode-resource.vscode-cdn.net/home/peter/workspace/lcms_polymer_model/notebooks/peter/aspect_platform/apps/~/mambaforge/envs/lcms_polymer_env/lib/python3.11/site-packages/panel/widgets/tables.py:839), in BaseTable.selected_dataframe(self) >...