Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
37 views

I'm interested in implementing a BigInteger class with functionality (took cook multiplication, etc), I already did so for a class project, in Java. I think it would be really cool to do so in a ...
user32603240's user avatar
-4 votes
0 answers
46 views

We have quite a few microservices in our project and we wanted to ensure that our application is free from vulnerabilities. Can you please provide suggestions for the below issues How to ...
vr3w3c9's user avatar
  • 1,140
Advice
1 vote
0 replies
46 views

So my goal is to build a map showcasing users contributions to the FOSS projects and I am trying to building it for my FOSS community. I was reading documentations of gitlab for few hours, I dont find ...
Divya priya's user avatar
Advice
1 vote
5 replies
157 views

I am a recent graduate from a reputed college in India although I got good job offers from my college I still regret in one aspect of my CS journey, that is I have zero contributions to any open-...
codeBurn's user avatar
Tooling
0 votes
1 replies
39 views

I'm building a SIP-based Telepresence Gateway using OpalVoIP that needs to connect hardware room systems (Polycom, Lifesize) to a web conferencing platform. The requirement is to deliver separate ...
Sagar Joshi's user avatar
Best practices
0 votes
0 replies
62 views

I'm a very new programmer so please excuse how I am asking the question as I am not very well versed in React terminology. I'm currently trying to implement a feature in the React Modern Gantt library....
tal's user avatar
  • 1
Advice
1 vote
4 replies
74 views

I am a junior front-end developer and I have learned the following technologies: - HTML - CSS - JavaScript - TypeScript - Git / GitHub - React - Next.js I have built some small practice projects, but ...
Abd ElRhman Alaa's user avatar
Advice
2 votes
8 replies
209 views

I am a CS student with experience in C, C++ and basic Java. When looking for open source projects on GitHub, I see labels like "good first issue", but I am unsure how to determine whether a ...
MonkeChing's user avatar
Best practices
0 votes
5 replies
97 views

As a tech student if I have to make end to end projects in tech background for improving my skill, my career and my knowledge. what should I make according to present demand and technology? I am a BCA ...
Rishita Gupta's user avatar
Advice
0 votes
4 replies
47 views

I am in a phase where I select a repo that is perfect for me. A problem arises when I pick an issue from the repo, then I go blank on how to approach it. So my main question is how to solve that issue,...
jhonny's user avatar
  • 1
Advice
0 votes
0 replies
32 views

In open-source projects (e.g., on GitHub), are there observable maintainer actions that clearly communicate what the project intentionally chooses not to do—not because of technical quality, but due ...
Windsky's user avatar
Advice
0 votes
1 replies
71 views

I’m a CS student working on open-source projects, where much of my work (forks, private repositories, code reviews, documentation, and issue triage) doesn’t appear on GitHub’s contribution graph. Are ...
Harshit Maurya's user avatar
Advice
0 votes
1 replies
68 views

