text string | meta dict |
|---|---|
Q: Vertex AI Vision - Use multiple models I have a use case that needs to connect multiple models, i.e. model A's output is model B's input, etc.
In Vertex AI Vision is this possible?
Thanks in advance.
Best,
I used the GCP console to try.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556600",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SSG in Layout of Next js I want to fetch data in footer of my site with SSG so that It's become SEO friendly.
According to Documentation we cannot use getStaticProps or getServerSideProps currently
Nextjs layout
Is there any way to do server side call in footer ?
I tried to do with code with nextjs docx but still ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556601",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Calculare Risk Ratio with CI in R from Odds ratios I have performed a multiple logistic regression because I wanted to see the association between Death and Cardiovascular disease. I adjusted using age, sex, risk factors.
The result came in ODDS RATIO with CONFIDENCE INTERVALS.
How do I do this using RISK RATIO with... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556602",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Is there a way to prevent Vue3 from ignoring properties in snake case format when using Web Components in combination with Vue3? When using Web Components with Vue3, properties written in snake case disappear (the arguments are not passed), even though Web Components have both snake case and kebab case properties.
T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556605",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Display AdMob Native ad via Jetpack compose. But the onAdImpression function is not being called To display Native ads via Jetpack Compose. Here's an example of how to display a Native ad using Jetpack Compose:
import android.view.LayoutInflater
import android.widget.Button
import android.widget.ImageView
import an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556610",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use prism RegionManager RegionName in my application I found this example of code https://github.com/PrismLibrary/Prism-Samples-Wpf/tree/master/21-PassingParameters,
but I have to use prism from the beginning in App xaml)
Can I use some parts of Prism solution in my application somewhere in the middle not sta... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556611",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Loosing Permission from google OAuth - Apps Script stops working for Google Sheets When I start a Google Sheet and run a Script from Apps Script the first time I will get a popup for OAuth stuff and my script will work for about a week.
After a week or some edits I get this Cloud Logs error
Exception: The script doe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556612",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to perform Git actions on a part of a file inside CLion? Currently, I'm migrating my C++ workflow from Visual Studio Code to the CLion IDE. One thing that I missing from the Visual Studio Code is the possibility to stage/unstag and revert only some selected lines from a file that I'm currently editing. Is this p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556617",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Improving PHP website speed: removing mySQL VARCHAR-999 fields, and converting them into text files I've got a PHP+mySQL website that shows data of 300,000 products: name, description, how to fix it, where to buy it, etc.
Initially, the mySQL table is designed in the following way:
- product_id: MEDIUMINT
- category... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556620",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How do I add a css animation on hover- and click-event? My goal is to open and close some side-drawer menu with mouse enter or click.
The problem I have is that it just shows it instantly, without any animation slide in left and slide in right. Is it possible to add that with animated CSS?
My attempt so far:
CSS
@im... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556621",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Insert New Row, Merge Across, Color, Row Height to begin, I find this site very helpful to resolve the seemingly endless issues with VBA's that I create. I have very little experience making VBA's but I find creating them quite challenging but rewarding when things work in the way I envision them to work.
So here i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556623",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: React.js useRef is used to access the swiper.js instances like start() and stop(), only work on first render React.js useRef is used to access the swiper instances like start() and stop(), it will work on first render after that swiper instance is not available, I tried to create new Swiper using useEffect but it sh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556625",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: OSError: [Errno 110] ETIMEDOUT with BLE on Nucleo WB55RG I am trying to make communicate two NUCLEO-WB55RG with each other using BLE. I tried to do it following this procedure in micropython, but when I execute the code on the card, I get the following error:
OSError: [Errno 110] ETIMEDOUT
In my research I found t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556627",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: bash script to modify content of /etc/asound.conf file based on output of 'aplay -l' I would like to ask for help in creating simple script that will change content of /etc/asound.conf file which looks by default as:
root@DietPi:~# cat /etc/asound.conf
pcm.!default {
type hw
card 0
device 0
}... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556631",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to connect stimulsoft report with angular How i connect my report with angular using stimulsoft?
I generate a report in stimulsoft but i dont know how to connect it with angular
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556632",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How does google drives rich text editor trigger IME without the use of contenteditable? I've been trying to implement my own rich text editor in html and js and have stumbled upon the rabbit hole that is contenteditable. I've seen many articles saying that it's flawed and document.execCommand has been deprecated mak... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556633",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: There is still shown 1 item left after i deleted all the list of items. How to fix this? im new here and i also begginer in android development.
Everything is work exepct this one. Technically delete item is also works. but when i deleted the last one item, it removed on the database but still shown in the activity(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556634",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can i increase the width of a drop-down field in a django form? I want to increase width of dropdown field in Django form, I tried both inline CSS as well as widgets, below is code I have tried
index.html
{% extends "base_generic.html" %}
{% block content %}
<form action = "" method = "post">
{% csrf_toke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556637",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Woocommerce: JS Button to send email with description from coupon page I would like to be able to add a JS button to the coupon page to be able to send an email with the coupon description in it. I'm unfortunately not very knowledgeable in JS.
I can see in the console that the data is correctly fed to the request (i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556638",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VS Code connecting to remote Jupyter Server returns unsupported name constraint type I am trying to connect to a compute instance hosted by Vast.ai. As per their documentation, for direct https, a certificate must be installed prior to connecting. See here (under "What is this HTTPS website unsecure warning?") for t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556639",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am receiving an error saying wrong diskette in RStudio I try to open R files in RStudio, but I receive this error:
Error saving (file name). The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556640",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The datasource after publishing in Tableau server is of larger size than the same in Tableau desktop The datasource after publishing in Tableau server is of larger size than the same in Tableau desktop. This results in extreme slowness while loading the dashboards.
The size of datasource on Tableau server for the me... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556641",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apirtc voice call regarding issue in ionic app We are trying to implement apirtc audio and video call in our ionic application.
Video call working fine for us. While trying to use audio call feature there is small issue that, when a call is connected its default sound is on 'loudspeaker' , we want to set it as 'earp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556645",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IntelliJ IDEA why do some js files have different icons? Can someone please explain why some of my JS test files have different icons?
I did search but I can't find an explanation.
IntelliJ IDEA 2022.3 (Ultimate Edition)
A: IntelliJ detects the file type based on content. In this case it has detected that 05 is a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556648",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is the purpose of copy constructor during return from a function? #include <iostream>
using namespace std;
class samp
{
int *p;
int len;
int idx; // idx denotes the number of elements currently in the array (allocated by p)
public:
samp()
{
len=0;
p=NULL;
idx... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556654",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: DDPG algorithm was used to solve the tasks in continuous environment, but the performance was not shown in the training stage I wanted to try the DDPG algorithm with the mujoco's task, 'Reacher-v2', witch can be seen in this code.
I ran my code but the performance like the episode rewards in the training didn't go u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556655",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I access the Id of the logged in user in ASP.NET CORE MVC? I have an application and I can add in this application. I need to save the Id number of the user who made the addition in my database. I do the insertion with AJAX and Jquery. But I do not know how to access the Id of the logged in user and post it.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556656",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Git ignore folder only in root directory I have a bin folder located in my root directory which gets created upon building my c application. I have another bin folder located within the 'dep' (dependencies) folder. So:
root dir
|- bin
|- dep
|- bin
Right now I have 'bin/' in my .gitignore file and that... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556657",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to crate a package create a package that can update the VP9 Video Extensions library on all computers I want to create a package that can update the VP9 Video Extensions library on all Computers.
it has to be deployed in SCCM.
Any help is appreciated.
Thanks in advance!!!
Tried creating Script but not working.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556658",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MARK SHEET IN IF Create a mark sheet which can calculate 5 subject total marks, and obtained marks, and percentage and grade. if any of subject marks are less than 40 then he/she will fail.
marksheet with if statement
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556659",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is the Best Approach for showing Loading with provider in Flutter I am using Provider as state management in my flutter app. I am able to show loading with my isLoading bool which I am manipulating in my Provider e.g. setting true or false. below is the code snippet.
Scaffold(
backgroundColor: kBodyBackgr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556660",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Specify the element that determines the max width in a flex row container I have a flex container with flex-direction: column and two child elements. The contents of both children are dynamic, so their sizes / widths can vary. Now I want to sepcify that only the second element can determine the max width. So only th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556666",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How i can stop app music when i minimize the app or current window on .NET MAUI My app has background music. I'm trying stop music when current window is minimized. The app is for mobile.
I try it :
public partial class StartPage : ContentPage
{
public StartPage()
{
InitializeComponent();
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556667",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Github Actions : How do you retrieve the runtime Job ID within a WF? In a GitHub Actions WF YAML file, how do we retrieve the runtime Job ID?
The following snippet returns the Run ID and the Job Name but not able to retrieve the Job ID:
P_JOBNAME=${{ github.job }}
P_RUNID=${{ github.run_id }}
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556669",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I search for all of the usage of one text in GoLand(It is a text, not a function or something) When I read a great program today, I wanted to find out all of the usage of one text in fmt.Println(), but I didn't know how to do that in GoLand.
We can use "⌥ ⌘ F7" to search for some functions or other things. f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556670",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Maven/Docker- Parent artifact's version being used as dependency's version So I have a Maven project (delivery-record-importer) with the following pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocatio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556672",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to sort and display the contents of 1000's of subfolders in a way, but keep the parent subfolder sorted and displayed in another in Win 10 I have a Windows 10 folder called "Clients names". This folder has inside it more than a thousand subfolders. Each of these subfolders has the name of a client. And I have no... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556677",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Regarding fetching count of followers and count of following of any instagram user using instagram username in javascript i want to get count of followers and count of following of any instagram user with the help of their instagram username, how to do it, without using third party api, instagram authethic API would... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556679",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Send a array of custom Normalizer to a main Serializer I have this provider class that contains an array of custom normalizers with the protected array attribute $normalizers = [];
<?php
namespace Lib\Common\Serializer;
use Illuminate\Support\ServiceProvider;
abstract class NormalizerServiceProvider extends Servi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556680",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Using Visual studio without installing I need to use visual studio without installing because I don't have admin rights. Help me with this. Thanks in Advance.
Help me with this Issue
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556682",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Having a problem with checking the twitch subscription I was testing the correctly function of checking if a user is subscribed to a determinated channel, but it keeps continuosly giving false the is_subscribed function, but i cannot find why, this is my code (i’m using the User token Access):
main.py:
import webbro... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556685",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Combine two fields in one and sort by that new combined field I have the following Document (... means more properties and getters and setters)
@Document
public class Equipment
{
...
private String name;
private String internalManufacturer;
private String externalManufacturer;
...
}
And this method in a service, wh... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556686",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Need help to run Eye-tracking app (using SeeSo SDK) in background (as a service ?) I want to make this app continue the eye-tracking when running in background (i think the eye-tracking need to became a service to prevent him from stopping then i return to android home), to let me open another app and let someone pl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556687",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Tech stack for Ecommerce mobile app and webApp We are trying to build a hybrid ecommerce app using ionic/Flutter. But before developing complete ecommerce application from scratch, would seek some advice on:
*
*backend would be SAP Hybris. Is there Magento or Shopify source code which can connect to SAP hybris usi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556688",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Grails pagination not working after move from v2 to v5 I'm migrating a big application from Grails 2.2.5 to Grails 5. I've just run into what seems to be a puzzlingly basic problem. The 'paginate' tag no longer generates the same code as before. I have this in a GSP:
<g:paginate action="directClients" total="${total... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556689",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Handling radio button clicks in a Node.JS app While working on a NodeJS app I am facing the following issue.
I have a page where I dynamically set a few radio buttons.
I then want to produce an action when a radio button is clicked.
Concretely speaking, when a button is checked, I want to sent the app to a given(int... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556690",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: What is the easiest way to save data securely? I've never done this but basically I'm trying to achieve the following:
I have a website were people connect through their ethereum wallet.
I want to offer them an option to save some data by signing with their wallet.
I need to save this data somewhere and be the only ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556692",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to display data inside array of object initially when the page loads in Rxjs? guys I have made a simple rxjs project using javascript where the user can search game, and filter the data as per his needs. So all filters are working fine but the data does not load initially when the page loads for the first time I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556695",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Server 2019 firewall faulty or what? I have rules setup for port 1433 and 1434 i also added sqlservr.exe if dynamic ports might be used on server 2019 firewall. Ssms just won't connect. When i disable firewall then it connects. It just started doing this overnight. Can anyone shed some light on this bizarre issue. T... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556696",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Why won't my scatterplot legend in matplotlib render properly I am a bit new to Python and am much more used to programming in R and using ggplot for visual. I am trying to complete a visual in matplotlib, but can't seem to figure out the plot legend. Below is the code. X and Y are numeric types, while column z is a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556697",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I troubleshoot unresponsive UI in SwiftUI I do not get a helpful "This method should not be called on the main thread as it may lead to UI unresponsiveness." purple warning from Xcode and yet the UI is extremely sluggish. How would I track the source of that?
In my naivete I added some code to plug myself int... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556700",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the result of a ValidationResult method, inside ViewModel? (True / False) I have an (part of) XAML file like this
<TextBox.Text>
<Binding Path="MyProperty"
UpdateSourceTrigger="PropertyChanged"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556701",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can't control remote computer with AnyDesk I have AnyDesk 7.0.1 running on macOS Ventura 13.12.1. The configuration of the remote computer is the same.
Both of these machines are on the same local network and, although I am able to see the desktop of the remote computer, I am unable to control it.
As far as I can te... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556703",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: Polar subplot with error "no attribute 'polar' in 'AxesSubplot'" The same issue has been reported in this link. However, in my case, I require only one polar subplot in the entire 2*2 figure.
My python is at 3.9.13
The use of subplot_kw=dict(polar=True) converted the entire figure to a polar plot, which was not my i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556704",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to copy text to clipboard using javaScript a chrome extension <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Copy to Clipboard Extension</tit... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556706",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to locate the source code of np.ldexp()? I want to know how to read the source code and locate the source code of numpy? for example, to locate the np.ldexp()
I only know that it may be in the umath directory
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: chained relationship - Eloquent ORM Laravel The situation I found is as follows:
I have three tables, stores, cities and states.
store columns - id, cities_id, name ...
city columns - id, states_id, name
states columns - id, name, initials
I'm creating an API, and I want my localhost:8000/v1/api/store endpoint to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556710",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you create an object of a type stored in a variable in c#? I am making a circuit diagram simulator, and I have a setup, where each component has it's own subclass of Component. I.e. LED, FixedResistor, e.t.c. When I create a new component the way I do it is by instantiating it with a string tagged in my xaml ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556711",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Query entity by oneToMany relation I'm having some trouble with filtering an Entity with a OneToMany relation.
The goal is to get all Events that are related to specific units by its unit ids
I wanted to keep the entities simple so i removed a few properties.
The query looks like this:
SELECT * from event WHERE even... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556712",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I run multiple linux commands on startup in Jetson nano developer kit 2gb? So, I'm trying to run a python script every time my Jetson nano 2gb dev kit boots up. But the problem is that the scripts are in a virtual environment, and they do not work outside as some modules are missing. Therefore, on start up I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556713",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: netsh trace .etl file stays with 1024kb I am looking to schedule the below network trace capture commands part of a scheduler task and seems like
cmd.exe /c "c:\Windows\System32\netsh trace start persistent=no capture=yes tracefile=c:\temp\nettrace-boot.etl maxsize=2048"
Start-Sleep -Seconds 900
cmd.exe /c "c:\Windo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556716",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: MC Error Response Second Byte is 88- and error code is undefined We're using nodejs mcprotocol library to pole periodic data from Mitsubishi Electric PLC-FX5U-64M after every second and saving it to mongodb collection.
We've added 1 tag named as Tag_1 with configuration as
{ 'tagname' : 'Tag_1', 'type' : 'text... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Docker Swarm response from daemon: attaching to network failed, Given this docker-compose.yaml in /myproject on an ubuntu host:
services:
alpine:
image: alpine
networks:
net:
ipv4_address: 172.28.0.1
networks:
net:
name: net
driver: overlay
attachable: true
ipam:
confi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556720",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: pymodbus(ModbusTcpClient) make a connection with server every each command? I'm making a program that communicate some gateways using pymodbus(python 3.9, pymodbus 2.5.2).
Recently, when the program is working, I analyzed network via WireShark. and then I realize that each command(read_holding_registers, write_regis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why Airflow dag logic run time varies from milliseconds? I observed, for example, if a dag interval is set to 1 minute, I'd expect the dag logic run time is 60000 milliseconds apart. However, it is actully 60000+-1000 ms.
My question is why.
Thank you.
A: The answer is nobody knows. Solution is do not rely on Airfl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556727",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Neo4j or Gephi for animating graph over time (ideally making a GIF)? I have a couple hundred nodes linking to one another, a sort of social network with no labels on their relationship yet. I want to make a GIF animation of change overtime, maybe as a screenshot.
What is a software that will help me do this best? I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556728",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: 404 not found trouble making a Wordpress plugin XHR request I'm trying to make a registration form plugin in WordPress. I found a tutorial that I could follow along with and set up a fresh WordPress website using XAMPP. I made the form and fill it in, but for some reason, my file is type html and the method is "GET"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556733",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pick random words from a list I want to write a code to pick words from a list randomly, without iteration. For example, assume a list=['a','b,'c','d'], and my aim is to create a list with 2 items each time (e.g.[a,c],[b,d] or [b,c],[d,a]). The most important issue is that items should not be repeated each time. I w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556739",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: hadoop your endpoint configuration is wrong I know this has been asked many times but for the life of me I can't setup Hadoop properly on my machine to run the simplest example. I'm following the tutorial on this link.
bash-rc:
#Hadoop Related Options
export HADOOP_HOME=/usr/local/hadoop
export HADOOP_INSTALL=$HADOO... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556740",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SVG only one path animate How can I animate the opacity only of the #path1, and not #path2 in the below clip-path.
#path1 {
animation: fadeInAnimation ease 5s;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
<svg class="svg-path" viewBox="0 0 643 525">
<defs>
<c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: training sentencetransformer issue for classification task I have a dataset with 600 file chunks. Each file has a sentence and a label in a row. data is as below
>> data = [row for row in csv.reader(filename))]
>> data[0:2]
>> [['my sentence', 'label1'], ['my sentence with some additional data', 'label2']]
each fi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556742",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Angular still outputs 401 error on console even with interceptor These three methods defines how I handle the login.
// Component.
onLogged() {
this.auth.login(this.user).subscribe({
next: (data: any) => {
console.log('Connection established.');
let token = data.heade... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556746",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problem Sending a "HEAVY" file through a method. in java with apache fileupload I have a really serious question, imagine the next scenario.
You need to read a huge zip file (1gb), and you need to pass that FILE parameter to another 3 methods, how i can accomplish that??
The application sends java heap size error an... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556747",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: EF: The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Cards_Sellers_SellerId" The database was created with Code-First. I want to add a relationship between Seller and Card later, but I get the following error, how can I fix it? Since there is data in the database, I do not want to delete the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556750",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Apache AGE - Server terminated abnormally on missing arguments of cypher function I ran a query on my graph using the following code:
SELECT * FROM cypher('demo_graph') as (v agtype);
However, I forgot to include the query argument for the Cypher function. As a result, the server closed the connection unexpectedly,... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556751",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Concatenate 2nd string between 1st string .model small
.stack
.data
string1 db 'Microprocessor Language$'
string2 db 'Assembly$'
string3 db ?
.code
main proc
.startup
mov di,offset string3
mov si,offset string1
mov cx,14
AGAIN1:
mov bx,[si]
mov [di],bx
inc si
inc di
loop AGAIN1
mov si,offset string2
mov cx,8
AGAIN2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556752",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to scale background pattern with the map when zooming in open layers? I'm drawing a rectangular feature onto a map layer. I have some image pattern I want to display as a background of the feature and I want the pattern to scale with the map when zooming, meaning the pattern has always the same looking backgroun... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check if a recurring periodicTask executed in a particular day in celery? I am creating a project using Django, celery, celery beat, etc. I made some recurring periodic tasks that will run daily at a given crontab schedule.
Now I want to know if the recurring task is executed successfully on a particular day.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Spring Boot Application RestController defined outside Application can not be accessed I'm trying to use both java and Spring Boot for the first time, following a tutorial.
I have created a class called UserController in a package called User, in which I have defined an endpoint, contents of UserController.java :
pa... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556759",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to get info from Firebase using a Map parameter I have been using this type of calls from Firebase for a while, but I tried with a Map parameter and I am having problems:
This is the model:
import 'package:cloud_firestore/cloud_firestore.dart';
class Game {
final Map<String, String> name;
final String id;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to show ExoPlayer in RecyclerView In my application I want show ExoPlayer in RecyclerView and for this I write below codes.
I want show video thumbnail on video and write below codes in XML:
My recyclerview items layout:
<com.google.android.exoplayer2.ui.PlayerView
android:id="@+id... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to collet a str with a int I was writing below code when I encounntered an error
name = 'mahbod'
age = 13
print(age + name)
TypeError: can only concatenate str (not "int") to str
I expected that since the str is multiplied by the int, it will be added together
A: There are multiple ways. Personally, I prefer f-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to animate with .scaleEffect on an image in a ScrollView exclusively when the image is in the center of the screen? I am using SWIFTUI for iOS16 development of an app.
My app is in landscape mode only, and I have a ScrollView horizontal, in the middle of the screen.
The ScrollView works fine, however I would lik... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: TypeScript How to use String and Object in function Im newby in typescript
please help, how can i use object and string in function
How create functions with different props?
type AMessyUnion = string | { value: string, param: boolean, paramTwo: boolean };
function (data: AMessyUnion) {
if(data?.value) {
// ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556769",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to reduce istio-proxy's disk resource request on GKE + ASM? I'm running GKE Autopilot cluster with ASM feature.
The cluster is for development environment so I want to curve maintenance cost as cheap as possible.
Because of enabling istio-injection, every pod in the cluster has istio-proxy but the proxy requests... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556771",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How put geom_smooth in double Yaxis plot? I would like to make a double Y axis plot with smooth to differentiate properly the trends.
I have make the plot but I don't manage to put the smooth after...enter image description here
`coeff <- 10
ggplot(BM_height, aes(x=Age)) +
geom_point( aes(y=height), col="darkred", a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556773",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Datatable created with jquery doesn't show the rows after I've added them the js of my project is this one:
for(i=1; i<=counter; i++){
if(stop==true){
$.ajax({
type:"GET",
url:paginaAttuale+".file-creator"+".json",
data:{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to convert IPV6 range to single CIDR notation using PowerShell? I am trying to convert IPV6 Address range into single CIDR notation, but unable to find any method using PowerShell which converts it into CIDR notation.
startIP = '::ffff:1.0.0.0'
endIP = '::ffff:1.0.0.255'
Output: '::ffff:1.0.0.0/120'
for refere... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Git ignores autocrlf=false Have a problem with autocrlf option on win10 machine.
On win10 machine do:
$ git init
Initialized empty Git repository in ...
$ nano .git/config (add autocrlf=false line to core)
$ git config --list | grep crlf
core.autocrlf=false
core.autocrlf=false
core.autocrlf=false
$ git remote add... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556778",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: winforms - How to create new menu on button click in C# Here is my problem:
I am developing a windows form application.
I am make a simple word process, and im already make open, save and save as menu.
This is my code:
private void openToolStripMenuItem_Click(object sender, EventArgs e)
{
openFi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556779",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: NoResourceAdapterError: There are no adapters supporting one of the resource you provided (AdminJs, NestJs and Prisma) I followed the AdminJS documentation, on how to setup AdminJS(^6.8.6) and Prisma(^4.9.0) on NestJS(9.0.0):https://docs.adminjs.co/installation/adapters/prisma#nest.js
The getting the following error... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556780",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to decrypt luaT, can anyone teach me how? can anyone teach me how to decrypt luaT?, I'm having a lot of trouble decrypting it
or you can decrypt it for me
Script
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75556781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: jackson fasterxml multiple elements with the same name not aligned together <A>
<Ser name="cluster1" localroot="search" branch="feature>
</Ser>
<PR localroot="search" msg="Merge the pr."/>
<Ser name="cluster2" localroot="clone" branch="change-fix>
</Ser>
<PR ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556783",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: double ended slider that indicate to some specific dates in stream lit app I am building an streamlit app. I have a Data Frame with start, end and activity date.
I want to make a double ended slider which starts from the first date and end to the end date and also indicate and show the active date (pointing to the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LHLD doesn't assign a value to register HL so I'm in the stages of finishing my Intel 8080 emulator and encountered a problem with the LHLD mnemonic. So, whenever I run the Altair Clone CPU Test Files I encounter a bug. So I have a sequence of 4 files being executed at a time and they are:
TST8080.COM
CPUTEST.COM... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556790",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: ADFS Authentication issue we have used OpenId connect with outh code flow by registering the app in azure active directory.
implemented the functionality and in localhost it is running successfully but when we deployed to qa environment server we are getting below errors.
IDX20804: Unable to retrieve document from:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556791",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to print a parent with their children, given a child value that it's unique in Firebase? I've made an agenda with the following values:
Contac1
Name: ""
Age: ""
Phone: 11 --> This number it's check if it's unique
Contact2 this key it's generated in incremental way
Name: ""
Age: ""
Phone:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: A method to create a test using a Jar Probleme :
I have an PLM integration code which means that I have client/server classes. So recently I have done a customization in a class (server classes) to send a message to my application (client). This customization is just a JSON object that contains a String message and ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I test a video chat with a second computer without https? I have created a video chat app with React, express, peerjs. However, when I connect to my localhost with a second computer via the IP address I connect nicely but the video will not appear. The console says it doesn't recognise getUserMedia(). My rese... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to create a map of Europe with the European part of Russia included in R? I want to plot data of number of passengers from the Holland America Line. I created a shapefile with Eurostat, but Russia isn't included. The thing is, that I don't want a map with whole Russia, but only the European part like below.
Is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75556807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |