4,909 questions
0
votes
0
answers
43
views
action button to export questionnaire in csv form in Django web app causing 504
Ya so i created this action button on a django web app and when i tried to use it got this error
{"code":504,"message":"upstream request timeout"}
so i do agree that its ...
0
votes
1
answer
49
views
Grouping two actions on a RealityKit Entity with different durations
Yet another RealityKit question.
I have a player Entity whose movements throughout the world model I want to be able to script. I've managed to translate the simple SceneKit actions to RealityKit, ...
0
votes
3
answers
137
views
Apache Spark (3.5-4.0) Does df.count() load the data?
Over the past few months, I have been getting inconsistent benchmark results, and I want to confirm if my suspicion is correct. If I perform a series of transformations to create a Spark (3.5+/4) ...
1
vote
2
answers
196
views
Difference in behaviour between two RealityKit animation techniques
In the following two code blocks:
.generate
return try AnimationResource.generate(with: FromToByAnimation(from: DoorwaySegment.closedRotation,
...
0
votes
0
answers
68
views
Vercel preview env authentication in Cypress from Github Action
I followed Gleb Bahmutov's guide to running Cypress tests as a Github Action, targeting the preview env of a Vercel deployment, but I'm getting 401 unauthorised errors from the beforeEach() hook that ...
0
votes
1
answer
44
views
Parameters in svelte action not reactive
Svelte action that does things when keys are pressed:
import type { Action } from "svelte/action"
export const keys: Action<HTMLElement, boolean> = (node, active?: boolean) => {
...
2
votes
1
answer
98
views
@action got an unexpected keyword argument 'id'
class CustomUserViewSet(UserViewSet):
serializer_class = UserSerializer
pagination_class = PageNumberPagination
permission_classes = [permissions.IsAuthenticated]
def ...
0
votes
1
answer
56
views
RealmSwift: SwipeAction to show edit modal
I'm trying a List with lessons with a SwipeAction to show an edit modal:
@ObservedResults(Lesson.self) var lesson
@State private var showEditModal = false
@State private var forEdit: Lesson?
...
1
vote
1
answer
260
views
GitHub Actions: SCP Action Failing with Status 1
I'm trying to transfer a JAR file to an Azure VM using the appleboy/[email protected] GitHub Action. Below is the relevant part of my workflow:
- name: Transfer JAR to Azure VM
uses: appleboy/scp-...
0
votes
0
answers
129
views
How to zoom out with Selenium in Python?
I'm trying to test a website with Selenium by clicking on an element. The element is on the page but I cannot see it because it is covered with Selenium floating alert "Chrome is being controlled ...
2
votes
1
answer
1k
views
gitea action build and push docker image results in failed to push with 404 error
I've created a gitea action to build and push a docker image to the docker registry hosted in gitea.
When pushing the image, the task returns the follwing error:
ERROR: failed to solve: failed to ...
0
votes
1
answer
225
views
GitHub Actions: sudo requires a terminal or password during deployment via SSH
I'm setting up a CI/CD pipeline using GitHub Actions to deploy a Go backend application to a remote Ubuntu server. The workflow builds the application, transfers the binary using scp, and restarts the ...
0
votes
0
answers
93
views
class_parents(): Class does not exist and could not be loaded
Looking for help with a Laravel 11 upgrade issue( Upgraded the Laravel Action as well). Getting this error when executing a queued job:
class_parents(): Class abc-test id:1 does not exist and could ...
0
votes
0
answers
114
views
No response from github actions when attempting to retrieve vault secrets
When attempting to access Vault secrets from a github action, the "Get Vault Secrets" section returns a 1/error but nothing else (debug is on).
Output:
2m 15s
##[debug]Evaluating condition ...
0
votes
0
answers
28
views
Prisma Transaction sometime not update all properties
A function is declare in the next.js 14 server action when I call this function with the verified="approve" ,id=1, data={payload:"bankAccount",id:1} it does not update the bank ...
1
vote
0
answers
169
views
Having a problem with async_cancel_goal with ROS2 and C++
I am writing an action with ROS2 and it should be canceled when the condition is met. I am checking that in client in feedback_callback:
void feedback_callback(
GoalHandleRecord::SharedPtr,
...
2
votes
0
answers
80
views
How to create Dictionary with generic list
I try to make simple event bus that can contains Dictionary with lists of events by type.
But I cannot find a type of this dictionary that would not give out errors. Please help me figure it out.
...
0
votes
1
answer
430
views
How to create custom action?
I'd like to run a custom action that runs a job, but when I click on this action from the front end I see a spinner for a split second and nothing gets logged. dd($record) has no impact either.
Is it ...
0
votes
1
answer
61
views
Nextjs actions, how to make a mongoose call from action?
and should it be done? or should the actual mongoose call of find needs to be inside route.ts file as an api and inside the action of nextjs i should make a http fetch call to this api?
my problem is ...
1
vote
1
answer
92
views
Updating task scheduler entries to modify task arguments
I am attempting to iterate over many task scheduler entries to modify the task arguments. We have many servers running simultaneously launched scripts, all need to be reachable on the console if a ...
-1
votes
2
answers
87
views
No route matches Error in Controller and Router using Ruby on Rails MVC
I am new to ruby on rails. And I am trying to test one simple record pull example using Active Record. I am getting the following error while giving action from router to controller to get some ...
-2
votes
1
answer
62
views
How can i use the enum value in the action methods? [closed]
public enum ImgExt
{
jpeg,
png,
svg,
gif,
}
I want the ImgExt enum value in dynamically as per the request in action method
public static GetImg(Guid Id,"enumType" ImgExt) //...
0
votes
0
answers
71
views
How to use server components in Client components Nextjs
I am trying to call the signup function defined my actions.ts (a server action) from a form on client side but I face the same error:
You're importing a component that needs next/headers. That only ...
2
votes
1
answer
73
views
How to test the arguments of a Action that is itself passed as a method argument?
I'd first like to state that I'm new to StackOverflow, unit testing with NSubtitute and to working with actions/delegates in C# - so apologies in advance for any misuse of formatting and/or ...
0
votes
1
answer
535
views
can I directly call a workflow from within a composite action?
Can I directly call a workflow from within a composite action?
This is my composite action:
name: Service composite
description: Service composite
inputs:
example_input:
description: ...
1
vote
1
answer
129
views
Actions is initialized as undefined in the class constructor
The functionality "this.actions$.pipe" does not work due to the undefined value of actions$.
TypeError: Cannot read properties of undefined (reading 'pipe')
at note.effects.ts:17:19
at ...
-1
votes
1
answer
58
views
Wrong YAML syntax for github actions
Trying out github actions to auto publish an npm package but its showing these errors I don't know what's wrong. I have used my own name and email in the code instead of this dummy data shown in the ...
0
votes
1
answer
35
views
In action method am not getting the values after ajax post call
var obj = {
RdEmail: useremailid,
RduserName: username,
RduserPassword: userpassword,
RdGender: gender
};
-----------1----------------------
$.ajax({
url: "Registration/...
1
vote
1
answer
140
views
How to exchange information between Taipy page after a clic on a page
I have two pages in my main.py
pages = {
"/": root_md,
"Page-MAP": page1_md,
"Page-DASHBOARD": page2_md,
}
With the variable variable_main = "station1&...
0
votes
1
answer
63
views
req.headers.authorization is set correctly on the client but undefined in the backend
I have an express/mongodB backend and a sveltekit frontend. In the frontend I want the user to be able to delete some items in the backend that belongs to him. To do so, I send a cookie to the client ...
0
votes
1
answer
199
views
TYPO3 v12 form method="get" only redirects to default action
I need to create a TYPO3 form, that passes values via get parameters to an controller action.
The form looks like this:
<f:form action="filter" name="filter-form" method="...
0
votes
2
answers
1k
views
laravel 11. lorisleiva/laravel-actions. How to register command
How to register a command via action without using the Console/Kernel.php file, because it does not exist in Laravel 11.
I executed the command
composer requires laravel/tinker
php artisan vendor:...
2
votes
0
answers
273
views
Gitea Actions: Service Container does not Start
I'm trying to set up a service container in my gitea action, but it doesn't seem to be visible to the container running the actual build - neither using the label as hostname, nor trying to connect ...
0
votes
1
answer
56
views
Sort wordpress post based on highest views
Here's is my post which shows only those posts who has views. Views are counted using wp-view-counter plugin and show those posts as well who are categorized as trending term either they have views or ...
0
votes
1
answer
56
views
Conditional Execution of GitHub Actions Jobs Based on Modified Folders
I'm working on a project where I have two specific folders in my repository, folderA and folderB. I want to set up a GitHub Actions workflow that executes different jobs based on which of these ...
3
votes
0
answers
46
views
Android notification action not clickable while it is continuously updating
So I have an download progress notification on android with two actions, "cancel" and "pause".
When the notification is updating fast the action button of the notification is not ...
0
votes
1
answer
38
views
how to open Call setting screen from android app programmatically
I am trying to navigate from my app to device's Call setting screen and voicemail setting screen.
I am looking for Action to create intent that can navigate to setting screen.
or other way to open ...
1
vote
1
answer
178
views
How can I create an action for my own GPT app that can be append additional text to users' questions
I have created my own custom GPT using the "My GPTs" platform on GPT4. Now I want to add a new action to this app, via My GPTs -> choose my custom GPT -> Configure -> Actions -> ...
0
votes
1
answer
162
views
How do Enable a Win32 control with an attached action and run the OnExecute event remotely when the action is disabled? (in a Delphi application)
It's easy to enable a control using EnableWindow(Handle, True), which can be done from within an application or from an external application if you can determine the handle. This allows you to enable ...
3
votes
2
answers
414
views
Is subscribing to the NGRX action stream considered a code smell?
I ask myself if it's considered a code smell when directly subscribing to the NGRX action stream.
Consider the following use case:
Let's say I have a list of entities that is stored in the NGRX store. ...
0
votes
1
answer
49
views
Notification JavaScript not displaying Actions buttons
Here is my JavaScript Code.
'use strict';
/*
import {
pkg
} from './module/';
*/
function push() {
try {
let p, q, y = '';
const ng = navigator,
j = x => {
...
-1
votes
1
answer
382
views
How to create a simple “Hello World” Action on Google Assistant in 2024?
I’ve already created a Skill for Alexa and now I’m starting my studies in developing Actions for Google Assistant. However, I’m having trouble creating a simple Action. Even after following the video “...
0
votes
1
answer
188
views
How to get diff time in github actions job steps
I would like to find the difference between the time of today's date and the time of the date on which PR was generated within the githubactions jobs steps.
What should I do?
jobs:
pr-comment:
...
2
votes
2
answers
7k
views
Protect Server Actions with Next Auth in Next JS 14
I just created my first Next JS 14 App with App Router v4 authentication and authorization.
I was so proud, too, everything works great!
There is just one caveat I cannot seem to solve: Server Actions....
0
votes
2
answers
1k
views
Lifecycle hooks not working in Edit function, Filament resource
I have a resource in a php Filament App called LoadResource. The standard out of the box Edit action on this resource is working fine - it however does not respond to any lifecycle hooks that I place ...
0
votes
0
answers
670
views
Error using Github actions with git clang-format
Whenever a pull request to main is created, I want an action to check that the code follows our format guidelines for the repo.
Unfortunately im having trouble integrating this since the command keeps ...
0
votes
1
answer
155
views
Github Actions: The Job was skipped
jobs:
terraform_apply:
name: "Terraform_apply"
if: ${{ github.ref == 'refs/heads/master' && github.event.inputs.action == 'Terraform_apply' }}
runs-on: ubuntu-latest
...
-1
votes
1
answer
590
views
React Router 6 - pass data/state from action to loader with different route path
I have an app with list of posts and post's detail. Now I am trying to figure out how to effectively show toast with some text after post is editted.
Let's say that I have:
import { Form } from "...
0
votes
1
answer
40
views
could able to get the text of an web element, but not able to click it
Page contains a input box with a side button with '+' on it. I could clear the input box, send some text in to it, then when I could get the web element reference of the '+' button, but for the love ...
1
vote
0
answers
90
views
Action Extension works on iPhone but not on iPad
There is an application on iPhone. The Action Extension is used, it works great on the iPhone, but when you add Destination = iPad, the application starts, works, but the extension does not work.
...