517 questions
0
votes
0
answers
33
views
Using julia with multiple people
I want to be able to code in a jupyter environment, using Julia, with multiple people at the same time. I know there's visual studio with live share, but that depends on one person sharing their code.
...
0
votes
1
answer
32
views
Text content gets removed when a new extension is created for it when the extension tag has textcontent and node element data together with it
Text content gets removed when an extension a new extension is created for it when the extension tag has textcontent and node element data together with it
My extension
export const Tbcaption = Node....
-1
votes
1
answer
648
views
How add reviewer to PR without adding them to collaborators
I want to add a reviewer to my Pull Request (PR) on a public repository without adding them as a collaborator. The issue is that GitHub only allows requesting reviews from users who are collaborators. ...
1
vote
2
answers
156
views
How can I create a branch in my fork based off a branch in a different fork (of the same master)?
I have my own fork I’ve been working on for awhile:
https://github.com/udance4ever/batocera.linux/
I verified the work done in this branch of a fellow developer’s fork is something I wish to build ...
0
votes
1
answer
67
views
Collaborative Development Environment for ASP.NET Web API Backend and React Frontend
Hello StackOverflow community,
I am part of a team working on a web application project. Our backend is being developed with ASP.NET Web API and SQL Server, while our frontend team is using React. The ...
0
votes
1
answer
80
views
github collaboration pull request
I am the admin of a github repo. I have added a collaborator with my project, he has done some changes and pushed it in the repo correctly. But how do I get the updated code in my local PC/ VS code?
I ...
0
votes
0
answers
125
views
Quarto + git (not github) for tracking comments
I'm inexperienced in git but I would like to know if it make sense to try to keep track the in text comments by using git (not github).
Collaborative work with Quarto is an issue so my question here ...
1
vote
1
answer
268
views
Is there a limit to the number of co-authors in a commit message?
I'm working on a project with a large team and we're using Git for version control. For collaborative work, we often have multiple co-authors for a single commit. I'm curious if there's a limit to how ...
1
vote
1
answer
3k
views
How to solve installing of dependencies issue when using renv to share code with collaborators?
I have some script written using R programming language, and for my friends to run those scripts in their own machines without any problems and so that they can get same environment variable as me, I ...
1
vote
1
answer
107
views
Delphi collaborate function
Is there a way to collaborate in Delphi 11 like the JetBrain's "code with me feature"? I want my friend to code with me, working on the same Delphi project.
I have searched all over but am ...
0
votes
1
answer
143
views
getting the error as value error , what should i do if i get this error
F.softmax(Model(input_ids, attention_mask), dim=1)
and the error is
Found unexpected instance while processing input tensors for keras functional model. Expecting KerasTensor which is from tf.keras....
1
vote
1
answer
204
views
How to give new Heroku collaborators access?
I have one personal Heroku app that I've added a collaborator to. He shows up in the Access tab with role "Collaborator" and no permission listed; however, he is able to deploy code and ...
0
votes
1
answer
413
views
Sharing a file that includes its local TIMELINE on VS Code with other people
I am a beginner in programming and I have a question regarding the dev tool vscode editor.
I would like to be able to send my files to somebody else including the saving history of the file (TIMELINE, ...
0
votes
0
answers
360
views
What is the best way to share/use an excel file?
I am on a team of 20+ and every quarter we have to check data and make changes. Currently we use Sharepoint to share the Excel file, which will allow access to everyone with the sharepoint link.
I've ...
2
votes
1
answer
370
views
Is it rude to create a sub-branch off of someone else's branch? [closed]
I'm new to coding and collaborating in git so I thought this would be a relatively normal thing.
We're a small team of three working on a project. One of the team members is working on a problem ...