text string | meta dict |
|---|---|
Q: android browseSupportFragment how to check when rows are fully loaded? i have a browseSuppportFragment for my tv application containing headers, i need to set default selected item after the menu is fully loaded
the problem is when i put these in onViewCreated
fragment.setSelectedPosition(2, true, new ListRowPres... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614633",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to remove the added by - app_name shown when unfurling a link in Slack Seeing a Added by after the link i unfurled in the channel want to remove it. I am using chat.unfurl with channelid and ts and blocks.enter image description here
Still looking for a solution
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75614634",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: UITableView multiple row updates: inserts+removes I am trying to make a chat using UITableView. New messages keep appearing from the bottom (table is rotated 180 as usual for these cases) - let's call this operation insertion. Also some messages which are already in the table should be updated - status change, text ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614636",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Missing ffmpeg during cypress test run in Jenkins Sometime, our jenkins pipeline failed during cypress test step due to missing ffmpeg. The strange path is ffmpeg only missing after some tests finished.
[03:13:28.835+07:00] - Running: test/user-test-01.cy.ts (6 of 17)
[03:13:2... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614641",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I click Selenium "onclick" in dropdown menu Hi this link in the dropdown menu. How can I click without opening the menu?
I want to click on "cmd('abcdef:perxform',{'id':'5'},true)".
html code ---> <div class="abcdef_button_small" onclick="if (!check_health(1,3)) return; if (!check_timers(1,$(this))) return... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614642",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: using in operator does not triggers true condition I have two dfs and in case a variabe named 'id_rc_selected' matches with any of the first df 'id', I want to print a value of that first df 'actual'. If not, then I want to print a value in the other df called 'inicial'. I am trying to do so with in operator but whe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614643",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: BigQuery error using JSON_EXTRACT or JSON_VALUE when the keypair has special characters Lets say that my JSON object looks like -
"properties": {
"Browser language tally (favorite)": "ja"
}
I've tried using JSON_VALUE, JSON_EXTRACT, JSON_EXTRACT_SCALAR and I always get the same error - Invalid ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614644",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Catch2 unit tests dont work with premake project This is my folder structure , I have problems to execute tests here when i run ImageEditorTest noting happend.I started to learn testing so it can some stupid mistake but i cant find out what is it.It been few days i started it and cant find solution.
+---app
| ...
|... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614646",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to generate all pxq matrices with n values "1" with no columns or lines having two "1" (chess n-towers problem) I'm looking for a way to generate all matrices (p,q) having exactly n "1" value with no column or line having more than one "1" value (a kind of chess n towers problem).
Here is a simple example in pyt... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614647",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Can't find object 'city' when using formula Can you spot my error trying to plot a linear model with interaction between column city and sqft?
str(data) looks like this:
model <- lm(price ~ sqft * city, data = data)
ggplot(data, aes(x = sqft, y = price, color = city)) +
geom_point() +
geom_smooth(method = "lm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614649",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to check whether two lines are going through middle together in Pine Script?
I have a Pine Script, where I measure volume flow with two lines with different length. The length of the white line is approximately 40, the length of the green line is approximately 130. I want to know (put a label for now), where gr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614650",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to ask a question on Firefox support forum? Might be a bit off-topic, but I can't imagine I'm the only one with this problem. If I click the big GET HELP button on the Mozilla's Get community support page, it looks like I was getting somewhere useful, with the "Select Product - Explore Solutions - Get Support" l... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614651",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: ngx-wow library not working with Angular14 I'm trying to integrate a bootstrap template with angular project, this template uses wow.js library, so I tried to install this library as bellow:
1- install wow.js using npm
npm I wowjs
2- install nxg-wow
npm i ngx-wow
And in app.module.ts I added the NgwWowModule in im... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614655",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Sheet and Menu conflict with each other In the following example, there is a SwiftUI Menu and a Button that triggers a sheet. If you press the button while the menu is visible, this can cause the following error and then the button will be without function, giving the following error log (it might take a few tries):... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614658",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Position of a turtle affecting processing speed of a loop I am making a pong game for a project and for some reason the position of the paddle changes the speed of the ball movement (I'm assuming because it somehow increases the processing time of this loop).
If the paddle is in it's start position, the ball moves a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614659",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Stacktrace of assertion failure in Kotlin Native unit test doesn't show line number of source code properly If I run a failing test in Kotlin Native, line number of source code won't show properly in the failure message.
kotlin.AssertionError: Expected value to be false.
at kotlin.Throwable#<init>(Unknown Source... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614661",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Store persistent User Data from Firebase in ReactJS I have a custom hook. This custom hook retreives a UserUID from my Firebase UserAuthContext.
const useRegisteredUser = (userUID) => {
const { authenticatedUser: { userState, updateUserData } } = new User();
useEffect(() => {
const getUserData = async () => {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614666",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: img width inside an absolutely positioned parent element I have an image inside aboslute div. I want image to be responsive and max width 100% (its own width).
With following code this work well, however ONLY if I add width:100% on '.item'. I dont want that because it blocks any potential content behind (z-index or ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614669",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Joining two Dataframes under string.find() condition import pandas as pd
df1 = pd.DataFrame({'col_name':['12','13','14','15','16','17','18','19','20','21','22','23']})
df2 = pd.DataFrame({'col_name_aggr':['12|13|14', '10|21', '12|15|23'],
'color':['Blue', 'Red', 'Green']})
How can I merge th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614670",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Loggers not updated: extra variable sessionId is not updated in temp log file I have created three files. api.py is main file. I have initialise sessionid as None in constants.py .I am able to update sessionid for debug API but when a1() function is called sessionid is not updated in logs file.I am able to do it in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614672",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Laravel set slug attribute am trying to automatically set first name and last name to slug on store and update. but am getting error: General error: 1364 Field 'slug' doesn't have a default value.
I have this in the model, what am doing wrong?
public function setSlugAttribute($value)
{
$firstName = $... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614674",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Django custom database field - psycopg2.errors.SyntaxError: syntax error at or near "None" I've created a custom fields called RelativeURLField that inherits the CharField from django.db.models.CharField.
from django.db import models
from django.core.validators import RegexValidator
class RelativeURLField(models.C... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614675",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: vtkThresholdPoints how to get the mesh back with a surface not just points on using the vtkThresholdPoints to threshold a mesh it returns back just the points. I need to get back the mesh with its surface again, not just the points.
I need to get the thresholded mesh with the surface.
this is my code:
threshold = v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614676",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to compile Linux kernel module without kernel files? I'm working on a project where we need to develop/change a linux driver, which interacts with other non-kernel code, so I would like to be able to compile the driver code in the same framework as the rest of the code (also keep it in the same repository, etc).... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614677",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Pandas read_html only returns headers The following code finds the table but only returns the headers, but when I open the url in the browser it shows many rows of data.
Furthermore, if someone knows how to interact with the dates parameter (see image) I would really appreciate :). I tried passing the parameters on ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614679",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: is there any limitations on the number of testcases and test steps in COTs tools We are facing some challenges with the number of screenshots taken in our test execution.
In case screenshots or steps goes beyond 5000 it is throwing out of memory execution
Does the COTs tools provide good alternative for memory manag... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614682",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: SAML SSO issue when signing out I am using a ManageEngine application called ServiceDesk Plus MSP. I have configured SAML SSO within the application and inside my Azure environment.
SAML works great until I try sign out of SAML from the application, as I get the following error.
SAML SSO error
I have tried looking o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614683",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Create instance of a class in the definition of the class I want translate this Java code into Python.
public class word {
public int s
public Word(int t){
s = t
}
public static final Word a = new Word(2)
}
I tried this code:
class Word:
a= None
def __init__(self,t):
self.s=... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614684",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: I'm getting a Distube error, can you help me? DistubeError [VOΔ°CE_CONNNECT_FAΔ°LED]: Cannot connect to the voice channel after 30 seconds
can you help me how can i solve this error?can you help me how can i solve this error?
delete the module i tried reinstalling
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75614686",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: ChartJS color not filling up accurately for scatter chart I have a scatter plot built using ChartJS. There are 4 basic threshold lines on the chart based on which I need to color the area of the chart. At some points the color doesn't seem to be applied accurately. It's because the point next to it does not lie in t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614689",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: gam (from R mgcv package) fitting fails unexplicably I'm trying to use gams in R and encountered weird behaviors using Duchon splines.
Here is my code :
> fit <- gam(Load ~ s(Date, k=3, bs='ds'), data=data0)
Error in qr.qty(qru, t(qr.qty(qru, D)[-ind, ])) :
'qr' and 'y' must have the same number of rows
> fit <-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614691",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CSS: Slight transparent overlay over random image: How to keep contrast I have random b/w images and want to put a b/w div overlay on top. The image should shine through and the div must be in any case different from the background. So If the image part is dark the overlay should be brighter and darker if it is brig... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614695",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to automatically parse a huge nested JSON in pyspark without manually preparing schema(StructType)? I have a JSON file with hundreds of nested elements. For example:
{
"metadata": {
"recType": "UPDATE",
"rectimestamp": "2023-02-24T00:00:00.0000Z"
},
"data": {
"recnum": 1232,
"rec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614696",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Log4j2 DirectWriteRolloverStrategy stuck at 100th log file I have the following log4j config
<RollingFile name="ROLLING_FILE">
<FilePattern>logs/mylog.%010i.log.gz</FilePattern>
<DirectWriteRolloverStrategy maxFiles="50"/>
<Policies>
<SizeBasedTriggeringPolicy size="1 KB"/>
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614700",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Laravel validation required_if other field has at least X values I have a field that I want to be required (and validated) only if another field (an array) has at least 2 values.
I have this productListArray field which need to have a brandId column only if bandsId has at least 2 values.
I tried something like this
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614702",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: response.headers.get('Set-Cookies') returning null in the browser environment but giving value in the node environment I am login the linkedIn through the code and then trying to use jsession id for the further use.but response.headers.get('Set-Cookies') returning null in the browser environment but giving value in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614706",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to improve text similarity/classification performance when classes are semantically similar? I have an NLP classification problem whereby I want to match an input string (a question) to the most suitable string from a list of reference strings (FAQs), or abstain if confidence in a classification is low.
I have a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614708",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Make the curvy edge into a straight edge in cytoscape.js I created a graph using Cytoscape.js and cytoscape-expand-collapse, but one edge has a curvy shep as shown in image 01. I want it as a straight arrow as shown in image 02. I tried changing the Edge line property to achieve that, but not worked. Can someone hel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614709",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How does Rust implement Zero-cost abstraction for NewTypes Pattern From the unofficial Rust Design Patterns:
Newtypes are a zero-cost abstraction - there is no runtime overhead.
Does LLVM do some magic?
A: In a language like Python, wrapping a value in a type has overhead, because the wrapper exists as a runtime ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614715",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Php BotDetect Generator lowercase ,uppercase i'm trying to configure the php botdetect to generate lowercase characters in the captcha , but i cannot figure out how. Can someone help me please? Thank you.
I tried to add $BDC_CaptchaConfig->CodeSet = 'abcdef..'; to the config file but that did not work, also with the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614716",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to load .mp3 in Flutter I want to add music to my project, and I added an .mp3 file, but it says it can't find the assets file.
This is the code:
import 'package:flutter/material.dart';
import 'package:audioplayers/audioplayers.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614717",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ggboxplot: Error in `purrr::pmap()`: Caused by error in `if (fill %in% names(data) & is.null(add.params$fill)) ...`:? I am trying to use fill function in ggboxplot of ggpubr package. But it throws an error:
code used.
library(ggpubr)
data("ToothGrowth")
df <- ToothGrowth
ggboxplot(df, x = "dose", y = "len", fill= c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614718",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Logic App HTTP GET request : I put 2 app id & secret but i got output for one app . Can someone help me out
Can someone help me out ......!
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75614723",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: (T)SQL mathematical '<' operator for date 20x slower than 'between' So I have a table with timestaped time values belonging to a certain week and i created some capdates to check how the values were adjusted after.
Originally I just took the sum of the values per week that were made between the caps like so:
SELECT ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614725",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: go_router navigation package not always working I accidentally noticed that navigation does not always work. Sometimes you need to restart the application to make it work, sometimes you need to return to the previous screen so that navigation works on the next one. Here is a good example, there are two buttons - the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614726",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Cuda 12 + tf-nightly 2.12: Could not find cuda drivers on your machine, GPU will not be used, while every checking is fine and in torch it works
*
*tf-nightly version = 2.12.0-dev2023203
*Python version = 3.10.6
*CUDA drivers version = 525.85.12
*CUDA version = 12.0
*Cudnn version = 8.5.0
*I am using Linux (x... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614728",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to remove the empty tags from a PDF file? I'm working in a tool that automates the process of making tagged PDF files more accessible. The first step on this tool would be taking a PDF file and removing all the <P> tags which are empty (the ones that contain no text), without modifying how the PDF lo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614730",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Changes won't stage for commit no matter what I do "Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/pages/Payment/payment.js"
I think at some point the uppercase P might have ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614732",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: slow migration from jquery to react My company got quite a complex library built with jQuery. All components are rendered by javascript. We most commonly use it as a submodule in other projects. We are considering rewriting this to React but I need some help on how to start. A few questions:
*
*Is that possible to... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614733",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: A client of a Java ServerSocket does not/inconsistently receive a given number of bytes While I was trying to send an Image (it's Bytes) and some other data over the Network via a Java ServerSocket, I found an interesting inconsistency in the code.
I ran the same server- and client code several times, and sometimes ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614738",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: gpay you must handle the clickEvent synchronously I am implementing google pay and it is working fine if popup window is allowed in the browser otherwise it redirect to new tab with error message
Unexpected developer error, please try again later.
When I check the console I am getting below error.
Uncaught (in p... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614739",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to bind handler and make it more flexiable? There is a service that returns menu items:
getAdminMenuItems() {
return [
{
label: 'ΠΠ°Π΄Π°ΡΠΈ',
items: [
{
label: 'Π‘ΠΎΠ·Π΄Π°ΡΡ Π·Π°Π΄Π°ΡΡ',
command: () => this.createTask(),
},
{ label: 'Π‘ΠΏΠΈΡΠΎΠΊ Π·Π°Π΄Π°... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614740",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I extract all the coefficients of a linear equation? I have a linear equation in two variables that I am simplifying using simplify from sympy and I want to extract all the coefficients of the equation. This is what I have for the coefficients of x and y
expr =(x - 4.48e10)**2 + (y+1.047e11)**2 - (x + 1.346e... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614741",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: my git is not tracking changes made to previously committed files in VS Code Here is a picture showing my directory I'm quite sure that I've made the files (index.html and readme.md) in the folder I initialize git. The files turn green and there was a U next to age after I typed "git init".
I then typed git add .
I ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614743",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: MSSQL Using Job @powershell running stored procedure can i have steps based answer to my query
we want to run stored procedure as job on regular interval using power shell style formatting output to file.
Procedure contents:
simple select query
Some checking did:
when we are calling procedure using invoke-sqlcmd -q ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614745",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to write code from scratch for Few Shot or Zero Shot NER on Bengali I am trying to write python code to develop Name Entity Recognition function by Few Shot or Zero Shot Learning on Bengali Language. I am looking for python code from scratch which can accomplish few shot or zero shot NER.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75614749",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to change the default artifact store path on Databricks Mlflow? I have a cloud storage mounted to Databricks and I would like to store all of the model artifacts there without specifying it when creating a new experiment.
Is there a way to configure the Databricks workspace to save all of the model ar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614751",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add snakeyaml dependency to sbt-liquibase plugin? This is a simple scala project. I have added sbt-liquibase to plugins.sbt. My changelog for liquibase is in yaml format. According to https://docs.liquibase.com/concepts/changelogs/yaml-format.html, the snakeyaml should be used for changelog in yaml format. Si... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614752",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Getting error when I import python package I am new for flask development.
here is my file structure.
when I run flask run or python3 webapp.py I get this error message
from . import app # For application discovery by the 'flask' command.
^^^^^^^^^^^^^^^^^
ImportError: attempted relative import with no kno... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614753",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Using code from another branch that is still in review I created branch1 from the master branch, made a couple of commits, pushed the changes to the remote repository, and created a merge request.
After review, branch1 will be merged into master and then deleted
Next, I've taken on another task and created branch2, ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614754",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Changing IP with Windscribe's Chrome extension makes selenium-wire with undetected_chromedriver to stop tracking requests First of all I need to track requests, because some sites which I need to process are hiding their real domain by immediately redirecting to fake domain. To accomplish that I've chosen selenium-w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614755",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to differentiate captured image is real time or video from Google vision SDK In google vision api detecting my face in real time, photo and video for marking my attendance. But how i have identify and restrict captured face from video?
I tried detecting eye blinks, but again if the video of a person is having ey... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614756",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Terraform - Hashicorp DNS Provider error - bad authentication I am trying to use the Hashicorp DNS Provider to create dns records in our Microsoft AD DNS environment.
I have worked through various errors such the krb5 config, username but now stuck on this error below when I run a terraform apply:
module.ad_dns_a_re... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614757",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: i have error within a code of java, i am new to java just learnin i have 56 errors and have tried fixing them for a few hours and have not got any closer to fixing my code, please help. i have tried debugging the code with quick fixes and changing classes around. nothing worked for me, i am new to coding with java s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614762",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-11"
} |
Q: How to model a simple 3D object which geometry depends on user input on Jupyter Notebook? I'm trying to generate a simple 3D rocket model based on the inputs of the user (for example the length of the rocket, geometry of the nose, of the fins etc), all that within a Jupyter notebook. What would be the best way to ac... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614763",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can I publish my web app with new connection strings? I'm using net core 3.1 with a Visual Basic Project and publishing to a folder that IIS uses for the website. We have recently moved our SQL database to a new server and I can't update the connection strings to connect to the new server.
When I change the conn... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614766",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: The view productdb.views.addproduct didn't return an HttpResponse object. It returned None instead in views.py
from django.shortcuts import render
from .models import product, test
from django.contrib import messages
Create your views here.
def index(request):
productdata = product.objects.all()
return render(reques... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614767",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Implementing OTP view in the xml layout Failure to add the OTP view in the xml layout after adding the dependencies and libraries. Pls what should i do?
I tried restarting the system and android studio, I even upgraded to the latest android studio then I implemented all the dependencies and libraries, and I expected... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614771",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to show float number without decimal points in odoo As I am using Odoo online, the ways can be used maybe limited.
I have tried using widget="integer" but seems it doesn't work on float type field.
I have tried digits = "[12,0]" but it doens't seem to work either.
The field is quantity in sales.order.line which ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614775",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Vue CSP unsafe-eval I am trying to set proper CSP on my Node server, that serves my Vue app. If I set script-src to self, I get the following error:
EvalError: Refused to evaluate a string as JavaScript because
'unsafe-eval' is not an allowed source of script in the following
Content Security Policy directive: "sc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614776",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Search and Replace Hex in a binary file with Python 3 (Windows) I have a binary file (data.bin) containing the following bytes:
6E 00 39 EC 87 90 00 0A 00 FC 8E 23 43 4B 34 00
How to replace all occurrences of 0x0 with nothing, so basically deleting all 0x0 from the binary and overwrite the existing file.
The final... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614777",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: IBM Websphere deployment using wsadmin to rollout updates in High availability environment We are currently deploying applications to cluster via WAS admin console. After updating the Application we Rollout updates instead of Saving the configurations. This rolls out the application server by server so that the appl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614778",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it compatible to use geometry with setlength for setting margins of a document in Markdown? I'm editing a markdown document which has set formatting (done previously and before it was handed to me), which, among others, includes 2 ways to set the margins of the document (geometry and setlength). It compiles succe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614781",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can request.security_lower_tf work for this? After making the buy and sell signals non repainting with the alertcondition
method, Buy and sell signals appear and disappear after some fews bars formed or when I minimise and return back to the trading view app. But if you scroll backwards in time, you'll see a beautif... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614782",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to minify HTML code in one line Nuxt3? I'm wondering is it possible to minify the page source code to one line in Nuxt3? I use the package "@nuxtjs/html-minifier" but i can't setup.
I want the page of source code to be in a one line.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75614785",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I use url with more than one dots in volley librairy with kotlin in an android app? I want to fetch data from my php backend using volley library in android using kotlin.
The problem is my url contains two dots and volley considers the first one as the end of the domain name, which it's not. So the url is no... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614789",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Register-like PCIe framework for FPGAs? I'm playing around with a Chinese PCI Express dev board which is based on a Xilinx Virtex-6 365T XC6VLX365T FPGA: https://www.aliexpress.com/item/4001072461753.html?gatewayAdapt=glo2fra
The demo code which comes with the board uses the RIFFA framework to perform PCIe tasks. Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614790",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How can I display background notification in flutter sent from nodejs? even I followed the instructions and I can print the response of the notification in console but I cannot display the notification on the screen of the device
here is my code in main.dart file
Future<void> _firebaseMessagingBackgroundHandler(Remo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614792",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Unable to get correct path with Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) method in Xamarin In Xamarin C# app I am trying to reach my database file (and find where it is located) using this code:
string dbPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614794",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot perform estimation via MHRM algorithm in mirt package I am trying to estimate a mmultilevel multidimensional item response theory (MMIRT) model in R by using mirt package (Chalmers, R. Philip. "mirt: A multidimensional item response theory package for the R environment." Journal of statistical Software 48 (20... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614795",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do you format an html tag within append using Jekyll / Liquid I'm looking to append an html anchor to the end of a string after splitting the string.
My existing code is
{{ post.content | split:'<!--excerpt-->' | first }}
So I'd like to add an append at the end of this
{{ post.content | split:'<!--excerpt-->' |... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614797",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I need to match and/or merge 3 different lists that have corresponding information. A and B, C and D, E and F I think I have a difficult one for you. How do I take 3 different lists of data and either match the title and info in rows or merge the information to compare? If I can get the lists C & D and E & F to matc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614798",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can i implement batch processing for api calls in python? The API requests that i make as shown below generate me about 100 responses a request. I have about 121000 responses to fetch and load it into the database. Here is the catch, while making the api request, i have to pass the next_cursor parameter so that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614799",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: R: for loop through n columns of a data frame each time Need help in solving this problem. I have below data frame, where Grp is my id column and columns A through I are my numeric variables. The number of numeric columns in my data frame can vary. It can go from 5 to 500 or even more.
data <- data.frame("Grp" = rep... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614800",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why VPN is not working from WSL2's Ubuntu? I am on Win11 with WSL2 Ubuntu.
So I use a VPN (paloalto's globalprotect).
I can access a resource in web-browser.
I can curl the resource in windows CMD console.
But when I try to curl the resource from WSL console, I get 403 error. So it seems WSL's requests does not go t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614802",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: What is the minimum functional level of forrest for managing hybrid 365 deployments We have a hybrid deployment and have run into some troubles managing mail settings from the on-prem DCs. I believe the solution is to raise the functional level of the forrest to 2016, but I want to confirm before migrating.
Domain c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614803",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python Spark SQL: select column with spaces in the name I am currently struggling with this piece of code using spark:
spark.read.format("jdbc").option("url", connectionUrl).option("driver", "com.microsoft.sqlserver.jdbc.SQLServerDriver").option("query", "SELECT Customer ID - Source FROM some_table").option("user", ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614806",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Bitucket cloud - Curl payload request to trigger a pipeline I want to send a curl request to trigger a pipeline in one of the repositories we managed, the curl command is this, based on the api reference docs https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#trigger-a-custom-pipeline-with-var... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614807",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Clear Button UITextView I have a view that has a UITextView and I need to add a clear button. However, I cannot wrap my head around it. I tried multiple approaches but none seemed to work. I need to know what I should write inside the button in order to clear the text of TextInputview
This is a minimal reproducible... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614808",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get value of OTP one time code in moblie browser JS Testing on iPhone, iOS 16. Chrome & Firefox browsers.
I'm creating a page with one time password form, which consists of 6 inputs. When user is on this page, he/she will get a SMS with OTP code. I would like to auto fill those inputs once SMS is received, so user i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614811",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Module parse failed: The top-level-await experiment is not enabled in Next.js with Firebase I'm new to Next.js and Firebase
I'm trying to query data from firestore in my Next.js project using node v16.15.0 and next@13.2.1.
I'm following this documentation :
https://firebase.google.com/docs/firestore/query-data/get-d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614812",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What's the usual format of cNN input: RGB or BGR? When you are training a model, what's the default practice: use BGR or RGB format? If model were trained on BGR images, and I use image in RGB format instead of BGR(or BGR instead of RGB) as model input on evaluation, will it seriously affect on outputs(for example i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614813",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: how to connect two user after login to my flutter account? I am an intermediate flutter developer and I am working on a chat app. I did google signup and is working fine, but I don't have any idea about this app. like how to connect two users. It's okay if they can get connected after sharing a link on WhatsApp can ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614814",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to add more claims to openid-configuration's claims_supported? I'm trying to request more user data such as given_name or email in my ADFS JWT token by adding openid
, email and profile scopes to the request:
https://example.com/adfs/oauth2/authorize/?client_id=8acf9328-1467-4d9f-ae69-8c2ed6e5d6ca&redirect_uri=h... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614815",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is LSTM suitable for forecasting stocks trend? I'm very beginner in AI and want to find an AI algorithm for forecasting stocks trend, I've seen SLTM but these algorithms use the price of a share for example 1000 days and predicate the next day, I want a predicate based on multiple rules, for example, buyer power or ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614816",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to generate certificate of client_cert.der and client_key.der with create_selfsigned.py? I have to connect to UA expert with client How to generate certificate of client_cert.der and client_key.der with create_selfsigned.py? I have to connect to UA expert with client in our SASESP . How genertae thsoe certifica... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614817",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Select all rows in kendo grid even other pages too i can use kendogrid table and i wanded to select all records with other pages. but the data is too large. so when i checked select all checkbox, the page gets stuck. I found an online solution which is linked here. But due to large data it was no use to me. so pleas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614818",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nested enums in Python I am trying to implement some kind of nested Enum.
from dataclasses import dataclass
from enum import Enum
class VendorA(Enum):
"""Define price fields for VENDOR_A."""
OPEN: str = "px_open"
HIGH: str = "px_high"
LOW: str = "px_low"
CLOSE: str = "px_last"
class VendorB(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614820",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Expand values of a column to n rows before and m rows after after the value in data frame I have a data.frame representing different time series. In one column, I marked interesting time points (Note: There can be multiple interesting time points per Id):
Id
Time
Value
Interesting
1
0
12
0
1
1
14
0
1
2
1... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614821",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "4"
} |
Q: My 2 months released app won't show up with using non-english text on Google Play It's been around two months since I released my app on Google play with multi versions been uploaded.
I use two main languages English and Arabic, and I did provide the main store listing in two languages and I did make the Arabic tran... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75614824",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |