3,477 questions
Advice
1
vote
4
replies
143
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'...
Advice
2
votes
2
replies
67
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
0
answers
29
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
0
answers
52
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
votes
1
answer
140
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
60
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
13
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 ...
1
vote
0
answers
309
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
0
answers
89
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
250
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 ...
1
vote
0
answers
66
views
Implementing Cross-Iframe Communication in Open-Source Appsmith Using postMessage
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 ...
1
vote
0
answers
89
views
How to plot stacked bar chat in the latest version of SHAP
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, ...
0
votes
1
answer
214
views
Issues with iframe-resizer in Next.js: GPLv3 License Warning and "No response from iFrame" Error
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 ...
1
vote
1
answer
32
views
How to synchronize with upstream opensource project while keeping your own private modified version?
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 ...
3
votes
0
answers
1k
views
Use ruff linter to issue warning for rule without failure
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 ...
1
vote
0
answers
101
views
rspamd error: undefined reference to 'EVP_*'
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: ...
0
votes
1
answer
239
views
Unable to install converters for openChrom when building in developer mode
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 ...
0
votes
1
answer
838
views
How to build a .deb in archlinux if bindeb-pkg is not available?
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 ...
0
votes
1
answer
42
views
How to build a separate new project from an existing open-source project?
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 ...
0
votes
0
answers
29
views
How to extend an open source lib that have no extension points?
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)
...
0
votes
1
answer
178
views
Compiling Indvidual Modules In Gnu radio
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 -...
1
vote
1
answer
143
views
Modification to Eigen library source code somehow degrades performance
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 ...
-3
votes
2
answers
1k
views
How to Change Browser Tab Icon for React Website
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 ...
0
votes
1
answer
68
views
How can I change numerical abbreviations in charts in Superset
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 ...
0
votes
2
answers
72
views
How do you do your performance check when you make some edits in github
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 ...