490 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
145
views
Does GW provides OOTB Restful Service for creating a Submission like it provides SOAP service for creating Submission?
Does GW provides OOTB Restful Service for creating a Submission like it provides SOAP service for creating Submission? If so which Guidewire version provides it
I am looking for OOTB Restful Service ...
0
votes
1
answer
55
views
iOS App Submission - Credentials Required
I don't know if I am missing something but my simple mobile app displays a list of videos and has a link to the platform website where you can register on website itself.
This account has nothing to ...
1
vote
0
answers
2k
views
The time to submit a notebook in a kaggle competition is 5 times longer than if run locally - 7 hrs versus 1.2 hrs
In the Kaggle CommonLit - Evaluate Student Summaries competition, one can submit upto 5 submissions daily. Each of these submissions are run with about 15% of the final number of tests. The final ...
0
votes
0
answers
54
views
Understanding TA feedback project submission
Below is the main body instruction and modifiable code provided to me for my project assignment that does not execute properly in gradescope. There are a few other .py files in the assignment folder ...
0
votes
1
answer
430
views
Cannot Submit 1st Expo React Native Android app to Google Play Store
I am sure there is an easy answer but I cannot find it in the documentation.
I am trying to submit my first Expo React Native Android app to the Google Play Store. You cannot use eas submit on the ...
6
votes
0
answers
807
views
Found the following files/directories: ''NULL'' when I run devtools::check_rhub
When I'm running devtools:check_rhub I'm receiving the following note:
❯ checking for non-standard things in the check directory ... NOTE Found the following files/directories: ''NULL''
I am unable to ...
1
vote
2
answers
91
views
Get form submission data from radio buttons generated by a 2d array
I created an HTML table containing radio fields using a multidimensional array.
How can I get the selected values from the form submission?
My current code:
$cakedata = array(
array("shape&...
0
votes
2
answers
1k
views
Cannot find 'Submission.csv' File in 'Google Colab
I have run a predictive model in Google Colab and saved the 'Submission.csv' file. Now I don't know how to locate the file on colab and upload it to the comp. site. Can anyone advice please and thank ...
0
votes
1
answer
1k
views
Need to get submission_id of elementor form to add in reference and content of the mail
I use the elementor pro form for my contact form. I want to add the submission_id to the mail. I want to display the id in the reference header and in the body of the mail. Like a ticket-System.
EXP: ...
0
votes
1
answer
4k
views
LaTeX Error: Command \algorithmic already defined
I wrote my first paper in overleaf and I am about to submit it to arXiv. To do so, i go through 'submit' on the webpage, however, I get 3 errors, which I do not understand well.
> LaTeX Error: ...
0
votes
0
answers
38
views
Variable Console Logged Twice
I have recently learning react for front end development and have encountered the problem when using useStates. I tried to input a value in a textbox and submit it by clicking a submit button. ...
1
vote
1
answer
62
views
How to determine the source of a job submission
I am searching for a way to determine how a job was initiated on the HPCC cluster.
There are several ways to submit a job. For example:
1- a manual submission via the ECL IDE / ECL Watch
2- an ...
1
vote
0
answers
182
views
How to hide the input name on form submit
Using formsubmit.co I've have specific names and values I'm submitting where the user would get an email with this submission on. The problem is that if the user doesn't make a check for specific ...
0
votes
1
answer
440
views
Python PRAW Subreddit Object : "got an unexpected keyword argument 'timeFilter'"
when specifying a time filter on a subreddit object on praw, it says: " __ init __() got an unexpected keyword argument 'timeFilter'"( the code is called within the __ init __() of a class )....
0
votes
1
answer
30
views
I am trying an Multiply App where I need to change variable after submission form without reload
I need to change the variable after the submission form without reloading. So that I can next time get new num1 and num2 veritable with new correntAns and can check the correct answer.
Please see my ...