All Questions
21,083,128
questions
0
votes
0answers
3 views
Jenkins checkout scm: how to get tags?
In my Jenkinsfile, I have below, which seems to clone the latest version that triggered the Jenkins build. However, it did not fetch any tags.
Is there a way to customize checkout scm to fetch all git ...
0
votes
0answers
3 views
how can I put a div inside of another div that is sitting next to a div that has a float: left property?
The question is confusing but I just want to put the 'signIn' css selector inside the 'headerRightPanel' selector and have it span that width. That is grow and shrink within it. now headerRightPanel ...
0
votes
0answers
7 views
In python using while loop calculate circumference and area
Write a program that will calculate the circumference and surface area of a circle. Create a table that prints the circumference and surface area for a radius from 1cm to 20 cm inclusive in increments ...
0
votes
0answers
2 views
Data update on Get.back () getx
Problem with updating data when going back.
Transition scheme:
ProfileView -> FollowingPersonalView -> ProfilePublicController -> FollowingPersonalView -> ProfilePublicController -> ...
0
votes
0answers
7 views
Error: assignment to expression with array type, sorting linked list alphabetically
I'm trying to sort a linked list alphabetically, I think I have the concept down but I'm getting a compilation error that says:
function.c: error: assignment to expression with array type
...
0
votes
0answers
5 views
VS Code does not launch a web browser when starting Live Server or “npm start” with React
I'm using Visual Studio Code Insiders on Arch Linux (installed via snapstore), and whenever I try to "open with live server", no browser launches. I can manually go to the local domain ...
0
votes
0answers
7 views
The SQL Query is not picking up what's needing when using varchar datatypes
I have a 1st query with the following where clause:
where ref <> '30' and ref2 < '40'
This query picks up some of the following refs: 3P, 3A, 32 and etc...
And I need also to pick up '03'
...
0
votes
0answers
5 views
How can I fix Django SQLite3 error on AWS?
I am trying to run a django project on an EC2 server, however, when I run python3 manage.py runserver, it returns this error, django.core.exceptions.ImproperlyConfigured: SQLite 3.9.0 or later is ...
0
votes
0answers
5 views
Spring JAXWS Best practice with SimpleJaxWsServiceExporter - JaxWsPortProxyFactoryBean
I'm learning Spring from a book called "Spring 4 in action".
I'm actually doing the webservice part; in particular "Publishing and consuming web services".
Following the book, I've ...
0
votes
0answers
9 views
IMPLEMENTING SCROLLING CAMERA
I want to add a camera that follows my player I do not want everything to move I just want the player to move and the window follows that way I can add multiplayer to it please help me fix this ...
0
votes
1answer
9 views
ValueError: could not convert string to float: '[108.62257164103005]'
I am trying to convert a list to a float so have first converted it into a string but when I try to convert the string into a float it doesn't work and gives me the error:
ValueError: could not ...
0
votes
0answers
5 views
How do I set up multiple Firebase projects with the same bundle ID on Android?
I'm working on an Android app that uses Firebase for a few different functions. I'm currently trying to expand from a single Firebase project to 3 to represent development, staging, and production ...
0
votes
0answers
9 views
How to create random image generator?
I had an idea to do something, the problem is that I don't know how to do it, I explain what I need is something like this https://nekos.life/ a website that loads photos that I put randomly from a ...
0
votes
0answers
6 views
Detect if back button has been clicked using Perl
I have seen people post about this question online but they were either using JavaScript or a different language. Is there a way in Perl to detect if the user has clicked the back button?
...
0
votes
0answers
4 views
Python Docx picture orientation
im trying to insert pictures to a doc with run.add_picture, but the pictures come out in a different orientarion and i want to rotate them, i havent find the way to do it with python docx.
parrafo = ...