Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
4 replies
143 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
Advice
2 votes
2 replies
67 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
0 answers
29 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
0 answers
52 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 votes
1 answer
140 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
0 votes
0 answers
60 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
0 votes
0 answers
13 views

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 ...
minnieme's user avatar
1 vote
0 answers
309 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
0 answers
89 views

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 ...
blazgocompany's user avatar
0 votes
1 answer
250 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
0 answers
66 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
0 answers
89 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
0 votes
1 answer
214 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
1 answer
32 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
3 votes
0 answers
1k 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
1 vote
0 answers
101 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
239 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
838 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
42 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
0 answers
29 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
0 votes
1 answer
178 views

I am new to open source contribution, so after editing the source code for gnu-radio, I want to only compile the gr-qtqui module. I ran cmake with the following flags: cmake -DCMAKE_BUILD_TYPE=Debug -...
Hamza 's user avatar
1 vote
1 answer
143 views

One very very common operation in my program is taking a vector, and making with it a vector in the same direction, with magnitude inverse to the original vector's square (v -> vNorm/v^2). I'm ...
Malmel's user avatar
  • 37
-3 votes
2 answers
1k views

Here Picture to get the idea I have a website deployed at tustify.com, and I've noticed that the logo displayed on the browser tab is default react logo. I've set up my favicon.ico, and the correct ...
Ali's user avatar
  • 1
0 votes
1 answer
68 views

How can I change numerical abbreviations in charts, for example from 5k to Polish 5tyś? Is it possible to do this? I was looking for a config file to change that but with no results. Is this possible ...
Jakub Zajkowski's user avatar
0 votes
2 answers
72 views

I am new to Git and Git Hub. I have made some edits in some GitHub repos and want to check relative performance in terms of time with the default Git repository. What is the best way to go about doing ...
Sumit Gupta's user avatar

1
2 3 4 5
70