shving90
shving90
Explore posts from servers
RRailway
Created by shving90 on 8/25/2023 in #✋|help
Libreoffice
Hi I need libreoffice installed to use in my code. I attempted using the below nixpacks.toml
[phases.setup]
nixPkgs = ['...', 'libreoffice','fontconfig']
aptPkgs = ['...', 'gcc', 'g++','libstdc++6']
[phases.setup]
nixPkgs = ['...', 'libreoffice','fontconfig']
aptPkgs = ['...', 'gcc', 'g++','libstdc++6']
and export in bash export
export FONTCONFIG_PATH=/etc/fonts
export FONTCONFIG_PATH=/etc/fonts
and got this warning and as a result the font was not as expected
Fontconfig error: Cannot load default config file: No such file: (null)
Fontconfig error: Cannot load default config file: No such file: (null)
Any advice on how to resolve?
5 replies
WWasp-lang
Created by shving90 on 6/15/2023 in #🙋questions
langchain python
https://python.langchain.com/en/latest/ is a great library supports both js and python. I prefer the python implementation. There is a basic fastapi server (streaming support) example here https://github.com/hwchase17/chat-langchain Is there a way to integrate the project as is to the wasp GPT SaaS template and have it deployed to the same server just binding to a different port?
8 replies
WWasp-lang
Created by shving90 on 5/28/2023 in #🙋questions
Responsive
Thanks for the great framework! Are the webapps by default responsive (mobile)?
4 replies