3,479 questions
Advice
2
votes
8
replies
177
views
How can I determine whether a GitHub repository is suitable for first-time contributors?
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 ...
Best practices
0
votes
5
replies
89
views
As a tech student if I have to make end to end projects in tech background. what should I make?
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 ...
Advice
0
votes
4
replies
42
views
Need help regarding open source contribution as a beginner
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,...
Advice
0
votes
0
replies
31
views
How Do Open-Source Maintainers Communicate Intentional Non-Goals?
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 ...
Advice
0
votes
1
replies
65
views
Is there a way to track and verify open-source contributions beyond GitHubâs contribution graph?
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 ...
Advice
0
votes
1
replies
64
views
How to automatically extract log diameters, lengths, and a measurement table from a timberâpile point cloud (CloudCompare or other free tools)?
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 ...
0
votes
0
answers
74
views
Kotlin Multiplatform KLIB âduplicate kotlin-stdlib-commonâ error when running jvmTests in Ktor project
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 ...
Advice
0
votes
1
replies
60
views
Data-scheme enriched with meaningful explanations for AI
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 ...
Advice
1
vote
5
replies
251
views
I'm a beginner in data science feeling lost with Python - how should I practice?
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'...
0
votes
0
answers
56
views
SBOM (CycloneDX) from .dll - why OST doesn't find vulnerabilities?
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 ...
Advice
2
votes
2
replies
72
views
How to contribute to opensource
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 ...
0
votes
2
answers
87
views
Autodesk OSS v2 API returns 404 when uploading IFC file â âThe requested resource does not existâ
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 ...
0
votes
0
answers
36
views
Prevent Message Input Bar from Being Pushed Down (ExyteChat)
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 {
...
0
votes
1
answer
554
views
Deploy an opensource LLM in Azure ecosystem and create an api endpoint [closed]
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
71
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 ...