I’m working with a 3D point cloud of a pile of timber logs. I need to automatically measure for each log: diameter (or circumference) length and ideally export the results into a table (CSV or ...
mgfor's user avatar
  • 1
0 votes
0 answers
89 views

I’m working with the Ktor codebase (3.4.0-SNAPSHOT) and trying to run JVM tests locally. On a clean checkout, recommended testing (per CONTRIBUTING.md) fails: ./gradlew jvmTests The build fails ...
Stephen's user avatar
Advice
0 votes
1 replies
61 views

Is there any TypeScript-safe library that can automatically generate a schema from a real dataset, but with more than just field names and types? I mean something that can look at real data and ...
Ivan Holovach's user avatar
Advice
1 vote
5 replies
279 views

I'm very new to data science and have just started learning Python. I come from a non-programming background, and I'm finding it quite challenging to understand how to properly practice and improve. I'...
Umar Saleem's user avatar
0 votes
0 answers
72 views

I have the following problem: I generate an SBOM CycloneDX (both manually and automatically) from .dll files and then use open-source tools (OST) to search for vulnerabilities. The relevant CVEs are ...
Anna's user avatar
  • 1
Advice
2 votes
2 replies
79 views

Whoever is reading this: I recently to learn coding and came to know a term open source contribution - can anyone help me to how to contribute to open source? I mean where to find a company for which ...
Virendra Pratap's user avatar
0 votes
2 answers
92 views

I'm using Autodesk Platform Services (APS, formerly known as Forge) to upload an IFC file using the OSS v2 API. Here’s my current setup: ✅ I successfully obtained an access token using 2-legged OAuth ...
Archi Nam An's user avatar
0 votes
0 answers
40 views

I would be very grateful if someone can help me resolve the below issue. Stand alone code: // ChatApp.swift import SwiftUI import ExyteChat @main struct ChatApp: App { var body: some Scene { ...
Ghulam's user avatar
  • 165
0 votes
1 answer
583 views

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 ...
Senthil Vikram Vodapalli's user avatar
0 votes
0 answers
75 views

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 ...
harishchandra manchikanti's user avatar
1 vote
0 answers
44 views

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 ...
PRACTICAL PIG's user avatar
-1 votes
1 answer
167 views

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 ...
Antx's user avatar
  • 90
2 votes
1 answer
189 views

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 ...
Lbits's user avatar
  • 43
0 votes
0 answers
69 views

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 ...
Michael Howard's user avatar
1 vote
0 answers
323 views

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 ...
Noah_'s user avatar
  • 11
0 votes
1 answer
146 views

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-...
bbg's user avatar
  • 1
0 votes
1 answer
133 views

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 ...
Ran P's user avatar
  • 334
0 votes
2 answers
307 views

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 ...
Peter's user avatar
  • 1
1 vote
1 answer
251 views

I want to extract the least significant bit (LSB) of each pixel in a very big image (19,566x14,321) that is in TIFF format. An example of such an image is here: Carina Nebula This is in JPG format, ...
user3236841's user avatar
  • 1,438
1 vote
0 answers
81 views

I am using the open-source version of Appsmith and have two separate Appsmith apps (App1 and App2) embedded on the same HTML page using iframes. I would like these apps to communicate with each other ...
Merlo's user avatar
  • 791
1 vote
1 answer
168 views

I am trying to compile GLIBC from source however during that process I get the following error: ../sysdeps/ieee754/flt-32/e_gammaf_r.c: In function ‘__ieee754_gammaf_r’: ../sysdeps/ieee754/flt-32/...
Benjamin Davis's user avatar
1 vote
0 answers
108 views

I am trying to reproduce the following example with the latest version 0.46.0 of SHAP open source. However, it seems to be weird that the result is not a bar chat as in the example. My attempt: Then, ...
Tung Nguyen's user avatar
-1 votes
1 answer
85 views

I have contributions to make to FOSS repository that add significant scope. At what point is it preferred to create a diverging standalone repository, as opposed to a branch + pull request, when ...
Jonathan F.'s user avatar
0 votes
1 answer
267 views

I'm building a testimonial feature in my Next.js 14 project where testimonials are embedded using an iframe. My goal is to generate an iframe tag (and potentially the necessary script tags) that, when ...
Sriharika Mariyala's user avatar
1 vote
2 answers
1k views

I am trying to deploy OpenProject 14 on Azure but using Azure Postgres Felxible Database server. But I get the below error, looks like our Azure tenant is FIPS complaint and below is the error message ...
Pravyn Raju's user avatar
1 vote
1 answer
36 views

I am working on a forked version of a open-source project which is written in golang. The problem is, while I do some modifications in my private repo, I realised that the opensource also releases ...
Ish Rj95's user avatar
1 vote
0 answers
65 views

Someone sent me a pull request on GitHub. I asked for changes to the functionality they had implemented. Then they closed the pull request and opened another one for the same fork:branch. Is there a ...
VikSil's user avatar
  • 108
3 votes
0 answers
2k views

I want to assign certain ruff rulesets as suggestion/warning rather than hard failures. Context I am currently defining the ruff linter on a public open-source project. In addition to the normal ...
Jesper's user avatar
  • 131
0 votes
1 answer
108 views

I have created a bonded port with two member ports. But when I confiure the member port with some feature offloads It would be overwritten by rte_eth_dev_start(). How do I enable a feature at members ...
Bhavya's user avatar
  • 1
1 vote
0 answers
121 views

I am trying to install rspamd, but am encountering the following error: [ 90%] Linking CXX executable rspamd librspamd-server.so: error: undefined reference to 'EVP_MD_get_size' librspamd-server.so: ...
BrownianBridge's user avatar
0 votes
1 answer
185 views

CMake Error at CMakeLists.txt:862 (find_package): [cmake] Could not find a package configuration file provided by "cmark-gfm" with [cmake] any of the following names: [cmake] [cmake] ...
Vivek Chahal's user avatar
0 votes
1 answer
286 views

I am currently exploring and working with openChrom, trying to extend the project by writing some plug-ins. I am following the development Quickstart guide on the official github page, and so far I ...
Evan Lou's user avatar
0 votes
1 answer
48 views

Now, I am developing a Flutter application with Firebase as the database for my final project. Initially, I used simple authentication with Firebase, but my professor told me that I should use a more ...
al ice's user avatar
  • 59
0 votes
1 answer
940 views

I'm running EndeavourOS Arch, and I'm trying to build the Linux Kernel to deploy within a debian / Ubuntu system. The files are usually in .deb format, however I noticed that the bindeb-pkg package ...
Agustin's user avatar
  • 166
0 votes
1 answer
899 views

I want to take over the no longer maintained open source Rust package that is already deployed in crates.io. While it is obviously in place and appropriate to require a different name for my fork in ...
Audrius Meškauskas's user avatar
0 votes
1 answer
52 views

I found a good open-source project related to my need and I am somewhat contributing to it but I am starting to realize that I want to create a similar but a bit different project than the original ...
xandemon's user avatar
0 votes
1 answer
2k views

Salutations, Coding Gurus I am looking for help with an azure function that can generate a pdf file from CSS formatted html triggered through a logic app. The solution has to use an open source pdf ...
EPStudio's user avatar
  • 137
0 votes
0 answers
35 views

I want to be able to extend maven RequireUpperBounds rule. Running the rule from maven enforcer will output the result as a string but I want to use it as a java object (as it is in the source code) ...
tw_ob's user avatar
  • 61

1
2 3 4 5
70