All Questions

0 votes
0 answers
2 views

Unable to deploy react native web on hostinger

I tried to deploy my react native web application project on hostinger from github but i dont get to see my app from the client side instead i see the default home page i deployed from github to ...
chukwuma kelechi's user avatar
0 votes
0 answers
3 views

Unable to fetch my private repo's using Ansible Galaxy in github actions workflow

All my Ansible playbooks/roles are checked in to my git repo. When I ran a GitHub Actions workflow, I checked out my private repository using self-signed certificates. However, I'm encountering an ...
Priyanka's user avatar
0 votes
0 answers
3 views

ShadCn Combobox on Form - onSelect (from CommandItem) does not connect the selected value from Combobox with the defined field on the form

my issue with the ShadCn Combobox on Form is that onSelect (from CommandItem) cannot connect the value from Combobox with the form's field. The constant for Combobox is called - serviceCategories. ...
Violeta Damjanovic-Behrendt's user avatar
0 votes
0 answers
8 views

How to change focus into next element using Enterkey

Can someone help me I'm so stuck here finding solution in my problem. I have table report and in the first field autocomplete If I pressed Enter key the focus must go to the next element in "...
Darreck Bercasio's user avatar
-1 votes
0 answers
6 views

New to Python, having problems with Zope trying to install vmware_exporter

I only have superficial experience with Python, could probably write a script with a lot of help from Google. I've tried to install https://github.com/pryorda/vmware_exporter, but am having problem. ...
Phil Hoenig's user avatar
0 votes
0 answers
4 views

Separate a column with hybrid data types in polars

I have a column with hybrid data types, how do I segregate them, something like this, input df, df = pl.DataFrame({ "hybrid_column": ["1", "hello", "{'a': 1}&...
apostofes's user avatar
  • 3,389
0 votes
0 answers
5 views

Custom Gateway filter order in Spring Cloud Gateway

I am exploring Spring Cloud Gateway. I want to introduce a custom HTTPHeadersFilter for all the routes. Also i want to protect the gateway with authentication .Hence am using Spring Security. I have ...
saurav's user avatar
  • 5,784
0 votes
0 answers
4 views

localhost:3000 not working when I start a docker container for my Rails project

I was following a tutorial on how to Dockerize a brand new Rails 7 app. I amde the Docker container 'distant-mirror' Setting up the Docker container took about two hours, but now I entered in my ...
Noop Noop's user avatar
0 votes
0 answers
4 views

Swagger API with parameters interdependencies for executing an API (fastAPI)

I have a fastAPI end point. I wanted to test the API endpoint using swagger UI. I have two input params for the API endpoint. Based on the choice of the first input, the second input is furnished. For ...
Vallalar_dev's user avatar
0 votes
0 answers
9 views

Join Tables with Condition

I have table Machine and table Inventory. In table Machine, I have last running inventory properties. In table Inventory, I have new inventory id and properties (Not yet run in machine). I have to ...
lawd's user avatar
  • 3
0 votes
0 answers
4 views

Why does Python make instance methods available to classes?

In most languages, classes aren't allowed to access instance methods. In Java, for example, trying to access a method like this will throw a compilation error: error: non-static method [instance ...
Andrew Yim's user avatar
0 votes
0 answers
4 views

Rendering a static SVG in shiny python

Is there a way to render a SVG in a shiny-python app directly rather than convert it to a png and then render it from an ImgData, by calling ui.output_plot?
Devil's user avatar
  • 947
0 votes
0 answers
3 views

Using Elsa Workflow 3.0 with ABP Framework and use sqlserver

I want to update to Elsa workflow version 3.1.3 but i can't find any document intruct how to use elsa worlkflow 3 with abp framework and using sqlserver i follow like document elsa but it is for ...
Linh Thùy's user avatar
0 votes
0 answers
3 views

GLSL fragment shader Sine wave change the direction and color

I have glsl Fragment shader code need to change the line color, background color and, direction of the sine wave eprecision mediump float; #endif uniform vec2 u_resolution; uniform vec2 u_mouse; ...
Wimal Weerawansa's user avatar
0 votes
0 answers
4 views

How to Forward GRPC Requests in a Proxy Server for Ray?

I am implementing a reverse proxy for Ray. The reverse proxy works well for HTTP requests, but some communications of Ray use GRPC. For example, the reverse proxy is getting requests like http://...
Emmanuel Murairi's user avatar

15 30 50 per page
1
2 3 4 5
1612932