3,495 questions
0
votes
0
answers
25
views
Deploy an opensource LLM in Azure ecosystem and create an api endpoint
I am looking to deploy an open-source LLM like Gemma3 4b in the Azure ecosystem. I couldn't find this specific model in the model catalog of Azure Machine Learning Studio. I usually run these models ...
0
votes
0
answers
38
views
Alternative for OpenStreetMap [closed]
For a large-scale Android mobile application, I need to integrate a map activity. Currently, the app is under development, and I am using the OpenStreetMap API. OpenStreetMap is great, but it's not ...
0
votes
0
answers
13
views
How to build and cross compile uefisettings (LinuxBoot) for AARCH64 with UEFI HII interface support?
I'm currently exploring the https://github.com/linuxboot/uefisettings project on my Linux development PC, and I’m looking for some guidance.
My goal is to eventually cross-compile this application ...
1
vote
0
answers
33
views
How to Identify the Entry Point of Snort Project's Source Code?
I am currently planning to study the C++ source code of the Snort project on GitHub, but I am not sure where to start. Specifically, I am unsure about which file is the entry point, or which file the ...
0
votes
1
answer
55
views
Unable to setup supabase repository locally MacOS
I am currently using a MacOS M4 to setup the supabase repository locally. Unfortunately, after following the entire process to setup the repository, I keep encountering the error below using pnpm ...
0
votes
0
answers
39
views
Error Building VScode - Code OSS Source into .deb Package on Ubuntu 20
Distributor ID: Ubuntu
Description: Ubuntu 24.04.2 LTS
Release: 24.04
Codename: noble
When I was building the VSCode source code into a .deb package on Ubuntu , I executed the command:
npm ...
0
votes
0
answers
33
views
Running python app 'changedetection' on PythonAnywhere
Has anyone ever used PythonAnywhere to host opensource python program called changedetection?
I'm having trouble with the web app WSGI file, which is the file telling the web app where to find the app ...
0
votes
0
answers
14
views
Centralized Configuration and Dispatching Management
I have 20+ applications (Rust, Python, Node.js, ...) running on a single server. Some of them are cronjobs, some are Docker containers and some run in screens.
I'm going to use an uptime monitoring ...
0
votes
0
answers
12
views
Retrieve logs from CI running on a Gitlab private instance
I have a private Gitlab CI instance where I run my project pipelines. I want to share the logs with external contributors. May be even share it to a mirrored Github repository.
Is that possible?
I am ...
0
votes
0
answers
32
views
Grafana Prometheus labels color hash algorithm
Does somebody know how the color hash algorithm works in Grafana for the label colors?
It doesn't seem that they are randomly generated and stored somewhere... It seems they are generated through the ...
1
vote
0
answers
219
views
Langgraph State not being passed properly with Ollama
I'm trying to create this simple workflow using Ollama and Langgraph which is a basic travel agent to a user. I am not having any errors, but the output is not what I expect. It seems like there are ...
0
votes
1
answer
88
views
How can I create a custom React project using my modified create-react-app version?
cloned the create-react-app repository and made some modifications to it. Now, I want to use my updated version to create React projects locally. Essentially, I'd like to use a command like npx create-...
0
votes
0
answers
47
views
How to make a SIMPLE build of VSCode - Open Source
I want to build VSCode from source. I've forked the repo and got it on my desktop. Now I want to build VSCode and run it with the MINIMAL requirements. I don't need an executable and I only need it ...
0
votes
1
answer
56
views
How to Upload a Zip File and Create an AppBundle in Autodesk Forge Design Automation SDK?
I am trying to upload a zip file to Autodesk Forge's Object Storage Service (OSS) and then use it to create an AppBundle for Design Automation. While I successfully upload the file and create the ...
0
votes
1
answer
102
views
Error: "The schema must be one of the following: public" is showing when doing the Quickstart guide of ToolJet
I was trying to fork the Tooljet repo to run it in my local machine and try contribute and fix some issues. This is my first attempt trying to contribute to open source projects.
I ran the docker ...