All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

Why has zscaler app stopped me from phone Internet access?

When scrolling on Google Chrome zscaler prevents me to access articles of any and all kinds. I find this unacceptable. To remove zscaler, I need a password? I don't have one. I am unaware of ...
Denvy Larson's user avatar
0 votes
0 answers
4 views

Is string.indexOf() treated the same on Linux vs Windows?

I'm not an experienced JavaScript programmer. This is my first project using JS. I'm developing on Linux and am at the point for my first release. Running the project on a Windows machine I came ...
Marshall's user avatar
0 votes
0 answers
4 views

How to add reward point in customers acount?

I am new to menr stake I want to add functionality of reward point but dont have idea how to use it ?? kindlly anyone if has idea how it work and where I can get documentation of that functionality, ...
Paras Chouhan's user avatar
0 votes
0 answers
6 views

NextJS 14 fetch data on server from client component

I'm building a dashboard with lots of dropdown / select functionality. I have a single server page that renders a tree of client components with all of the actual code. My outermost page uses "...
srbsteve's user avatar
0 votes
0 answers
9 views

Jquery popup open and closes all at the same time, need to make it independent

This is the popup <div class="popup-overlay"> <div class="popup-content"> <button class="close">X</button> <div>'.do_shortcode('[...
Francis Alvin Tan's user avatar
0 votes
0 answers
7 views

Azure DevOps release pipeline has suddenly started failing

2024-07-09T23:11:19.7718791Z Complete getting Artifacts From Template 2024-07-09T23:11:19.7719155Z Start deploying artifacts from the template. 2024-07-09T23:11:19.7722609Z Deploy ...
Su1tan's user avatar
  • 45
0 votes
0 answers
6 views

Inverted Index vs DocValues Q

I am working through some problems and have come across one which I think I understand, however I'd like to ensure so. The question is about building a search engine for crawled documents where we ...
John Smith's user avatar
0 votes
0 answers
3 views

Node App Deployment on Vercel giving a Not Found error

I'm trying to create a small hobby project to scrape real time stock prices using a simple NodeJS app. I came across a couple of posts online saying Vercel would be a good platform to host a free tier ...
Shubhankar Agrawal's user avatar
0 votes
0 answers
4 views

Ionic capacitor build cannot find symbol webview

i updated my capacitor version of my ionic app and trying to generate android app to target api 35 (just to set the latest possible) Ionic CLI : 6.17.1 (/usr/local/lib/node_modules/...
Juny's user avatar
  • 301
0 votes
1 answer
12 views

How do I set a state from a prop in React?

I am newish to React and am using React Select (https://react-select.com/) to create a dropdown list. I want to wrap this in my own component, so I can send React Select a specific set of props based ...
MeltingDog's user avatar
  • 14.9k
0 votes
0 answers
5 views

How can I solve FileNotFoundError when installing pypeit?

I'm trying to install PypeIt using pip in VSCode and I'm getting the following error: Collecting pypeit Using cached pypeit-1.16.0.tar.gz (163.3 MB) Installing build dependencies ... done ...
aqbal's user avatar
  • 1
0 votes
0 answers
2 views

Jakarta XML Marshaller is getting invalid xml output

javax package XML output <GblMsgHdr> <HdrInfo> <HdrVersNbrId>001</HdrVersNbrId> </HdrInfo> <MsgResp> <RespCode>0</RespCode> </MsgResp> </...
ERK's user avatar
  • 354
-1 votes
0 answers
6 views

I have a code which I updated but still can not reach the graphs that mentioned in the article in connection with that codes

The aim of this question is to know how the code the plots which is related with the codes. As I described in the Title , I have an old code that has an article . I updated the code but when I ran it ...
Amin Hoseini's user avatar
0 votes
1 answer
6 views

Unexpected Behaviour from PHPickerFilter in SwiftUI

I am trying to filter out live photos and videos however. This filter does not work: I am trying to filter out live photos and videos. However, I am getting some unexpected results. Doing the ...
David's user avatar
  • 1
0 votes
0 answers
4 views

How to change TurpleView<_VariadicView.Children> to Custom View?

Several Views were received as 'TurpleView<_VariadicView.Children>'. struct View1: View { var body: some View { VStack { Text("page!") } } } struct ...
OlderPeo's user avatar
0 votes
0 answers
5 views

Not getting AI images to load on zoo.replicate.dev or in github set up

I would like to use my original source for getting AI text to images because its free and private, but the website seems to be down and the github instructions are a little confusing. I have the ...
HeroOfTales's user avatar
0 votes
0 answers
5 views

No Module Found (import cloudinary) - Django Heroku

import cloudinary_storage import os import ssl import certifi import dj_database_url anytime i try to deploy to heroku, it deploys successful but the page says Application error and cloudinary module ...
Oluwaseyi Olufemi's user avatar
-2 votes
0 answers
8 views

the JIRA webook setup

I am trying to integrate jenkins and jira. I follow steps from this URL -> https://github.com/jenkinsci/jira-trigger-plugin I follow each steps described in the URL there is 1 thing I do not ...
Eko Budiharto's user avatar
0 votes
0 answers
4 views

Is there a way to gracefully shut down Apollo Server that's built on top of Deno and Express?

Apollo Server has a plugin called ApolloServerPluginDrainHttpServer that helps shut down the server gracefully when built on top of Node's http.Server. Is there a way to gracefully shut down the ...
Mix Master Mike's user avatar
0 votes
0 answers
7 views

How can i export Events from Bugsnag?

I am new to this but I have logged into BugSnag and I can see my Events (Errors). How can i export these events to a excel file and can i call a Bugsnag api that can export all of these ? I have tried ...
Jenny's user avatar
  • 1
0 votes
0 answers
9 views

Is there php redirect function that will be redirect if match referer only?

I try like following but it doesn’t work in sometimes. <?php $refer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : null; if( preg_match("/anysite1/i", $refer) or ...
user2971638's user avatar
0 votes
0 answers
5 views

About CloudKit Security Roles and Permissions

I've checked that there are some questions like mine. But the terminology seems to have changed and it's been time, so I opened a new question. Hi, I'm trying to add the ability to back up and record ...
KimJitae's user avatar
  • 237
-3 votes
1 answer
16 views

Can I add link not using href?

Usually, it is common and easy way to use href parameter to add a link on the web page. But I want to know other way so I wanna know about the method to add link not using href parameter. If it is ...
Yuki Shiro's user avatar
0 votes
0 answers
5 views

How do I create a REST API for a project for a hackathon using django which I have no experience of?

I have to create a REST API for a project in django for a hackathon, I have never created one. I have worked on basic django projects but have not built an api. I tried following along a tutorial but ...
chiranjit saha's user avatar
0 votes
0 answers
3 views

Using fixmap after early-init stage

I am currently applying hibernation to my linux kernel and I need to manually feed the system watchdog during the last stage of resuming hibernate_exit. However, during this assembly method, the ttbr1 ...
chaos's user avatar
  • 388
0 votes
0 answers
6 views

React app 'Encountered two children with the same key, `thumb-undefined`'

I'm trying to create a time slider in my react app and I can't beat this error below that keeps showing up in my browser console. bundle.js:21658 Warning: Encountered two children with the same key, `...
econobro's user avatar
  • 359
0 votes
0 answers
8 views

Marshaling memory between C and CGO (free/malloc)

I am working on a project where i have a C application that needs to call an sdk that is written in Go. We have created a wrapper DLL that we can invoke from our C application. However, the marshaling ...
LeapOfFaith's user avatar
0 votes
0 answers
9 views

Python Automation: Loop not working properly

Thank you all for your generous help. I am still new to programming and I have some trouble automating data entry from Excel sheet to a third-party software. For the excel sheet, it is very straight ...
Robert Jin's user avatar
0 votes
0 answers
4 views

Error in Filament\Support\Services\RelationshipJoiner

I am currently learning to use Filament, but I encountered an error that says, Filament\Support\Services\RelationshipJoiner::prepareQueryForNoConstraints(): Argument #1 ($relationship) must be of type ...
Piddd's user avatar
  • 1
0 votes
0 answers
10 views

Bitlocker Recovery Key to AzureAD

So i am looking for any solution to assist with backing up Bitlocker recovery keys to Azure AD History: We had MBAM which was not storing keys in AD for some of our USB drives, we have opted to move ...
Avren Paul's user avatar
0 votes
0 answers
10 views

Cambio de Repositorio de GitHub en proyecto de VSC

Tengo un proyecto en Visual Studio Code el cual esta asociado a un repositorio remoto de una organización, quiero desvincular mi proyecto de ese repositorio remoto y seguirlo trabajando en un nuevo ...
Luisa's user avatar
  • 1
0 votes
0 answers
11 views

How to configure Newtonsoft JSON.NET serializer settings for Swagger example classes?

I am using Newtonsoft JSON.NET for object serialization in an ASP.NET Core (.NET 8) project implementing REST APIs and I need to change serialization settings used for Swagger examples from ...
Alek Davis's user avatar
  • 10.7k
0 votes
0 answers
7 views

POST to mongoDB using axios & express

Struggling to get my data to post - I'm getting a 404 error. I've looked around the forum's and I think it has something to do with my route. I'm not sure I understand the routes aspect and how that ...
Bkwiat's user avatar
  • 25
0 votes
0 answers
4 views

: Failed to open stream: No such file or directory in

why show this error if I upload and setup my real server deploy this site. this is build with php 8.1 and framework laravel 10.10 Why I solve this error I am trying to solve this
Al-amin Islam's user avatar
0 votes
0 answers
16 views

Method That Returns BOOL Relying on other Service How to Catch Exceptions

Running into a predicament. New to C# but trying to go through and catch all the exceptions that could be thrown. I am reading Values from a PLC using twincat ADS. If it cant find a symbol/Address it ...
CG33's user avatar
  • 15
0 votes
0 answers
12 views

Strange icon on UItextField iOS Swift

Image I am getting a strange icon shown in the picture on top of the UITextField in iOS Swift. I would greatly appreciate any help. One more thing I am using UIFloatLabelTextField. Regards, There is ...
Bin yamin's user avatar
0 votes
0 answers
7 views

Unable to setup continuous deployment in new Azure Container App due to "deny assignment" error

I've successfully completed the tutorial for containerized functions on Azure Container Apps. Now when I go to setup up Github Actions for continuous deployment from the container app in the Azure ...
Peter Radocchia's user avatar
0 votes
0 answers
5 views

pine script issue historical result does not meet real time

I created a script that has an 80% success rate in deep backtesting on a 5-minute timeframe. This can be seen in the list of trades. However, after adding an alert, I've noticed that over the past 2 ...
rock kreeper's user avatar
0 votes
0 answers
11 views

Pterodactyl nginx location

I am new to nginx, I am unable to change the nginx web server configuration to move the pterodactyl location from <example.com> to <example.com/panel> and add a server block for <...
Vadim Zalan's user avatar
0 votes
0 answers
7 views

Become relative import when `buf generate` with `google.type.Date` in TypeScript

When I ran buf generate on a file that included google/type/date.proto, a pb file containing a relative path was generated. However, there is no file with the specified path. The language is ...
hirano00o's user avatar
0 votes
0 answers
8 views

I have problems loading a machine learning model on my Django site

I've build an image classification model that classifies images as one of three classes: cucumber, zucchini, or neither. Now I want to deploy this model to a Django website but I am currently ...
Aske Olesen's user avatar
-1 votes
0 answers
11 views

From a minimal Asp.Net Core API how do I return a JObject while maintaining the nested elements?

I am building a minimal Asp.Net Core api. One of my endpoints needs to return data contained in a JObject. This JObject represents a complex nested data structure. What I am finding is that the ...
ki81's user avatar
  • 73
0 votes
0 answers
10 views

SwiftUI textfields reset on app backgrounded

I have a tab-based SwiftUI app that uses .sheet() to present a View that contains email and passwords fields. If I type into those fields then background and foreground the app, the fields are cleared,...
Peyman's user avatar
  • 1,228
-2 votes
0 answers
11 views

Why my company hasn’t been verified in 3 weeks? [closed]

Corona Functional Room company on maps hasn’t been verified for 3 weeks. I have made a video proving the ownership so there should not be any problem. i also attached web site address and the picture ...
Diana Sadovnikova's user avatar
1 vote
0 answers
4 views

Web API - Search SQL data

Error: The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'CumulativeP1.Models.Teacher FindTeacher(Int32)' in 'CumulativeP1.Controllers....
Flora Jiang's user avatar
0 votes
1 answer
6 views

Amazon Redshift takes forever to Vacuum

Recently, the vacuum; command takes forever to complete. It was working before but since 3 weeks ago, it never finishes. I increased the timeout to 8 hours but it still times out! It used to finish in ...
Abiete's user avatar
  • 105
0 votes
0 answers
5 views

How to export a temporal forecasting transformer model as an onnx model?

I have a TFT model that is performing a timeseries forecasting using the get_stallion dataset. See the link below for reference: https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion....
Sudeeksha Vandrangi's user avatar
-1 votes
0 answers
9 views

How do I move the coupon code field to the cart totals summary on WooCommerce cart page?

I am looking to move the woocommerce coupon field above the subtotal on the cart page (not the checkout). I don't have any experience writing my own hooks or editing the WooCommerce templates. I would ...
Carliczyk's user avatar
0 votes
0 answers
6 views

How can logs be forwarded from a Windows server (AD) to a centralized log server using Filebeat and Logstash?

I'm seeking assistance with forwarding Windows Server Active Directory logs to my centralized Linux-based log server. I've set up Filebeat on the Windows Server and Logstash on the log server. Despite ...
Mirxa Sehran's user avatar
-1 votes
0 answers
17 views

How to enable screen blanking when running gui on boot on raspberry pi using systemd?

I am running a python tkinter gui that I need to launch on boot. I am using a raspberry pi 4b running Debian bookworm with the official 7" touchscreen. I have successfully used systemd to launch ...
wakwak's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
483880