text string | meta dict |
|---|---|
Q: How do I make a dockable window fill up the remaining dockspace programatically? I have a simple application with 2 dockable windows in a dockspace.
One is sidebar and the other is the content.
I am using the docking branch of imgui
How do I make the content window fill up the remaining dockspace programmatically?
K... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How do you use Google Cloud Vision API in flutter dart for text recognition OCR? So I want to use the google cloud vision api and NOT the google_mlkit_text_recognition: ^0.5.0 package. Instead, i want to access the cloud vision api through the googleapis: ^10.1.0 package.
But how can I use it now to recognize text f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616754",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I have written some code and I would like someone to check whether my logic is correct? My current code exits a trade when there is a profit of 24 or a loss of 12. However, sometimes the profit can reach 20 or 22 and then reverse, resulting in a loss. I want to modify the code so that if the profit reaches above 10 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616755",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: PHP EXPORT to csv timeout issue I have php a program.This program is being used for exporting the grid's records to csv file.This grid is working fine and able to load upto 1000000 records within a minute.When i export the records to csv file then the timeout error arises.This export function is working fine when ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Running any command related to php artisan in larravel will report an error The following is my error report content. After I enter php Artisan route: cache, I will report an error when I enter any command of php Artisan.
[root@VM-16-16-centos kangyang]# php artisan
Illuminate\Contracts\Container\BindingResolutionEx... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cypress visiting an URL is not loading content of the site When I set baseUrl and try to visit URL, the content of the URL is not getting loaded.
Here is config file.
const { defineConfig } = require("cypress");
module.exports = defineConfig({
projectId: 'qu3jox',
e2e: {
baseUrl : 'https://dxplus.mom.gov.sg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616758",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: RuntimeWarning: unknown response content type 'text/html; charset=UTF-8' returning raw response I am trying to fetch details using the SPARQLWrapper and JSON format from the dbpedia database.
This is my code:
from SPARQLWrapper import SPARQLWrapper, JSON
sparql = SPARQLWrapper("http://dbpedia.org")
sparql.setReturn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616759",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to determine position change between two arrays with duplicates in Node.js? I have two arrays array1 and array2 in my Node.js application, both of which may contain duplicate elements. I need to calculate the position change for each element in array1 compared to array2. I know for sure that the arrays are of th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616761",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: audio player html5 problem with my javascript, just works on localhost I'm trying to create an audio player with several track list for render this i'm using that html code
<p>Clearwater... <a href="#" class="openaudio" data-value="/assets/audio/1.mp3" data-text="Swing">[plays audio]</a></p>
<p>Blues... <a href="#" ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to hide and show products, but I don't know what command or codes I should use? I only have these buttons >>
<button name="action" value="activate" type="submit" class="btn btn-success">Activate</button>
<button name="action" value="deactivate" type="submit" class="btn btn-secondary">Deactiva... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616765",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: How to upload a text file to a window in Kivi, Python Hellow, I need my application to receive a text file by 'dragging and dropping'. It is fundamentally important that the place where I will drag the file is in the application window.
A: Many time has passed
To upload file you need:
Make Window.bind(on_drop_file=... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to replace symfony service class, without changing anything else I need to change a few lines in one of Symfony services
(to be more specific I need a feature/bugfix that was added in 6.2 while staying in 5.4)
So I copied the service class to my project, did the change and replaced the class in services.yml
me... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: LoaderOverlay widget and GetX navigation not working: Flutter I am working on a Flutter application and one of the pages has these functionalities:
*
*Scaffold body is GetBuilder<ImageController> (provides image preview functionality).
*GetBuilder builder returns
LoaderOverlay(
overlayWidget: Center(
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616768",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Xamarin.Forms Failed to resolve 'System.Net.Http.HttpClientHandler' The project was working fine before just I reinstalled the OS and Visual Studio, when I build the project this error is showing.
"Failed to resolve 'System.Net.Http.HttpClientHandler' from 'Mono.Android'. Please check your AndroidHttpClientHandlerTy... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616770",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React Trypescript Axios response data mapping I'm having a problem with using the response that I get with axios from a simple weather API - specifically, I'm having trouble mapping the response.
The .map() function does not work since my response is an object, I get that. My WeatherApi component returns the respons... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616772",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unity: how to tile a texture to be a constant size I need to apply a normal map to a mesh so that it remains at the same scale regardless of the size of polygons, I know this should be possible with some complex UV mapping, but I want to use this effect pretty extensively so I would love to have a shader that can do... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616773",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Problems loading headers into Axios I'm new to Axios and having a problem with authentication headers for an API I am using in a Node service. I have added the headers in Postman and they work just fine, so I know it's got to be something about the way I structured them in JS. Every time I call this API, I get a 403... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616774",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to retrieve output data as JSON from IBM Watson cloud I am solving a decision optimization problem using Cplex solver (Docplex) on IBM Watson Cloud. However, I got stuck trying to adapt the output format.
Available documentation provides the following function to include in the main file in order to retrieve the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616778",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: passport.desearilize() function is not getting executed , what might be the reason? server.js
import express from "express";
import dotenv from "dotenv";
import morgan from "morgan";
import cors from "cors";
import AuthRoutes from "./routes/auth.js";
import RoomsRoute from "./routes/rooms.js";
import passport from "... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616779",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cypress auth0 redirect to login on successful auth Trying to make the auth0 authenticate login with cypress, followed this instructions (https://auth0.com/blog/end-to-end-testing-with-cypress-and-auth0/)
I got a successful 200 response on POST but keep getting redirected to the login page whenever I do a cy.visit()
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Power BI down filters have old data after data refresh We have a power bi report where we have enabled data refresh based on some parameters. One of the problem we have faced is that if a value is selected in a drop down list and then the data is refreshed based on another parameter, the values in the dropdown shoul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616786",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Starting RabbitMQ server in Docker (Colima) on Mac Silicon (M1)? I'm trying to start RabbitMQ 3.10 from Docker running on MacOSX on Apple Silicon (M1). In Linux, I could just do:
docker run --rm --name my-rabbit rabbitmq:3.10.18-management
And I can see in the console that everything seems to boot as it should:
023... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616788",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nuget Central Package Management - Transitive We have a huge Visual Studio solution with many projects (SDK style). In order to simplify the update/maintenance we introduced the central package management feature with a Directory.Packages.props file including:
<PropertyGroup>
<CentralPackageTransitivePinningEn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Concat the several responses of a promise into one single string The function getDev gets instances of the interface DeveloperInterface. Every instance contains the function code the function returns a Promise<String>. Now I would like to call the function for every instance and append the result to one single strin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616791",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How do I change contents of a text box in a .docx file using PowerShell So i have this code that is supposed to open Word document and change controlled content text, inside of a textBox:
$Word = New-Object -ComObject word.application
$Doc = $Word.Documents.Add(PATH)
ForEach($Control in $Doc.ContentControls){
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to disable carousel card pagination in MS Teams We are able to see a different carousel card pagination style in the MS Team channel (Desktop App) for the past two days.
Old Design:
Note: Displaying QnA maker ( Not Custom QnA ) multi-prompt response into the chatbot ( We are not using any custom adaptive card ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616795",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Looping through directories in Python using f-string I am trying to access 2 different directories in ADLS using for loop & f-string but facing issues in doing so
# Primary storage info
account_name = "accountnamehere" # fill in your primary account name
container_name = "logscontainer" # fill in your container ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616796",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: SQLite errors when adding Sample to ListView I am Designing an App to add blood samples, When I add new sample to the ListView using custom dialog box , following results are displayed in Run. Also, the ListView is not getting updated with Added samples, which I suppose is due to the SQLite issues. I'm Unable to Fig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dynamically register vuex modules inside setup-hook (vue composition API) Our goal is to dynamically register vuex modules within the setup() inside a vue component. The actions and getters are to be provided to the component to build the template but we can't get it to work due to the asynchronous behaviour.
We reg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616800",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: SAP RAP Function DDIC Type as Import Parameter I am trying to create a OData function import via RAP.
When I use an abstract CDS view to define my parameter like this it works just fine:
static function XXX parameter YYY result [0..*] $self;
define abstract entity YYY
{
importParameter: abap.string;
}
But since... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616801",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Zebra MZ320 printing zpl commands as text I'm trying to develop a c# app with xamarin forms to print some zpl commands but my printer is just printing text.
I've tried using Zebra SDK and Link-OS SDK to set the printer's language, but it keeps printing text.
Zebra SDK:
SGD.SET("device.languages", "zpl", printer.Conn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Custom Markers not rendering completely in React Native IOS when number of marker or marker size increases I am trying to render custom marker in android and ios and using react-native-maps library. The number of markers is between 16-900. So when the number of marker increases(>60) or the marker size increases the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616804",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Adding helper method to Class marked as Entity, breaking serialization. How do we keep adding behaviour without breaking serialization I have a JPA Entity School, I added below method isOutstation() and related Constant
When I deployed the new version of this I am getting the below error
@MappedSuperclass
public cla... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616805",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the message of the Bad request in API response with openAPI generated controllers in gradle spring I have a Spring boot application (2.6.9) with gradle 7.6.
I'm using the open api generator gradle plugin to generate request controllers in my application, with the delegate pattern.
id 'org.openapi.gene... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to select specific row that matches a criteria from CSV file in Python? so I need to make a program on Python that needs to work with a CSV database, where you can look for a car, that matches the desired criteria. Issue is I've got no clue how to do it, I browsed through many sources and I could not find any so... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616812",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: MongoDB load() output to mongodb commandline session I'm using MongoDB from the command line on a linux box.
I've written a simple deletedata.js script that looks like;
//this script deletes everything
db.Collection1.deleteMany({})
db.Collection2.deleteMany({})
db.CollectionN+1.deleteMany({})
...to delete all the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python multidatabase connection and data sharing I have two python scripts, one connects to a sql DB and returns a DF. The other connects to a Teiid DB and returns a DF. they work fine running separately, but when I try to run them together it fails to find the other jar.
I have to run them in multiple kernels becau... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Content Security Policy (CSP): Is it somehow possible to report violations if using meta tag? After playing around with this for quite some time I am still searching for a solution. The content Security Policy of a certain website requires a long list of allowed sources (especially because Google loads certain conte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616817",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How can I use wscat in a service unit? I use wscat from a bash script for connecting to a websocket endpoint in a web application with success.
#!/bin/bash
...
wscat -n -c wss://myappserver:2443/mywebapp/websocket/myendpoint?param1=x
...
When I call the same script from a ubuntu systemd service unit with the same u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Where to put database connectionstring when you push your code to github? I have a flask application and that is connected with a database hosted on https://www.elephantsql.com/
And that connectionString locally is in my .env file but when I push my code, where should I put it?
I know about github secrets but these ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616819",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: Eclipse Scout BuilderParts createConstraints() take string input for search query I'm learning customer relationship management framework Eclipse Scout right now and would like to use text input from the UI for my search query. It goes something like this:
public IContribution createConstraints(){
int ageInput = ...... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to setup tensorflow Dataset for CNN with multiple outputs i am trying make CNN for face detection with tensorflow. I would like to try CNN with two outputs:
1 - is there face? range[0,1], mark this as Y
2 - where is face, (x, y, width, height) for rectangle (normalized [0,1])
I am using tensorflow dataset (tf.da... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Flutter / converting TextEdittingController text to integer im trying to convert my text from TextFormField to an integer for example i insert '3' as string but i need to convert it to Int
here is my code
just focus on duration variable thats what i want it to be as int
import 'package:flutter/cupertino.dart';
impor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616822",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Route is present but getting result 404 I'm trying to send a username and password to the backend. When I sent the request, I got a 404 error for the route.
Backend - index.js
const express = require("express");
const app = express();
const port = 3001;
const cors = require("cors");
app.use(cors());
app.use(express... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616823",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: when I try to install tesseract macOS13, I get the error: Error: tesseract: no bottle available when I try to install tesseract macOS13, the displayed information is as follows:
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616824",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nest JS and Mongo DB I have this entity:
import {
Column,
CreateDateColumn,
Entity,
JoinColumn,
ManyToOne,
ObjectID,
ObjectIdColumn,
} from 'typeorm';
import { Transform, Type } from 'class-transformer';
import { User } from './user.entity';
import { Prop } from '@nestjs/mongoose'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616825",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Django model property does not working - Django class Country(models.Model):
status = models.BooleanField()
country_name = models.CharField(max_length=100, null=True, blank=True)
country_flag = models.CharField(max_length=10, null=True, blank=True)
class Offers(models.Model):
@propert... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616826",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Resolve to child route of current route I have several parent routes that have child routes with same path, just like this:
FeatureA (path: 'featureA', name: null)
Grid (path: '', name: 'featureA-grid')
New (path: 'new', name: 'featureA-new')
......
FeatureB (path: 'featureB', name: null)
Grid (path... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616827",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Replicating sizing from figma to my css makes everthing larger I'm a beginner at front end development, i recently joined an early startup as an intern. And I was given a figma design to replicate into a working website. But when I'm copying any size from figma (like padding, margin, etc), the component becomes larg... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616828",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Arrayformula or map formula for index-matching In this spreadsheet
Col A: If value row value of Amount (col C) is >0, it returns $A$1. If row value of Amount (col C) is <0 it returns the value of the column header (rows D to G)
=iferror(if(C4>0,$A$1,index($D$3:$3,match(C4,D4:4,0))),"")
Col B is similar: If value ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616830",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: mongodb: how can i get a array result I have written a MongoDB query that looks like this:
db.collection.aggregate([
{
$group: {
_id: null,
categories: {
$addToSet: "$category"
}
}
},
{
$project: {
_id: 0,
categories: 1
}
}
])
but the result is:
[
{
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616836",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to include/configure lua_ls on lspconfig? I am trying to include lua_ls on my lspconfig but I am getting this error
[lspconfig] Cannot access configuration for lua_ls. Ensure this server is listed in `server_configurations.md` or added as a custom server.
It will only appear after I add lua_ls to ensured_install... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616837",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JSON encoding complex arrays with json_encode in PHP I am trying to build up a Elasticsearch query in PHP using arrays and then using the json_encode() function to convert it to JSON, however, there seems to be something Elasticsearch is disliking:
Example of my array in PHP (relevant parts):
'query' => [
'bool'... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616839",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add image watermark to FFmpeg video, and display random position and random time period Add image watermark to FFmpeg video, and display random position and random time period
thank you
random position and random time period
image watermark
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75616840",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Tweak Wazuh to show alerts of out-of-the-ordinary activity I installed Wazuh, and got a running agent on some test machine to connect to it, and I can see the logs in Wazuh and all the alerts that are firing. Now my goal is to tweak the alerts that are displayed, because most of them are just regular activity which ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616842",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: First class is ignored when second class is added - CSS I'm new to CSS (actually, every time I tried to learn web development I dropped because of it). I'm writing the Survey Form from FCC and decided to play with it a bit to challenge myself.
As the title says, apparently whenever I add the class radio-inputs to a ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616845",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Xcode bitcode on and off makes no difference
ld: '/Users/falv/Library/Developer/Xcode/DerivedData/Unity-iPhone-gflhgpgrdfxqnhdvnghrzrzkkfzm/Build/Products/ReleaseForRunning-iphoneos/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport/GoogleAppMeasurement.framework/GoogleAppMeasurement(APMEventAggregate... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616848",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: VOLTTRON: `python3 bootstrap.py` Does not install all packages I am in the process of installing VOLTTRON on my raspberry Pi. I came across this VOLTTON installation video and followed the same steps. But my installation is running into some issues:
On a Linux machine as shown in the installation video: It installed... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616850",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i keep getting the error number or query values and destination fields are not the same i really need help to see whats wrong
Private Sub btnSaveData_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSaveData.Click
Try
conn.Open()
cmd = conn.CreateCommand
cmd.C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616852",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Appium can’t get text from XCUIElementTypeStaticText I have simple XCUIElementTypeStaticText in my iOS app, but getText() doesn't work as expected it doesn't return text inside. Any tips&tricks or workarounds?
*
*Appium 2
*WebdriveriO - 8.3.2
*iOS: 15
*Node: v16.17.0
code:
const reportTitleName = await driver.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616853",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: logging.file.max-history is not working in Spring Boot I want to delete log files automatically in my Spring Boot apps and use the following settings:
logging:
file:
name: './logs/application.log'
max-size: 10KB # for test purpose keep small
max-history: 5
Here is the documentation page:
https://docs.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616855",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating a custom decimal type for Protobuf I have the following doubt:
I am following the implementation of a custom data type to support the decimal data type in gRPC communication following the microsoft documentation.
https://learn.microsoft.com/en-us/dotnet/architecture/grpc-for-wcf-developers/protobuf-data-typ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616858",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parallel Processing of chunks of lists using CompletableFuture I have a requirement where I am getting a list of string with size of more that 2.5k. For each string in the list I have to do some sort of processing.
I have tried using streams but still the amount of time taken is more, so now I am trying to split the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616864",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bash: echo inside a conditional statement doesn't print anything i'm trying to modify a bash script that i saw on a book i'm reading. the original working script is this:
#!/bin/bash
if [ "$1" == "" ]
then
echo "Usage: ./pingscript.sh [network]"
echo "Example: ./pingscript.sh 192.168.1"
else
for x in $(s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616865",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Webscraping Image Site returns empty, i.e., [] I'm trying to do a webscraping of product images from a website but without success. At first, the classes and tags are related, but the images field does not return any value, i.e., []. I need to help to show link images.
The code is:
from pandas_datareader import data... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616872",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Disposable.Create async overload I'm working on a message bus class library for Redis (StackExchange.Redis) and NATS (AlterNats). The SubscribeAsync method uses observers from System.Reactive for the callbacks.
The problem is _connection in NatsSubscriber has only DisposeAsync overload and I cannot really use async... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616873",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Creating a range from a dynamic row and setting number format to percentage in Excel I am attempting to create a range from a dynamic row. I have the following:
Set mytestrange = ThisSheet.Range("I" & (GrossProfitMarginRow) & ":XX" & (GrossProfitMarginRow))
mytestrange.NumberFormat = "0.0%"
GrossProfitMarginRow is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616874",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to transform an array of object as array into array I have two arrays , something like this:
const firstarray = ['prop1', 'prop2', 'prop3']
const secondArray = [
{
id: 'prop1',
values:['teste1', 'teste2', 'teste3']
},
{
id: 'prop2',
values:['value1', 'value2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616876",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to map function efficiently in Jax over multiple arguments (tuple/lists) that each have inconsistent shapes Say one would like to compute the following effficiently
from jax import numpy as jnp
xs = [jnp.zeros((1, 3)), jnp.zeros((3, 2, 3))] # iterable with different shape elements
ys = [jnp.ones((1, 3)), jnp.on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616877",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: For each city, display the full_name which shares same last_name using PySpark Dataframe Columns : city, full_name, first_name, last_name
Language : PySpark
Problem statement : For each city, get a list of all full-names which shares same last names. Better to include all columns with given condition.
Below is sampl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616880",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Trying to make outbound calls with Twilio numbers I can't believe this isn't as easy as using an app like Missive. Can't seem to find anything similar for calls.
Sounds like setting up Twilio Frontline might be my best bet? But all of the links in Twilio Docs for setting up Frontline are dead.
Any recommendations? I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616884",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The list-arrows look to wrong way after scrolling UITableView Swift UIKit I have a problem with the list-arrow. When I'm scrolling down and returning up, the arrows look in different ways(screenshot). Because UITableView reuses TableViewCell, it regenerates them to the default when you scroll again! So I need to sav... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616885",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Integrate manually master changes onto a local branch then merge the local branch with the master I`m doing a tedious rebase. To make it easier I copied master changes onto my local branch. So now "basically" I have an up to date local branch with manually applied changes from the master. Now I want to integrate se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616888",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: AWS ALB Target Group - EKS Target Unhealthy I am experiencing trouble with my application load balancer target group showing unhealthy for my EKS node on port 30433. Is there anything I can check to see why it would be showing unhealthy when the node is up and running? This is a fresh deployment so it has never been... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616889",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Highcharts - Increase spacing Xaxsis labels I want to increase the line spacing between names(labels) in the x axis.
When I increase the heigh of the container, the size of the labels is reduced.
enter image description here
How can I increase the space without changing the size of the labels?
Thank you for your hel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616890",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Update DynamoDB item only if the list doesn't contain the value I’m using AWS SDK to query my DynamoDB table.
I would like to update an item based on a conditional expression. If the value is not already existing in a list, I want to add it.
Here are the params I’ve wrote:
var params = {
TableName: "table_name",... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616891",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Reshaping a 3D array of shape (K, M, N) to 2D array of shape (n_rows * M, n_cols * N) with Numpy I was trying to reshape a 3D array/tensor arr of shape (K, M, N) in numpy (where each (M, N) subarray could be an image for instance) to a 2D of shape (n_rows * M, n_cols * N).
Obviously, I ensure K = n_rows * n_cols bef... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616893",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The bot does not reply to my DM || Discord.js V.14 This is my code:
const { SlashCommandBuilder } = require('@discordjs/builders');
const { PermissionFlagsBits, EmbedBuilder, ButtonBuilder, ActionRowBuilder, ChannelType } = require('discord.js');
const { generateCaptcha } = require('../../Models/Captcha')
module.ex... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616895",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Java CLI Game MVC & Command-Pattern I'm currently trying to build a turn-based game in Java, with interaction via CLI. Now that the game is getting more complex, I'm really trying to get my head around the right architecture and I'm kinda stuck in the MVC architecture, but also heard about the Command-Pattern lately... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616896",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: scrolltrigger with locomotive scroll and nuxt 3, proxy not working preoperly I'm currently building a website with nuxt 3 gsap scrolltrigger and locomotive scroll.
I created a composable to load locomotive and set up a proxy for Scrolltrigger, here is the code for this
import LocomotiveScroll from "locomotive-scroll... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616898",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Long Messages in Kafka: Persistence and Retention I am designing a project based on Kafka. In this project messages have a payload whose size can reach 4Mb to 10Mb (this is what I considered as long messages)
I know it is possible to configure Kafka so that it accept such messages but I also know that it is not rec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616906",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to show a 360 video in VR using Unity I'm looking to create an app in Unity 2021.3 (LTS) for Android/iOS that will show a 360 video (it's an mp4, still from the video below) and for the user to be able to look around it with a VR headset (Google Cardboard at this point).
I picked the above Unity version as it ha... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616908",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Return only incomplete items ToDo List Creating a Todo list and would like for the user to only see their incomplete items. Thinking I would alter the following block of code with ifelse statement? I'm not 100% sure how to go about it.
[HttpPut(Name = "PutTodoItem")]
public async Task<IActionResult> UpdateTodoItem(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616910",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: SvelteKit fetching on the server and updating the writable store I was wondering what is the best way to do data fetching in SvelteKit since I ran into the following problem on my app.
I have a writable store like so:
As you see I have no initial value on my store. Then on the "+page.server.js" file I do my data f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616911",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I update the latest version of Curl on windows 2022 server My current version is 7.831, I have downloaded the current version but whenever I check it still brings out the old version. I am unable to delete the old version (if at all possible). How do I update curl?
old curl version
old and new curl .exe
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75616912",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I made a simple mac os application with python. what's problem? Traceback (most recent call last):
File "/Users/pakside/PycharmProjects/pythonProject9/dist/Chrome_auto_open.app/Contents/Resources/__boot__.py", line 30, in <module>
import ctypes
File "<frozen zipimport>", line 259, in load_module
File "ctyp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616913",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Slow down the response when using store in passport session Nodejs, Angular I am using passport for authenticating local user in nodejs and angular.
I am using connect-mongo for storing session.
but when i am using store, my application getting slow response from nodeJs server.
import MongoStore from "connect-mongo"... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616916",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to count observations of a specific value according to some conditions in pandas dataframe -python I have this kind of dataframe :
Tag Error
4 10
3 8
2 11
3 7
4 14
3 5
4 6
2 8
I would like to calculate only the number of observations for values in the 'Error' ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616919",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: React-Native "cannot read property '_isReanimatedSharedValue' of null" with react-native-draggable-flatlist When I try to use the react-native-draggable-flatlist library, after installing react-native-reanimated, react-native-gesture-handler and react-native-draggable-flatlist, I get this error message "cannot read ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616922",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Is it possible to update an Eliir livebook variable from the command line? I have a livebook with something like this:
cli test
Test Variable
m = 2
m
Is it possible to change the value of variable m to something and have it auto updated via livebook
I am thinking there could be an api for this or maybe it would be... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616924",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Redirect query string to url using .htaccess I am trying to redirect this url:
https://www.example.com/?category=1&page=1
to this url:
https://www.example.com/?category=1
I have 12 categories, can i redirect all with one code?
for example i have
https://www.example.com/?category=2&page=1 => https://www.example.com... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616926",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: React Set State of Child Variable I have what I think is a very simple issue but I can't find what I am looking for through Googling and checking other threads on Stack Overflow.
I have the following code to set the value of my_var inside of the user as follows:
this.setState(prevState => {
prevState.user.my_var... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616930",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pythonic way of initialising class with infrequently variables optional arguments Background
I'm working on an Element class that is of the following charactirtics:
*
*Stores bespoke_data variable that varies across instances
*Stores components variable that seldom varies across instances. I.e. in majority of ins... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616932",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to make Django admin write LogEntry (history) for inline objects? I have a model that is registered as a ModelAdmin, but for convenience is also an inline in another model. When creating or editing this related model, changes to the inline objects are not saved to Django's LogEntry, only the main object being ed... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616934",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to generate documentation for Vue 3 project (Vite). (components, pages, props, methods etc.) Faced with problem to generate simple documentation for vue project. Any thoughts?
Tried the Vue Styleguidist but it's doesn't work with Vue 3 and Vite.
A: I use vue-docgen-cli with an heavy docgen.config.js to make it ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616937",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I implement android viewmodel on ActivityResultLauncher I am having difficulty implementing Android ViewModel on ActivityResultLauncher. I have read the guideline and still could not make it work.
My code has three structures. I have the Fragment class, the viewmodel class, and a separate class where I imple... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616938",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SQL query to add row in a table - insert a value stored in another variable Context, part of code extracted:
Private Sub btnNew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNew.Click
mySqlConnection.Open()
Dim newCourseName As String = InputBox("Type the name of the c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616940",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Error when converting grib file to netcdf I'm trying to convert a grib file obtained from someone else to netcdf using cdo. The file is global data with a gaussian grid format:
File format : GRIB szip
-1 : Institut Source T Steptype Levels Num Points Num Dtype : Parameter ID
1 : MPIMET unknown v ins... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616944",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HTML Email issue in Outlook MacOs Devices This is my email code and this looks fine in all the other email clients ( iPhone, windows outlook, browsers) except MacBook Pro which is running on MacOs Monterey version. I did add all the idea suggested in Stackoverflow and no result. Please note I do not have the device ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616946",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Im looking for a formula alternative to lookupV that can bring me a column after meeting 2 criterias. (With out concatenate) Im looking for a formula alternative to lookupV that can bring me a column after meeting 2 criterias, with out using concatenate.
I have a "Table A" with 4 columns:
*
*City
*Begining Range ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75616947",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |