AlexandreDey
AlexandreDey
Hi, when using a passed through Xorg server in the container, you have to instruct the display manager to use it instead of trying to spawn a new one (it...
Hi, Could you give more info about your host and your guest ? This seems to be related to the host apparmor denying "mmap" syscall to the guest, but hard...
Sorry for the long delay, been busy at work. Is packet "gtk3-nocsd" installed in both host and guest ?
Hi Brian, Pulseaudio is started with the users sessions, and (from what I understand) every user has its own pulse server, so I'm not sure it is a good idea...
Yes it's a problem I have also encountered. Looking at the logs, it seems to be a Xephyr problem. I will try to see if changing some parameters solve the...
Hi, @marthacryan thanks for the pointers, I'll have a look and see what I can do :) @ptitzler My goal are similar to the second case. Specifically I would like...
Hi, sorry for the long time to reply. @ptitzler We can, and were planning to create custom catalog connectors (it also involves adding a runtime processor). Is it possible to...
Hi, by modifying the [NodeIcons](https://github.com/elyra-ai/elyra/blob/main/packages/pipeline-editor/src/pipeline-hooks.ts#L148) Map in the pipeline-editor, we managed to add additional icons for the pipeline. With a custom component parser, we were able to call these new...
The problem is in the regex of the function [clean_string](https://github.com/ParisNeo/lollms-webui/blob/9327c49c98059ab4c96ed2381949cc0b5dd5d704/api/__init__.py#L1021C33-L1021C33). By changing the line to: ```[python] pattern = f'[^a-zA-Z0-9\u00C0-\u017F\s{re.escape(punctuation_chars)}]' ``` Accents are not removed and the model behaves correctly I...