Skip to main content
-5 votes
1 answer
105 views

I have some problems because I'm sharing the git repository with some colleagues, but I'm using windows os and they, Unix, instead, so, every time I'm facing with a push, I find differences in the eof....
doxdici's user avatar
  • 37
0 votes
0 answers
91 views

I'm facing some issue when using a project tracked by git on both windows and linux. As suggested on other questions on windows I have core.autocrlf=false core.eol=<blank> On Linux I have the ...
DDS's user avatar
  • 2,470
0 votes
0 answers
76 views

I am trying to write commands and read responses to/from a serial port (RS232) on a laboratory pump. I have the pump connected to my PC via a USB-to-serial adaptor, and have been able to send commands ...
cringle's user avatar
  • 13
0 votes
0 answers
87 views

We fetch the discrepencies of our salesforce org and our bitbucket repository and add commits with differences for each component type: Steps for automated script: Create a new branch and checkout to ...
Ritvik Bhomia's user avatar
1 vote
2 answers
119 views

I have the following function to get all of the different types of end-of-line delimiters in a file. There may be one or more, so I want to return an array of all types. function ddtt_get_file_eol( $...
Aristocles's user avatar
1 vote
2 answers
373 views

I have seen many loggers using operator<< to read log messages and write them on file: template<typename T> Logger& Logger::operator<<(Logger& l, const T& s) { l....
Pietro's user avatar
  • 13.6k
3 votes
2 answers
621 views

I want to configure a git repository in a way that all checkouts use LF as line endings, even on windows if core.autocrlf is enabled. I got the following ideas from the documentation: text means: the ...
Michael Karcher's user avatar
0 votes
0 answers
708 views

using pg_dump to dump the database in a custom format archive pg_dump -U $PG_USER -d $PG_DB -a --column-inserts -Z 0 -Fc > db.dump i have to use subquery to create new temporary tables based on the ...
Arslan's user avatar
  • 67
0 votes
0 answers
188 views

I have a few projects on AWS using the following setup: • Cognito - (user pools) • S3 - (frontend) • Cloudfront - (CDN proxies) • API Gateway - (REST APIs) • Lambda NodeJS 14 - (backend ...
Taha Erden's user avatar
-1 votes
1 answer
958 views

There is a confusion regarding EOL for .NET FW higher than 4.6.1. I am running an application which is based on 4.6.2 in Window Server 2012. We are planning to upgrade our servers to Window Server ...
Mohd Ilyas's user avatar
0 votes
1 answer
142 views

This code for dos2unix conversion in an emacs buffer stopped working at some point. I've been using it since the 90's (emacs 19) and I don't know exactly when it stopped working. ;;; Dos to Unix ...
shedmeister's user avatar
2 votes
0 answers
68 views

I have been searching for quite a bit, and can't seem to find a solution. I have a ghostscript command in a PHP (7.4) Drupal specific script (not written by me), which seems to work fine. The command ...
Angus's user avatar
  • 83
0 votes
0 answers
193 views

When I am trying to add my local code to newly created git repo below error is thrown. https://i.sstatic.net/4o3VC.png warning: in the working copy of 'node_modules/@babel/runtime-corejs3/helpers/...
Yashika Sanghi's user avatar
0 votes
1 answer
48 views

I wish to hand chunks of text to an API. However, I cant as python wont let me handle the text if I try saving as a variable. How do I do it? Thank you prompt = (f"xxxx xxxx xxxxx xxxx xxxx")...
Research Centre's user avatar
0 votes
0 answers
71 views

I was trying to play an intro sound when the start button is pressed but no matter what i did the error kept popping up. This was my code that was getting an error : def intro(): intro = ['...
Abram Hubbard's user avatar

15 30 50 per page
1
2 3 4 5
26