qid int64 4 19.1M | question stringlengths 18 48.3k | answers list | date stringlengths 10 10 | metadata list |
|---|---|---|---|---|
74,569,488 | <p>I am trying to make the total of the price of checkbox values given to the function. My value attribute stores the id of my database so I can not assign a price to the value tag.</p>
<p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false">
<div class="snippet-code">
<pre cla... | [
{
"answer_id": 74569553,
"author": "Anant - Alive to die",
"author_id": 4248328,
"author_profile": "https://Stackoverflow.com/users/4248328",
"pm_score": 1,
"selected": true,
"text": "data- let total = 0;\n\nfunction UpdateCost(element) {\n if (element.checked === true) {\n total += ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569488",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20596998/"
] |
74,569,536 | <p>I have a gridView.builder in my code but when I scroll it scrolls only gridView, not all page. I want to scroll the whole page, how can i fix it?</p>
<p>my code:</p>
<pre><code>FutureBuilder<List<Product>>(
future: productFuture,
builder: (context, snapshot) {
... | [
{
"answer_id": 74569851,
"author": "Moïse Rajesearison",
"author_id": 20517248,
"author_profile": "https://Stackoverflow.com/users/20517248",
"pm_score": 1,
"selected": false,
"text": "SingleChildScrollView(\n child: Column(\n children: [\n // Your code\n ]\n))\n\n\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569536",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20320364/"
] |
74,569,540 | <p>For days I've been trying to find a way to make the headlines and texts of the individual Masonry cards occupy certain positions without affecting the other cards. I almost had a solution in the meantime, but it destroyed the view in other devices. Quite frustrating although the solution is certainly very simple.</p... | [
{
"answer_id": 74569851,
"author": "Moïse Rajesearison",
"author_id": 20517248,
"author_profile": "https://Stackoverflow.com/users/20517248",
"pm_score": 1,
"selected": false,
"text": "SingleChildScrollView(\n child: Column(\n children: [\n // Your code\n ]\n))\n\n\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569540",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19244147/"
] |
74,569,589 | <p>I want to create JSON object with the new JSON data type in BigQuery, where the key is not the name of the column but instead the value within the column. So for example, for the following query</p>
<pre class="lang-sql prettyprint-override"><code>select key, value from unnest(array<struct<key string, value in... | [
{
"answer_id": 74569851,
"author": "Moïse Rajesearison",
"author_id": 20517248,
"author_profile": "https://Stackoverflow.com/users/20517248",
"pm_score": 1,
"selected": false,
"text": "SingleChildScrollView(\n child: Column(\n children: [\n // Your code\n ]\n))\n\n\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569589",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/7482962/"
] |
74,569,592 | <p>I need you help. I'm new in react router v6 so i need to add custom params in route object. But can't find any examples of it</p>
<pre><code> const AdminRoutes: FunctionComponent = () => {
const router = createBrowserRouter([
{
path: '/',
element: <Dashboard />,
p... | [
{
"answer_id": 74569851,
"author": "Moïse Rajesearison",
"author_id": 20517248,
"author_profile": "https://Stackoverflow.com/users/20517248",
"pm_score": 1,
"selected": false,
"text": "SingleChildScrollView(\n child: Column(\n children: [\n // Your code\n ]\n))\n\n\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569592",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1035619/"
] |
74,569,616 | <p>Pandas to_records() throws an error while numpy.array is behaving like expected.</p>
<pre><code>data = [('myID', 5), ('myID', 10)]
myDtype = numpy.dtype([('myID', numpy.str_,4),
('length', numpy.uint16)])
</code></pre>
<p>Working:</p>
<pre><code>arr = numpy.array(data, dtype=myDtype)
output: [... | [
{
"answer_id": 74569851,
"author": "Moïse Rajesearison",
"author_id": 20517248,
"author_profile": "https://Stackoverflow.com/users/20517248",
"pm_score": 1,
"selected": false,
"text": "SingleChildScrollView(\n child: Column(\n children: [\n // Your code\n ]\n))\n\n\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/8633189/"
] |
74,569,626 | <p>Hello guys im new to flutter, and i wanted to ask how do i properly add bottom navigator to flutter? i've been tried few tutorials in youtube but there's always something that won't work.</p>
<p>so i want to ask you guys how to do it.</p>
<p>so this is gonna be the content i want my BottomNavigator to be in</p>
<pre... | [
{
"answer_id": 74569709,
"author": "Septian Dika",
"author_id": 13096991,
"author_profile": "https://Stackoverflow.com/users/13096991",
"pm_score": 0,
"selected": false,
"text": "ReminderHomePage() backgroundColor Scaffold backgroundColor: context.theme.backgroundColor backgroundColor: C... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569626",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20229067/"
] |
74,569,688 | <p>I'm trying to create new Nodejs based lambda but looks like I haven't got appropriate permissions.
Unfortunately both me and a root user are not so familiar with AWS.</p>
<p>For first I've got this error message:</p>
<blockquote>
<p>User: arn:aws:sts ... is not authorized to perform: cloudformation:DescribeStacks be... | [
{
"answer_id": 74569709,
"author": "Septian Dika",
"author_id": 13096991,
"author_profile": "https://Stackoverflow.com/users/13096991",
"pm_score": 0,
"selected": false,
"text": "ReminderHomePage() backgroundColor Scaffold backgroundColor: context.theme.backgroundColor backgroundColor: C... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569688",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597148/"
] |
74,569,701 | <p>The JSON Array get into typescript as response Object from my Java application. I need to pick each object and display into html page corresponding to that typescript page in angular. <br>
<strong>list-user.component.ts</strong></p>
<pre><code>import { HttpClient } from '@angular/common/http';
import { Component, On... | [
{
"answer_id": 74569753,
"author": "Philipp Meissner",
"author_id": 3686898,
"author_profile": "https://Stackoverflow.com/users/3686898",
"pm_score": 1,
"selected": false,
"text": "userData$ async subscribe ngFor import { HttpClient } from '@angular/common/http';\nimport { Component, OnI... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569701",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19697246/"
] |
74,569,729 | <p>I have a string <code>a = "\vipin"</code> but when I am printing it, it comes up as: <code>vipin</code>.</p>
<p>I tried</p>
<pre><code>if(a.contains"\") {
a.replace("\","\\")
</code></pre>
<p>but this is not working. Need suggestion to get this fixed</p>
| [
{
"answer_id": 74569753,
"author": "Philipp Meissner",
"author_id": 3686898,
"author_profile": "https://Stackoverflow.com/users/3686898",
"pm_score": 1,
"selected": false,
"text": "userData$ async subscribe ngFor import { HttpClient } from '@angular/common/http';\nimport { Component, OnI... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569729",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/11992552/"
] |
74,569,770 | <p>I have a function like so:</p>
<pre><code>function progress<T>(data: JsonApiQueryData<T>): number {
const { links, meta } = data.getMeta();
if (!links.next) {
return 1;
}
const url = new URL(links.next);
return parseInt(url.searchParams.get('page[offset]')) / meta.total;
}
</code></pre>
<p... | [
{
"answer_id": 74569822,
"author": "Guillaume Brunerie",
"author_id": 521624,
"author_profile": "https://Stackoverflow.com/users/521624",
"pm_score": 3,
"selected": true,
"text": "export declare class JsonApiQueryData<T = unknown>\n progress function progress(data: JsonApiQueryData<unkno... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569770",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/7003720/"
] |
74,569,772 | <p>I'm trying to understand from the below code, how can I print only "species" and "width" key values.</p>
<pre class="lang-golang prettyprint-override"><code>package main
import (
"encoding/json"
"fmt"
)
type Dimensions struct {
Height int
Width int
}
type B... | [
{
"answer_id": 74569898,
"author": "Woody1193",
"author_id": 3121975,
"author_profile": "https://Stackoverflow.com/users/3121975",
"pm_score": 2,
"selected": false,
"text": "fmt.Println(bird.Species, bird.Dimensions.Width)\n fmt.Printf fmt.Printf(\"Species: %s, Width: %d\\n\", bird.Speci... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569772",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20538383/"
] |
74,569,795 | <p>I need to output the Primary Connection or Secondary Connection Strings to use this connection string as an input value in Azure Data Factory MongoApi Linked Services to connect the database to upload the Json files from Azure storage account to Azure cosmos db. But I'm getting the error message while output the con... | [
{
"answer_id": 74601719,
"author": "kavya Saraboju",
"author_id": 15997509,
"author_profile": "https://Stackoverflow.com/users/15997509",
"pm_score": 1,
"selected": false,
"text": "resource \"azurerm_cosmosdb_account\" \"db\" {\n name = \"tfex-cosmos-db-31960\"\n locatio... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569795",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20362753/"
] |
74,569,801 | <pre><code>btnA.addEventListener('click', function() {
console.log("Answer choice: A")
answerSelected = choiceA.textContent;
checkAnswer(answerSelected);
})
btnB.addEventListener('click', function() {
console.log("Answer choice: B")
answerSelected = choiceB.textContent;
check... | [
{
"answer_id": 74601719,
"author": "kavya Saraboju",
"author_id": 15997509,
"author_profile": "https://Stackoverflow.com/users/15997509",
"pm_score": 1,
"selected": false,
"text": "resource \"azurerm_cosmosdb_account\" \"db\" {\n name = \"tfex-cosmos-db-31960\"\n locatio... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569801",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18907749/"
] |
74,569,810 | <p>I'm trying to run some docker images on Kubernetes.</p>
<p>docker images</p>
<pre class="lang-bash prettyprint-override"><code>master* $ docker images [15:16:49]
REPOSITORY ... | [
{
"answer_id": 74570128,
"author": "Rick",
"author_id": 5260090,
"author_profile": "https://Stackoverflow.com/users/5260090",
"pm_score": 3,
"selected": true,
"text": "minikube image load image:tag minikube docker-env"
}
] | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569810",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/16755669/"
] |
74,569,839 | <p>Say we've got a cursor based paginated API where multiple endpoints can be paginated. The response of such an endpoint is always as follows:</p>
<pre class="lang-js prettyprint-override"><code>{
"nextCursor": "someString",
"PAYLOAD_KEY": <generic response>
}
</code></pre>... | [
{
"answer_id": 74570231,
"author": "Boris",
"author_id": 15446571,
"author_profile": "https://Stackoverflow.com/users/15446571",
"pm_score": -1,
"selected": false,
"text": "struct GenericInfo: Encodable {\n\n init<T: Encodable>(name: String, params: T) {\n valueEncoder = {\n ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569839",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1361768/"
] |
74,569,886 | <p>Render flex issue is getting when minimizing my screen.
My required screen design is attached below.</p>
<p><a href="https://i.stack.imgur.com/vOCSN.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/vOCSN.png" alt="enter image description here" /></a></p>
<p>I got this perfectly in normal screen.But... | [
{
"answer_id": 74569984,
"author": "pmatatias",
"author_id": 12838877,
"author_profile": "https://Stackoverflow.com/users/12838877",
"pm_score": 0,
"selected": false,
"text": "SingleChildScrollView //parent widget here\n...\n SingleChildCrollView(\n child: Row(\n children: [\n ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569886",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/11118094/"
] |
74,569,924 | <p>How do I search if a column of strings has these two words "medication" and "infant" anywhere in the sentence ?</p>
<p>For example if the column contains strings such as</p>
<pre><code> ID Col1
1 Quick Brown fox medication
2 Brown fox infant
3 Quick medication fo... | [
{
"answer_id": 74569950,
"author": "Tim Biegeleisen",
"author_id": 1863229,
"author_profile": "https://Stackoverflow.com/users/1863229",
"pm_score": 2,
"selected": false,
"text": "grepl regex <- \"(?=.*\\\\bmedication\\\\b)(?=.*\\\\binfant\\\\b).*\"\ndf[grepl(regex, df$Col1, perl=TRUE), ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569924",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18795729/"
] |
74,569,982 | <p>I have a projects list with dynamic KPIs per project, each KPI has (a value and target)</p>
<p>I am receiving the dataset in the below format, I am trying to drow one chart for kpi for one project :</p>
<pre><code>dataset <- data.frame(
value = c(3,5,200.....),
Target = c(10,20,250.....),
KPI = c("a&... | [
{
"answer_id": 74570345,
"author": "Allan Cameron",
"author_id": 12500315,
"author_profile": "https://Stackoverflow.com/users/12500315",
"pm_score": 3,
"selected": true,
"text": "library(tidyverse)\n\ndataset %>%\n mutate(perc = value/Target) %>%\n ggplot(aes(x = 3, y = perc)) +\n geo... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569982",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/17632515/"
] |
74,569,990 | <p>I needed to a library specific output and, so I tired it like this way. But I got "ValueError: I/O operation on closed file." Error.</p>
<p>Here the code example that I tried...</p>
<pre><code>import sys
def print_test():
print("Printing testing print...!")
print("line 01")
... | [
{
"answer_id": 74570075,
"author": "charon25",
"author_id": 16114044,
"author_profile": "https://Stackoverflow.com/users/16114044",
"pm_score": 1,
"selected": false,
"text": "sys.stdout.close() file def print_test(f):\n print(\"Printing testing print...!\", file=f)\n print(\"line 0... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569990",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597380/"
] |
74,569,993 | <p>So i try to use some css animated background. It look like this:
<a href="https://i.stack.imgur.com/mG4Xz.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/mG4Xz.png" alt="enter image description here" /></a></p>
<p>The particle hovers above the menu list (for now it just "test"). My parti... | [
{
"answer_id": 74570075,
"author": "charon25",
"author_id": 16114044,
"author_profile": "https://Stackoverflow.com/users/16114044",
"pm_score": 1,
"selected": false,
"text": "sys.stdout.close() file def print_test(f):\n print(\"Printing testing print...!\", file=f)\n print(\"line 0... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569993",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/15991847/"
] |
74,569,996 | <p>Suppose I have <code>Post</code> model that has <code>is_verified</code> column with <code>smallint</code> datatype, how can I get all records that is verified? One thing to do this is using this:</p>
<pre class="lang-php prettyprint-override"><code>Post::where('is_verified', true)->get();
</code></pre>
<p>The co... | [
{
"answer_id": 74570053,
"author": "dz0nika",
"author_id": 15138278,
"author_profile": "https://Stackoverflow.com/users/15138278",
"pm_score": 1,
"selected": false,
"text": "smallint Post::where('is_verified', true)->get(); smallint tinyint"
},
{
"answer_id": 74580887,
"autho... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74569996",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12725825/"
] |
74,570,016 | <p>I´m at my second week learning C++ and now i stumbled upon a problem I cant seem to fix.
I know how to make structs and use them but I get error codes E0029 and C2059 when I try to debug and run my code.</p>
<p><a href="https://i.stack.imgur.com/ikH8h.png" rel="nofollow noreferrer">Print Screen of Code</a></p>
<pre>... | [
{
"answer_id": 74570080,
"author": "Paul-Marie",
"author_id": 9603417,
"author_profile": "https://Stackoverflow.com/users/9603417",
"pm_score": -1,
"selected": false,
"text": " Car myCar;\n myCar = { .make = \"Tesla\", .model : \"Model Y\", .year = 2020, .cost : 60000; };\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570016",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597417/"
] |
74,570,042 | <p>table1</p>
<div class="s-table-container">
<table class="s-table">
<thead>
<tr>
<th>Column A</th>
<th>Column B</th>
</tr>
</thead>
<tbody>
<tr>
<td>A</td>
<td>New York</td>
</tr>
<tr>
<td>B</td>
<td>Istanbul</td>
</tr>
<tr>
<td>B</td>
<td>London</td>
</tr>
</tbody>
</table>
</div>
<p>table2</p>
<div class="s-table-c... | [
{
"answer_id": 74570066,
"author": "Koen Lostrie",
"author_id": 4189814,
"author_profile": "https://Stackoverflow.com/users/4189814",
"pm_score": 0,
"selected": false,
"text": "SELECT Column B FROM table \n WHERE Column A IN (\nSELECT Column A From Table\nminus\nSELECT Column A From Tab... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570042",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/15050958/"
] |
74,570,068 | <pre class="lang-js prettyprint-override"><code>const Discord = require("discord.js")
require("dotenv").config()
const client = new Discord.Client({ intents: [] })
client.on("ready", () => {
console.log(`Logged in as ${client.user.tag}!`)
})
client.on("message", msg =>... | [
{
"answer_id": 74570112,
"author": "pvpb0t",
"author_id": 20597388,
"author_profile": "https://Stackoverflow.com/users/20597388",
"pm_score": -1,
"selected": false,
"text": "const { token } = require('./config.json');\n"
},
{
"answer_id": 74570116,
"author": "Paul-Marie",
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570068",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19602149/"
] |
74,570,070 | <p>There are several switches in the app's layout, and when these switches are pressed, the value of sharedPreference is changed to determine whether a specific function is performed. For example, if the funcOnOff switch is off, the voice notification function is off, and when fromOnOff is off, caller information canno... | [
{
"answer_id": 74570464,
"author": "Sweeper",
"author_id": 5133585,
"author_profile": "https://Stackoverflow.com/users/5133585",
"pm_score": 2,
"selected": true,
"text": "OnCheckedChangeListener fun onCheckedChangedListenerForPreferenceKey(key: String): CompoundButton.OnCheckedChangeList... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570070",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18560558/"
] |
74,570,078 | <p>I am trying to combine two select statements because my original query was taking way to long with LEFT JOIN</p>
<p>Original Query:</p>
<pre><code>SELECT
DISTINCT a.RequestId,
a.*, str_to_date(RequestedTestDate, '%d-%b-%Y') AS
cRequestedTestDate,
str_to_date(ActualTestDate, '%d-%b-%Y') AS cActualTestDate,... | [
{
"answer_id": 74570464,
"author": "Sweeper",
"author_id": 5133585,
"author_profile": "https://Stackoverflow.com/users/5133585",
"pm_score": 2,
"selected": true,
"text": "OnCheckedChangeListener fun onCheckedChangedListenerForPreferenceKey(key: String): CompoundButton.OnCheckedChangeList... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570078",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5152183/"
] |
74,570,113 | <p>I am getting this error when i use many to many field help me plsssssss</p>
<h3>views.py</h3>
<pre><code>def add_ship(request):
if request.method=='POST':
m_namedriver = request.POST.get('m_namedriver')
driver_id = Driver.objects.get(driver_id=m_namedriver)
m_licensepl = re... | [
{
"answer_id": 74570640,
"author": "Mahammadhusain kadiwala",
"author_id": 19205926,
"author_profile": "https://Stackoverflow.com/users/19205926",
"pm_score": 2,
"selected": true,
"text": "def add_ship(request):\n if request.method=='POST':\n \n m_namedriver = request.PO... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570113",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/14123265/"
] |
74,570,133 | <p>I have a <a href="https://hardhat.org/" rel="nofollow noreferrer">Hardhat</a> script
that queries the <a href="https://developers.rsk.co/rif/token/" rel="nofollow noreferrer">RIF token</a> balance
on <a href="https://developers.rsk.co/" rel="nofollow noreferrer">Rootstock</a>.
However the RIF address is hardcoded in... | [
{
"answer_id": 74570939,
"author": "Rajesh Panda",
"author_id": 6208805,
"author_profile": "https://Stackoverflow.com/users/6208805",
"pm_score": 2,
"selected": false,
"text": "\"hardhat-runner\": \"npx hardhat run --network rskmainnet scripts/balances.js\"\n npm run hardhat-runner --tok... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570133",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12142981/"
] |
74,570,140 | <p>During debug sessions in <code>PyCharm</code> I need to set some environment variables to <code>None</code> value.</p>
<p>There is good explanation on how to set Run/Debug configuration environment variables in <code>PyCharm</code> <a href="https://stackoverflow.com/questions/42708389/how-to-set-environment-variable... | [
{
"answer_id": 74570953,
"author": "BoarGules",
"author_id": 2084384,
"author_profile": "https://Stackoverflow.com/users/2084384",
"pm_score": 1,
"selected": false,
"text": "None SET MYVAR= #MYVAR MYVAR"
}
] | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570140",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/6194150/"
] |
74,570,148 | <p>I'm trying to return HTTP Status Code 410 (gone) alongside a custom simple HTML:</p>
<pre><code> <h1>Error 410</h1>
<h2>Permanently deleted or Gone</h2>
<p>This page is not found and is gone from this server forever</p>
</code></pre>
<p>Is it possible? Because I can't find... | [
{
"answer_id": 74579652,
"author": "Yilmaz",
"author_id": 10262805,
"author_profile": "https://Stackoverflow.com/users/10262805",
"pm_score": 0,
"selected": false,
"text": "type NextApiResponse<T = any> = ServerResponse<IncomingMessage> & {\n send: Send<T>;\n json: Send<T>;\n st... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570148",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/16473956/"
] |
74,570,159 | <p>I have a simple code that fetches data from url.
I have executed same code in both Ubuntu(server-only) and Windows</p>
<p>Code</p>
<pre><code>import axios from "axios";
(async () => {
const url = "https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/inr/usd.json";
f... | [
{
"answer_id": 74571804,
"author": "pierpy",
"author_id": 7353417,
"author_profile": "https://Stackoverflow.com/users/7353417",
"pm_score": 0,
"selected": false,
"text": "(async () => {\nconst url = \"https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/inr/usd.json\"... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570159",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13151669/"
] |
74,570,186 | <p>I have text like this:</p>
<pre><code>text =
<option value="tfa_4472" id="tfa_4472" class="">helo 1</option>
<option value="tfa_4473" id="tfa_4473" class="">helo 2</option>
<option value="tfa_4474" id="tfa_4474&quo... | [
{
"answer_id": 74570434,
"author": "Joel",
"author_id": 20580580,
"author_profile": "https://Stackoverflow.com/users/20580580",
"pm_score": 0,
"selected": false,
"text": "$mylist = []\n$nodes = document.querySelectorAll('option')\n\n$nodes.forEach($node => {\n $mylist += $node.innerTe... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570186",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/14161240/"
] |
74,570,195 | <p>I try to upgrade minio version in my docker commpose(previously I used <code>image: minio/minio:RELEASE.2020-06-22T03-12-50Z</code> and it was working
)
For now I have following docker-compose service:</p>
<pre><code>version: '3.6'
services:
minio:
container_name: minio
image: minio/minio:RELEASE.2022-11-1... | [
{
"answer_id": 74601247,
"author": "gstackoverflow",
"author_id": 2674303,
"author_profile": "https://Stackoverflow.com/users/2674303",
"pm_score": 1,
"selected": false,
"text": " minio:\n container_name: minio\n image: bitnami/minio:2022.11.17-debian-11-r0\n volumes:\n - ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570195",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2674303/"
] |
74,570,198 | <p>Azure function throws "Message processing error(Action=Complete)" after calling deadletterasync with autocomplete not setting as False. But when I set "Autocomplete=false" even after processing successful messages it keeps retrying. What is the best way to receive message ,and deadletter when exc... | [
{
"answer_id": 74601247,
"author": "gstackoverflow",
"author_id": 2674303,
"author_profile": "https://Stackoverflow.com/users/2674303",
"pm_score": 1,
"selected": false,
"text": " minio:\n container_name: minio\n image: bitnami/minio:2022.11.17-debian-11-r0\n volumes:\n - ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570198",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13966637/"
] |
74,570,201 | <p>I'm writing a function in which one of the arguments is an array that can have strings or numbers:</p>
<pre><code>function functionName(argumentOne: string, argumentTwo: string, argumentThree: string[] | number[]) {
...
}
</code></pre>
<p>One instance of <code>argumentThree</code>: <code>["string1", 2, &... | [
{
"answer_id": 74570224,
"author": "CollinD",
"author_id": 5298696,
"author_profile": "https://Stackoverflow.com/users/5298696",
"pm_score": 4,
"selected": true,
"text": "// alternatively: Array<string | number>\nfunction myFunction(arr: (string | number)[]) {\n for (const elemen... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570201",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13970434/"
] |
74,570,220 | <p>I am trying to make an app with a login function and I want to keep the user logged in.
I'm using Firebase auth and android studio.</p>
<p>This is what I tried:</p>
<pre><code>auth.signInWithEmailAndPassword(txt_email, txt_password)
.addOnCompleteListener(new OnCompleteListener<AuthResult>() {
... | [
{
"answer_id": 74570224,
"author": "CollinD",
"author_id": 5298696,
"author_profile": "https://Stackoverflow.com/users/5298696",
"pm_score": 4,
"selected": true,
"text": "// alternatively: Array<string | number>\nfunction myFunction(arr: (string | number)[]) {\n for (const elemen... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570220",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12136232/"
] |
74,570,243 | <p>I'm beginner in Symfony (6.1) and sometimes I need to get the current User in my controllers.</p>
<p>The way I use for the moment is :</p>
<pre><code>$user = $userRepository->find($this->getUser()->getId());
</code></pre>
<p>But they are a better way ?</p>
<p>Because <code>$this->getUser()</code> give me... | [
{
"answer_id": 74570810,
"author": "Dirk J. Faber",
"author_id": 9230154,
"author_profile": "https://Stackoverflow.com/users/9230154",
"pm_score": 2,
"selected": false,
"text": "$this->getUser() getUser() getUser() public function setUser(UserInterface $user) \n{\n //....\n}\n setUser... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570243",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18419618/"
] |
74,570,246 | <p>I want to create a calculation that adds the dimensions current month and previous month to a Cognos Data Module. The Month format is 2022/11. This is what I tried. I do not get an error message, but the calculation does not return a result.</p>
<pre><code>Case
when (Month_Adj = #timestampMask(_add_months($current_... | [
{
"answer_id": 74570810,
"author": "Dirk J. Faber",
"author_id": 9230154,
"author_profile": "https://Stackoverflow.com/users/9230154",
"pm_score": 2,
"selected": false,
"text": "$this->getUser() getUser() getUser() public function setUser(UserInterface $user) \n{\n //....\n}\n setUser... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570246",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12853034/"
] |
74,570,266 | <p>I have a utility function defined in my <code>utils.tsx</code> file:</p>
<pre class="lang-js prettyprint-override"><code>// resolveAxiosInstance creates an axios instance
const createAxiosInstance = resolveAxiosInstance();
export const getItemList = params => {
const axios = await createAxiosInstance;
co... | [
{
"answer_id": 74570810,
"author": "Dirk J. Faber",
"author_id": 9230154,
"author_profile": "https://Stackoverflow.com/users/9230154",
"pm_score": 2,
"selected": false,
"text": "$this->getUser() getUser() getUser() public function setUser(UserInterface $user) \n{\n //....\n}\n setUser... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570266",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/10416948/"
] |
74,570,277 | <p>Please help me on this, after an change of domain hosting, we are getting this error in the logs when we want to create a new customer.</p>
<p>Start:</p>
<pre><code>{"time":"2022-11-25T08:21:27+00:00", "remote_addr":"149.143.40.237", "remote_user":"", "... | [
{
"answer_id": 74570925,
"author": "dneustadt",
"author_id": 8556259,
"author_profile": "https://Stackoverflow.com/users/8556259",
"pm_score": 1,
"selected": false,
"text": "UPDATE mysql.proc SET definer = 'existing_user@localhost' WHERE db = 'database_name';\n"
},
{
"answer_id":... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570277",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19388551/"
] |
74,570,290 | <p>I have below playbook that generates <code>stdout_lines</code> which has multi line output.</p>
<pre class="lang-yaml prettyprint-override"><code> - name: Execute
command: cbstats db-host:db-port -u User -p Password -b orders all
register: count
- name: Print
debug:
msg: "{{ it... | [
{
"answer_id": 74570925,
"author": "dneustadt",
"author_id": 8556259,
"author_profile": "https://Stackoverflow.com/users/8556259",
"pm_score": 1,
"selected": false,
"text": "UPDATE mysql.proc SET definer = 'existing_user@localhost' WHERE db = 'database_name';\n"
},
{
"answer_id":... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570290",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2919863/"
] |
74,570,314 | <p>I am trying to read a CSV file whose header position numbers comes from a property file.
I get the position number for the fields using @Value. But however I am unable to bind this value as the position for <code>@CsvBindByPosition</code>.</p>
<p>Here is my code :</p>
<pre><code>public class MyPojo {
@Value(val... | [
{
"answer_id": 74591194,
"author": "MWiesner",
"author_id": 2849346,
"author_profile": "https://Stackoverflow.com/users/2849346",
"pm_score": 2,
"selected": false,
"text": "position test test test"
},
{
"answer_id": 74591582,
"author": "samabcde",
"author_id": 7928721,
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570314",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/9399421/"
] |
74,570,318 | <p>I am trying to split column into mulitple column and insert into same table using snowflake query.</p>
<p><strong>EMP Table</strong></p>
<pre><code>ID NAME AGE
1 Ravi#Kumar 25
2 Virat#Singh 26
3 Rohit#Sharma 27
</code></pre>
<p><strong>EMP Table after split</strong></p>
<pre><code>ID NAME F_... | [
{
"answer_id": 74591194,
"author": "MWiesner",
"author_id": 2849346,
"author_profile": "https://Stackoverflow.com/users/2849346",
"pm_score": 2,
"selected": false,
"text": "position test test test"
},
{
"answer_id": 74591582,
"author": "samabcde",
"author_id": 7928721,
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570318",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19571560/"
] |
74,570,349 | <p>I'm creating my own ELK dashboard to monitor my finances.</p>
<p>I got completely wiped out this year, a combination of many things, but most likely just poor fiscal responsibility.</p>
<p>Anyway;</p>
<p>I'm a regex newb, and I'm having a hard time with this.</p>
<p>Is there a way to quickly match strings with many ... | [
{
"answer_id": 74591194,
"author": "MWiesner",
"author_id": 2849346,
"author_profile": "https://Stackoverflow.com/users/2849346",
"pm_score": 2,
"selected": false,
"text": "position test test test"
},
{
"answer_id": 74591582,
"author": "samabcde",
"author_id": 7928721,
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570349",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/949282/"
] |
74,570,360 | <p>I'm trying to remove the legend of lines, but I don't know why it can't remove, and I only want to keep the points of "supp".</p>
<pre><code>library(ggpubr)
a<-ggline(ToothGrowth, x = "dose", y = "len",
add = c("mean_se", "jitter"),
colo... | [
{
"answer_id": 74591194,
"author": "MWiesner",
"author_id": 2849346,
"author_profile": "https://Stackoverflow.com/users/2849346",
"pm_score": 2,
"selected": false,
"text": "position test test test"
},
{
"answer_id": 74591582,
"author": "samabcde",
"author_id": 7928721,
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570360",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597651/"
] |
74,570,372 | <p>I am trying to populate a JSON file from the user input. The <code>users.json</code> file is initially empty, and I was able to register the first user <code>("Doe_Joh")</code>. The problem was when I ran the program and registered for the second use. The data inside got replaced by the data. What I expect... | [
{
"answer_id": 74570496,
"author": "mighty_mike",
"author_id": 4953409,
"author_profile": "https://Stackoverflow.com/users/4953409",
"pm_score": 2,
"selected": true,
"text": "import json\nfrom dataclasses import dataclass\n\n\n@dataclass\nclass User:\n f_name: str\n l_name: str\n ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570372",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/17701650/"
] |
74,570,376 | <p>I'm a bit lost here (maybe because it's Friday)</p>
<p>I want to write a simple "throw if null or empty" extension helper that I can use in constructors like (e.g.)</p>
<pre class="lang-cs prettyprint-override"><code>public class MyClass
{
public MyClass(params MyType[] parameters)
{
_param... | [
{
"answer_id": 74570822,
"author": "shingo",
"author_id": 6196568,
"author_profile": "https://Stackoverflow.com/users/6196568",
"pm_score": 0,
"selected": false,
"text": "parameters.ThrowIfNullOrEmpty(out _parameters);\n\npublic static void ThrowIfNullOrEmpty<TElem, TColl>(\n this IRe... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570376",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/6717178/"
] |
74,570,393 | <p>I want to change the font weight in TextView but i can't find the required method.</p>
<p>How can i do it without creating a new font?</p>
| [
{
"answer_id": 74570822,
"author": "shingo",
"author_id": 6196568,
"author_profile": "https://Stackoverflow.com/users/6196568",
"pm_score": 0,
"selected": false,
"text": "parameters.ThrowIfNullOrEmpty(out _parameters);\n\npublic static void ThrowIfNullOrEmpty<TElem, TColl>(\n this IRe... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570393",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20593361/"
] |
74,570,405 | <p>I'm defining a component as:</p>
<pre><code><HiChevronDown
aria-hidden="true"
className= "ml-2 h-5 w-5 ..."
/>
</code></pre>
<p>However, the console warnings state that I am defining it camelCased.</p>
<p>Anything I'm doing obviously wrong here?</p>
<p>Console warning:
<a href="https://... | [
{
"answer_id": 74587178,
"author": "AIMEUR Amin",
"author_id": 5616238,
"author_profile": "https://Stackoverflow.com/users/5616238",
"pm_score": 1,
"selected": false,
"text": "react-icons/hi FaChevronDown IoChevronDownOutline"
}
] | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570405",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13966698/"
] |
74,570,461 | <p>I can't figure out how to properly slice a string.
There is a line: "1, 2, 3, 4, 5, 6". The number of characters is unknown, numbers can be either one-digit or three-digit
I need to get the last value up to the nearest comma, that means I need to get the value (6) from the string</p>
| [
{
"answer_id": 74570508,
"author": "Lucas M. Uriarte",
"author_id": 14543462,
"author_profile": "https://Stackoverflow.com/users/14543462",
"pm_score": 3,
"selected": true,
"text": "string = \"1, 2, 3, 4, 5, 6\"\nstring.split(',')[-1]\n>>> ' 6'\n string.split(',')[-1].strip(' ')\n>>> '6'... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570461",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19628591/"
] |
74,570,472 | <p>Im using react-redux, and in my saga file where I have implemented logic for new/edit page, I need to implement an API for getting some codes for customer.</p>
<pre><code>const getCodesById = (Id) => get(`${BASE_URL}/${companyId}/codes`);
export function* getTableById(action) {
const Id = yield select(getCu... | [
{
"answer_id": 74570508,
"author": "Lucas M. Uriarte",
"author_id": 14543462,
"author_profile": "https://Stackoverflow.com/users/14543462",
"pm_score": 3,
"selected": true,
"text": "string = \"1, 2, 3, 4, 5, 6\"\nstring.split(',')[-1]\n>>> ' 6'\n string.split(',')[-1].strip(' ')\n>>> '6'... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570472",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3918121/"
] |
74,570,485 | <p>I have problems with getting a css file places behind a razor component to work</p>
<p>I have 3 files:</p>
<ul>
<li>Index.razor</li>
<li>Index.razor.cs</li>
<li>Index.razor.css</li>
</ul>
<p>but the css in the .css file is not used in the Index.razor page</p>
<p>Do I need to switch anything one or how do i make it w... | [
{
"answer_id": 74570508,
"author": "Lucas M. Uriarte",
"author_id": 14543462,
"author_profile": "https://Stackoverflow.com/users/14543462",
"pm_score": 3,
"selected": true,
"text": "string = \"1, 2, 3, 4, 5, 6\"\nstring.split(',')[-1]\n>>> ' 6'\n string.split(',')[-1].strip(' ')\n>>> '6'... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570485",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18528148/"
] |
74,570,569 | <p>I want to clearly understand what is the difference between the following XPath expressions <code>"//*[contains(.,'sometext')]"</code> and <code>"//*[contains(text(),'sometext')]"</code>.<br />
From <a href="https://stackoverflow.com/a/41862373/3485434">this great answer</a> I understand, that <c... | [
{
"answer_id": 74570508,
"author": "Lucas M. Uriarte",
"author_id": 14543462,
"author_profile": "https://Stackoverflow.com/users/14543462",
"pm_score": 3,
"selected": true,
"text": "string = \"1, 2, 3, 4, 5, 6\"\nstring.split(',')[-1]\n>>> ' 6'\n string.split(',')[-1].strip(' ')\n>>> '6'... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570569",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3485434/"
] |
74,570,573 | <p>I have a web application which is linked to an API. Usually I launch the API and it works. And now, for no reason ( I change nothing in my code and in the API ), it does not work anymore and I can a ton of error like the one I shared on my web application. What can I do ?
`</p>
<pre><code>at callWithErrorHandling (v... | [
{
"answer_id": 74570747,
"author": "okayforhim79",
"author_id": 20597611,
"author_profile": "https://Stackoverflow.com/users/20597611",
"pm_score": 0,
"selected": false,
"text": "axios.js src/boot/ import { boot } from 'quasar/wrappers'\n import axios from 'axios'\n\n // exampl... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570573",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597728/"
] |
74,570,587 | <p>I am trying to change the color of a button pressed from a dynamic json list using useRef. But when I use the useRef it is only aiming at the last value of the list.But if I add array in the list then how would the main component know which element was pressed ?</p>
<p><a href="https://i.stack.imgur.com/d8fuc.png" r... | [
{
"answer_id": 74570747,
"author": "okayforhim79",
"author_id": 20597611,
"author_profile": "https://Stackoverflow.com/users/20597611",
"pm_score": 0,
"selected": false,
"text": "axios.js src/boot/ import { boot } from 'quasar/wrappers'\n import axios from 'axios'\n\n // exampl... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570587",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597762/"
] |
74,570,599 | <p>I use Firebase Authentication for my app.
I can log / register correctly except when another user was log previously.</p>
<p>Exemple :
I am log, and I want to signout. Like this :</p>
<pre><code> final FirebaseAuth _firebaseAuth = FirebaseAuth.instance;
signOut() async {
await _firebaseAuth.signOut();
}
<... | [
{
"answer_id": 74570747,
"author": "okayforhim79",
"author_id": 20597611,
"author_profile": "https://Stackoverflow.com/users/20597611",
"pm_score": 0,
"selected": false,
"text": "axios.js src/boot/ import { boot } from 'quasar/wrappers'\n import axios from 'axios'\n\n // exampl... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570599",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19904553/"
] |
74,570,604 | <p>I use the <code>memoise</code> package to cache queries to an <code>arrow</code> dataset but I sometimes get mismatches/"collisions" in hashes and therefore the wrong values are returned.</p>
<p>I have isolated the problem and replicated it in the MWE below.
The issue is that the <code>rlang::hash()</code>... | [
{
"answer_id": 74573497,
"author": "r2evans - GO NAVY BEAT ARMY",
"author_id": 3358272,
"author_profile": "https://Stackoverflow.com/users/3358272",
"pm_score": 3,
"selected": true,
"text": "show_query hash= memoise hashfun <- function(x) {\n x$x <- capture.output(show_query(x$x))\n rl... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570604",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3048453/"
] |
74,570,616 | <p><a href="https://i.stack.imgur.com/BDrdz.png" rel="nofollow noreferrer">enter image description here</a>I have a problem when inserting dynamic ng-select in a table ,</p>
<p>when I select one dropdown the next one takes the same value and I couldn't find where is the probleme ?
Any one can help me please ?
(<a href=... | [
{
"answer_id": 74573497,
"author": "r2evans - GO NAVY BEAT ARMY",
"author_id": 3358272,
"author_profile": "https://Stackoverflow.com/users/3358272",
"pm_score": 3,
"selected": true,
"text": "show_query hash= memoise hashfun <- function(x) {\n x$x <- capture.output(show_query(x$x))\n rl... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570616",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19957077/"
] |
74,570,621 | <p>I have two related tables where I need to update and set a column based on count from the other table. I have an agents table where each agent has a level which is to be computed based on the number of booked slots. The system has the Agent details where each Agent has different levels of dealer namely bronze, silve... | [
{
"answer_id": 74572065,
"author": "Henrik",
"author_id": 20598225,
"author_profile": "https://Stackoverflow.com/users/20598225",
"pm_score": 1,
"selected": false,
"text": "UPDATE customers \nSET customers.level = (SELECT IF(count(*) > 10, \"Gold\", IF(count(*) > 4, \"SILVER\", \"Bronze\... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570621",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/14020878/"
] |
74,570,672 | <p>Trying to find a document by ObjectId in mongoose. The query returns an empty result but when applying the same query in the "MongoDB Compass" - it returns the document.</p>
<pre><code>const mongoose = require("mongoose");
await CollectionModel.find({ "_id": new mongoose.Types.ObjectId... | [
{
"answer_id": 74572065,
"author": "Henrik",
"author_id": 20598225,
"author_profile": "https://Stackoverflow.com/users/20598225",
"pm_score": 1,
"selected": false,
"text": "UPDATE customers \nSET customers.level = (SELECT IF(count(*) > 10, \"Gold\", IF(count(*) > 4, \"SILVER\", \"Bronze\... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570672",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/3384985/"
] |
74,570,681 | <p>I am trying to add a new column "profile_type" to a dataframe "df_new" which contains the string <strong>"Decision Maker"</strong> if the "job_title" has any one of the following words: (Head or VP or COO or CEO or CMO or CLO or Chief or Partner or Founder or Owner or CIO or C... | [
{
"answer_id": 74570821,
"author": "butterflyknife",
"author_id": 8790507,
"author_profile": "https://Stackoverflow.com/users/8790507",
"pm_score": -1,
"selected": false,
"text": "'Decision Maker' job_title def is_key_worker(row):\n if (row[\"job_title\"] == \"CTO\" or row[\"job_title... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570681",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20578623/"
] |
74,570,699 | <p>I have output of API request in given below.
From each atom:entry I need to extract</p>
<pre><code><c:series href="http://company.com/series/product/123"/>
<c:series-order>2020-09-17T00:00:00Z</c:series-order>
<f:assessment-low precision="0">980</f:assessment-low>
</... | [
{
"answer_id": 74570821,
"author": "butterflyknife",
"author_id": 8790507,
"author_profile": "https://Stackoverflow.com/users/8790507",
"pm_score": -1,
"selected": false,
"text": "'Decision Maker' job_title def is_key_worker(row):\n if (row[\"job_title\"] == \"CTO\" or row[\"job_title... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570699",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19761341/"
] |
74,570,714 | <p><a href="https://i.stack.imgur.com/uLOLZ.jpg" rel="nofollow noreferrer">enter image description here</a>I'm working on a form that patients can use to make an appointment at a hospital.</p>
<ul>
<li>In the first dropdown patients have to select a department</li>
<li>Based on the selected department, the second dropd... | [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570714",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20340209/"
] |
74,570,721 | <p>Some Win32 API function documentation (for example <a href="https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getlogicalprocessorinformationex" rel="nofollow noreferrer">this</a> and <a href="https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getnumanodeprocessormask" r... | [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570721",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/220425/"
] |
74,570,722 | <p>i am working on an android studio project, when i run the project it crashes immedietly, i tried to debug and i found that the problem is in the methods i use from the android libraries as in the pic here
(<a href="https://i.stack.imgur.com/a6bKI.png" rel="nofollow noreferrer">https://i.stack.imgur.com/a6bKI.png</a>... | [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570722",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597616/"
] |
74,570,738 | <p>I'm trying to migrate a legacy app into a new .net 6 version, the issue that I have is that this app has a 3rd party library with keys that will be looked up in the <code>appsettings.json</code> file.</p>
<p>Something like this(note the dots in the key):</p>
<pre><code>{
"one.special.key":"one val... | [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570738",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2001723/"
] |
74,570,748 | <p>I am new to Jekyll and I have the following error</p>
<p>So I have a Jekyll project which has an index.html file,
the html file has content in yaml format in the front matter.
I would like to add an <code><a href=""></code> tag to a word, to make it clickable and work as a link but upon adding the ta... | [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570748",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/11760701/"
] |
74,570,802 | <p>I'm currently doing research and collecting a ranked-choice data. Basically people choosing their preferences in a topic.
E.g., people ranking their preference on fruits: orange, mango, apple, avocado</p>
<p>The clean data frame looks like this:</p>
<pre><code> Fruits Color
1 or... | [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570802",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/14767090/"
] |
74,570,840 | <p>I have a bigquery table with a column as time_created. The data type of this column is TIMESTAMP.
Now I want to know if the column containss invalid values like ""," ", "some_string","++--".
How can I check that?</p>
| [
{
"answer_id": 74571483,
"author": "Mukesh Soni",
"author_id": 11556649,
"author_profile": "https://Stackoverflow.com/users/11556649",
"pm_score": 0,
"selected": false,
"text": "Choose doctor \npublic doctorListAsync$: BehaviorSubject<Array<[IDoc]>> = new BehaviorSubject([]);\n\n\nchange... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570840",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19114283/"
] |
74,570,863 | <p>I have certain forms in my Django project and I want to get a different data with a button on this form with a pop-up window and save it to the database. But here, how can I make the previously entered data come back when the page is reloaded so that my background data is not lost?</p>
<p>Thanks in advance to everyo... | [
{
"answer_id": 74571002,
"author": "GouriSankar",
"author_id": 7235140,
"author_profile": "https://Stackoverflow.com/users/7235140",
"pm_score": 0,
"selected": false,
"text": "localStorage.setItem(\"name\", \"Smith\");\nlocalStorage.getItem(\"name\");\nlocalStorage.removeItem(\"name\");\... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570863",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20563061/"
] |
74,570,912 | <p>I am trying to export a report from SSRS into CSV and just have no data rows or blank lines at the end.</p>
<p>I have already added the following to the config file:</p>
<pre><code><Extension Name="CSV (No Header)" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.Reporti... | [
{
"answer_id": 74571002,
"author": "GouriSankar",
"author_id": 7235140,
"author_profile": "https://Stackoverflow.com/users/7235140",
"pm_score": 0,
"selected": false,
"text": "localStorage.setItem(\"name\", \"Smith\");\nlocalStorage.getItem(\"name\");\nlocalStorage.removeItem(\"name\");\... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570912",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1688277/"
] |
74,570,926 | <p>I am trying to automate some API endpoints, but the JSON response is an array of data. How can I assert a specific user with all his data inside that JSON array?</p>
<p>I am trying with:</p>
<pre><code>assert {
"user": "test1",
"userName": "John Berner"... | [
{
"answer_id": 74571002,
"author": "GouriSankar",
"author_id": 7235140,
"author_profile": "https://Stackoverflow.com/users/7235140",
"pm_score": 0,
"selected": false,
"text": "localStorage.setItem(\"name\", \"Smith\");\nlocalStorage.getItem(\"name\");\nlocalStorage.removeItem(\"name\");\... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570926",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20597969/"
] |
74,570,974 | <p>I have an original dataframe <code>df0</code> with a number of values, based on this dataframe I have a second dateframe where some the original values are <code>NaN</code>, <code>df1</code>.</p>
<pre><code>import pandas as pd
df0 = pd.DataFrame({'col1': [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]})
df1 = pd.DataFrame({'c... | [
{
"answer_id": 74570987,
"author": "mozway",
"author_id": 16343464,
"author_profile": "https://Stackoverflow.com/users/16343464",
"pm_score": 3,
"selected": true,
"text": "mask notna where isna df2 = df0.mask(df1['col1'].notna())\n# or\ndf2 = df0.where(df1['col1'].isna())\n col1\n0 ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570974",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/16002179/"
] |
74,570,995 | <p>Will <code>aws s3 sync s3://myBucket/this_folder/object_file C:\\Users\Desktop</code> create also the "this_folder" in C:\Users\Desktop? If not, what would be the solution to copy/sync including the folder structure of S3? I mean I have many files in different S3 bucket folders sorted by year, month, day. ... | [
{
"answer_id": 74571044,
"author": "baduker",
"author_id": 6106791,
"author_profile": "https://Stackoverflow.com/users/6106791",
"pm_score": 1,
"selected": false,
"text": "aws cli --recursive aws s3 cp --recursive s3://your_bucket/your_folder_named_x path/to/your/destination\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570995",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12176490/"
] |
74,570,999 | <p>Good morning, I'm doing a job where I have to show some information from a database in cmd, I search the internet and only find in Tables DataGrid do not understand how I will do, I have the following code:</p>
<pre><code>public class atm
{
public static void Main()
{
string connectionString;
... | [
{
"answer_id": 74571044,
"author": "baduker",
"author_id": 6106791,
"author_profile": "https://Stackoverflow.com/users/6106791",
"pm_score": 1,
"selected": false,
"text": "aws cli --recursive aws s3 cp --recursive s3://your_bucket/your_folder_named_x path/to/your/destination\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74570999",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20571251/"
] |
74,571,034 | <p>As the title suggests, I am somewhat unable to figure out the correct syntax for this function.</p>
<p>Currently, I have an event listener on a map that fires a function when the map is clicked as seen below:</p>
<pre><code>map.on("click",(event)=>addMarker(event,parameter))
</code></pre>
<p>This is fin... | [
{
"answer_id": 74571044,
"author": "baduker",
"author_id": 6106791,
"author_profile": "https://Stackoverflow.com/users/6106791",
"pm_score": 1,
"selected": false,
"text": "aws cli --recursive aws s3 cp --recursive s3://your_bucket/your_folder_named_x path/to/your/destination\n"
},
{
... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571034",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/11970486/"
] |
74,571,071 | <p>I recently started working with spark and was eager to know if I have to perform queries which would be better spark sql or databricks sql and why?</p>
| [
{
"answer_id": 74574573,
"author": "Alex Ott",
"author_id": 18627,
"author_profile": "https://Stackoverflow.com/users/18627",
"pm_score": 2,
"selected": false,
"text": "CREATE TABLE CLONE"
}
] | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571071",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/19006871/"
] |
74,571,072 | <p>I have a list of Map items. From this i want to modify a key value of an item by using it's id. The below is the List of map.</p>
<pre><code>List items = [{'id':'01','name':'Rahul'},{'id':'02','name':'John'},{'id':'03','name':'Marry'}];
</code></pre>
<p>From this list when i press a button i want to update the name ... | [
{
"answer_id": 74571283,
"author": "Murali Krishnan",
"author_id": 12094009,
"author_profile": "https://Stackoverflow.com/users/12094009",
"pm_score": 0,
"selected": false,
"text": "void main() {\nList items = [{'id':'01','name':'Rahul'},{'id':'02','name':'John'},{'id':'03','name':'Marry... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571072",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12094009/"
] |
74,571,076 | <p><strong>Table 1</strong></p>
<div class="s-table-container">
<table class="s-table">
<thead>
<tr>
<th>item</th>
<th style="text-align: right;">unit sold</th>
<th>item - 2</th>
<th style="text-align: right;">unit sold</th>
</tr>
</thead>
<tbody>
<tr>
<td>x</td>
<td style="text-align: right;">1000</td>
<td>y</td>
<td ... | [
{
"answer_id": 74571283,
"author": "Murali Krishnan",
"author_id": 12094009,
"author_profile": "https://Stackoverflow.com/users/12094009",
"pm_score": 0,
"selected": false,
"text": "void main() {\nList items = [{'id':'01','name':'Rahul'},{'id':'02','name':'John'},{'id':'03','name':'Marry... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571076",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/17497166/"
] |
74,571,088 | <p>In my android project I got very intericting task
My company wants to hide all mintions about her in code (variables names, packages and etc)
But only for one flavour, so I cannot do it once for all project.</p>
<p>My first idea, was writing a simple gradle task, that will replace all strings that fit in code, but i... | [
{
"answer_id": 74643848,
"author": "ycr",
"author_id": 2627018,
"author_profile": "https://Stackoverflow.com/users/2627018",
"pm_score": 1,
"selected": false,
"text": "grep sed sh '''\ngrep -rl ${PACKAGE_NAME_TO_REPLACE} ${DESTINATION_DIR} | xargs sed -i \"s&${PACKAGE_NAME_TO_REPLACE}&${... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571088",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/1474925/"
] |
74,571,107 | <p>I have a dataframe with two related columns that needs to be merged into a single <code>dictionary</code> column.</p>
<p>Sample Data:</p>
<pre><code> skuId coreAttributes.price coreAttributes.amount
0 100 price 8.84
1 102 price 12.99
2 103 price ... | [
{
"answer_id": 74571150,
"author": "mozway",
"author_id": 16343464,
"author_profile": "https://Stackoverflow.com/users/16343464",
"pm_score": 3,
"selected": true,
"text": "zip df['coreAttributes'] = [{k: v} for k,v in\n zip(df['coreAttributes.price'],\n ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571107",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/10722752/"
] |
74,571,118 | <p>I have multiple state variables, that contains data entered in a form by the user. Since this form is only meant to update the existing values, I have to pass in only those values that have changed from its initial value (the one returned from the GET request).</p>
<p>State:</p>
<pre><code>const [name, setName] = us... | [
{
"answer_id": 74571150,
"author": "mozway",
"author_id": 16343464,
"author_profile": "https://Stackoverflow.com/users/16343464",
"pm_score": 3,
"selected": true,
"text": "zip df['coreAttributes'] = [{k: v} for k,v in\n zip(df['coreAttributes.price'],\n ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571118",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/8845766/"
] |
74,571,119 | <p>I need to repeat a value x time in rows. when it is done repeat another value n time. I found <code>SEQUENCE()</code> but it works only for the first value.</p>
<p>EXAMPLE:</p>
<pre><code>Repeat in rows starting from C1
Repeat A1 value: 42
N time A2 value: 3
then Repeat B1 value: 67
M time B2 value: 5
</code></pre>
... | [
{
"answer_id": 74571150,
"author": "mozway",
"author_id": 16343464,
"author_profile": "https://Stackoverflow.com/users/16343464",
"pm_score": 3,
"selected": true,
"text": "zip df['coreAttributes'] = [{k: v} for k,v in\n zip(df['coreAttributes.price'],\n ... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571119",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/11642253/"
] |
74,571,128 | <p>I'm new at the MQ topic.</p>
<p>How do I Test/Unit-Test my Java Services, which do actions against a real Queue.
My classes do connections, deletes etc.</p>
<p>Is there any way to test these services without performing actions against the productive Queues?</p>
<pre><code>@Service
public class QueueConnectionService... | [
{
"answer_id": 74575223,
"author": "Étienne Miret",
"author_id": 1867549,
"author_profile": "https://Stackoverflow.com/users/1867549",
"pm_score": 1,
"selected": false,
"text": "MQQueueManager new MqQueueManagerFactory QueueConnectionService @ExtendWith(MockitoExtension.class)\nclass Que... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571128",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598157/"
] |
74,571,142 | <p>I'm looking for a person to explain this code to me and tell why I'm getting this error.</p>
<blockquote>
<p>C:\Users\04albjoh\Downloads\VS code\app\Program.cs(20,30): error CS0103: The name 'customers' does not exist in the current context [C:\Users\04albjoh\Downloads\VS code\app\app.csproj]</p>
</blockquote>
<pre>... | [
{
"answer_id": 74571239,
"author": "CodeCaster",
"author_id": 266143,
"author_profile": "https://Stackoverflow.com/users/266143",
"pm_score": 2,
"selected": false,
"text": "customers City Name Phone select var"
},
{
"answer_id": 74571721,
"author": "vivek nuna",
"author_i... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571142",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598084/"
] |
74,571,191 | <p>I updated to Spring Boot 3 in a project that uses the Keycloak Spring Adapter. Unfortunately it doesn't start because the KeycloakWebSecurityConfigurerAdapter extends WebSecurityConfigurerAdapter which was first deprecated in Spring Security and then removed. Is there currently another way to implement security wit... | [
{
"answer_id": 74571452,
"author": "lathspell",
"author_id": 2356160,
"author_profile": "https://Stackoverflow.com/users/2356160",
"pm_score": 2,
"selected": false,
"text": "SecurityFilterChain WebSecurityAdapter @Configuration\n@EnableWebSecurity\n@EnableGlobalMethodSecurity(jsr250Enabl... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571191",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598202/"
] |
74,571,192 | <p>Hi I am sick of searching I could not find the exact code for my question.
I need to code the sum of the odd numbers from 1 to 100
and sum of the even numbers from 2 to 100.
This is what i have so far.</p>
<p>Thank you so much</p>
<pre><code>// 1) using for statement to Sum Up a Range of values using Interactive
Con... | [
{
"answer_id": 74571537,
"author": "vivek nuna",
"author_id": 6527049,
"author_profile": "https://Stackoverflow.com/users/6527049",
"pm_score": 1,
"selected": false,
"text": "Sn = n/2[2a + (n − 1) × d] a n d Sn= n^2 n(n+1)"
},
{
"answer_id": 74571572,
"author": "Dmitry Bychen... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571192",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598174/"
] |
74,571,201 | <p>I'm a new rustacean and I try to pass a function as argument in another function in order to create threads with the function pass as argument.</p>
<p>Here the code:</p>
<pre><code>use std::os::unix::net::{UnixListener, UnixStream};
use std::thread;
use std::io::Read;
use anyhow::Context;
pub struct SocketServer {
... | [
{
"answer_id": 74571537,
"author": "vivek nuna",
"author_id": 6527049,
"author_profile": "https://Stackoverflow.com/users/6527049",
"pm_score": 1,
"selected": false,
"text": "Sn = n/2[2a + (n − 1) × d] a n d Sn= n^2 n(n+1)"
},
{
"answer_id": 74571572,
"author": "Dmitry Bychen... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571201",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18502921/"
] |
74,571,215 | <p>I need to find out all numbers with exactly one comma. I've got this regex,</p>
<pre><code>[\d ,]+
</code></pre>
<p>but it matches all numbers no matter how much commas is in the number.</p>
<p>So, in this text</p>
<pre><code>lorem 49 877 989 888,33 ipsum 1,2,3 dfgdfgdf 1,222
</code></pre>
<p>it should match only fi... | [
{
"answer_id": 74571286,
"author": "Wiktor Stribiżew",
"author_id": 3832970,
"author_profile": "https://Stackoverflow.com/users/3832970",
"pm_score": 1,
"selected": false,
"text": "\\b(?<!\\d,)(?:\\d{1,3}(?: \\d{3})*|\\d+),\\d+\\b(?!,\\d)\n const text = \"lorem 49 877 989 888,33 ipsum 1,... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571215",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/9125984/"
] |
74,571,240 | <pre class="lang-py prettyprint-override"><code>import openpyxl
i=2
workbook= openpyxl.load_workbook()
sheet = workbook.active
for i, cellObj in enumerate (sheet['I'],2):
cellObj.value = '=IF(ISNUMBER(A2)*(A2<>0),A2,IF(ISNUMBER(F2)*(F2<>0),F2,IF(ISBLANK(A2)*ISBLANK(F2)*ISBLANK(H2),0,H2)))'
workbook.save()... | [
{
"answer_id": 74571286,
"author": "Wiktor Stribiżew",
"author_id": 3832970,
"author_profile": "https://Stackoverflow.com/users/3832970",
"pm_score": 1,
"selected": false,
"text": "\\b(?<!\\d,)(?:\\d{1,3}(?: \\d{3})*|\\d+),\\d+\\b(?!,\\d)\n const text = \"lorem 49 877 989 888,33 ipsum 1,... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571240",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598085/"
] |
74,571,274 | <p>Im trying to make the inner html of a div to change colors. My div looks like this</p>
<pre><code><div class = 'child'>
<span class="color">F</span>
<span class="color">u</span>
<span class="color">n</span>
<span class=&q... | [
{
"answer_id": 74571286,
"author": "Wiktor Stribiżew",
"author_id": 3832970,
"author_profile": "https://Stackoverflow.com/users/3832970",
"pm_score": 1,
"selected": false,
"text": "\\b(?<!\\d,)(?:\\d{1,3}(?: \\d{3})*|\\d+),\\d+\\b(?!,\\d)\n const text = \"lorem 49 877 989 888,33 ipsum 1,... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571274",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/13713975/"
] |
74,571,275 | <p>I have been struggling with z-index . On clicking on a div , I'm trying to show a popup that should come over other elements . But it's not working as expected</p>
<p><div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false">
<div class="snippet-code">
<pre class="snippet-code-cs... | [
{
"answer_id": 74571286,
"author": "Wiktor Stribiżew",
"author_id": 3832970,
"author_profile": "https://Stackoverflow.com/users/3832970",
"pm_score": 1,
"selected": false,
"text": "\\b(?<!\\d,)(?:\\d{1,3}(?: \\d{3})*|\\d+),\\d+\\b(?!,\\d)\n const text = \"lorem 49 877 989 888,33 ipsum 1,... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571275",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/12306627/"
] |
74,571,281 | <p>We have been asked to check if files exists in a SFTP remote directory, on a server outside our organisation, and send an email if it does exist.</p>
<p>I have the IP address, an account, and a password.</p>
<p>I found this powershell script <a href="https://www.tech2tech.fr/powershell-surveiller-des-fichiers-avec-e... | [
{
"answer_id": 74571286,
"author": "Wiktor Stribiżew",
"author_id": 3832970,
"author_profile": "https://Stackoverflow.com/users/3832970",
"pm_score": 1,
"selected": false,
"text": "\\b(?<!\\d,)(?:\\d{1,3}(?: \\d{3})*|\\d+),\\d+\\b(?!,\\d)\n const text = \"lorem 49 877 989 888,33 ipsum 1,... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571281",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20447697/"
] |
74,571,292 | <p>I want to change the following variable to false using the onclick method of a button in my shared navbar.</p>
<p><strong>Variable</strong></p>
<pre><code>public static bool LoginStatus { get; set; } = true;
</code></pre>
<p>What I have so far which does not work:</p>
<p><strong>Html button</strong></p>
<pre><code>... | [
{
"answer_id": 74571286,
"author": "Wiktor Stribiżew",
"author_id": 3832970,
"author_profile": "https://Stackoverflow.com/users/3832970",
"pm_score": 1,
"selected": false,
"text": "\\b(?<!\\d,)(?:\\d{1,3}(?: \\d{3})*|\\d+),\\d+\\b(?!,\\d)\n const text = \"lorem 49 877 989 888,33 ipsum 1,... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571292",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598285/"
] |
74,571,312 | <p>I try to go to a speific page on initComplete:</p>
<pre><code>var table = $('#example').dataTable( {
"initComplete": function( settings, json ) {
table.page(5).draw(false);
}
} );
</code></pre>
<p>But it is not working. My page is still at page 1.</p>
| [
{
"answer_id": 74571490,
"author": "john Smith",
"author_id": 1712905,
"author_profile": "https://Stackoverflow.com/users/1712905",
"pm_score": 0,
"selected": false,
"text": "table var table = $('#example').DataTable( {\n \"initComplete\": function( settings, json ) {\n settings.oIns... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571312",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/5024157/"
] |
74,571,318 | <p>My supplier entity has enum property notifyType. Any idea how translate the enum this way?</p>
<pre><code>{{ supplier.notifyType|trans }}
</code></pre>
<p>Unfortunately, use __toString method in Enum is not possible.</p>
<pre class="lang-php prettyprint-override"><code>// error - Enum may not include __toString
publ... | [
{
"answer_id": 74626011,
"author": "hugo schweitzer",
"author_id": 9284519,
"author_profile": "https://Stackoverflow.com/users/9284519",
"pm_score": 0,
"selected": false,
"text": "|trans TranslatorExtension trans string|\\Stringable|TranslatableInterface|null |trans TranslatorExtension g... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571318",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/2999149/"
] |
74,571,338 | <p><a href="https://i.stack.imgur.com/VakFl.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/VakFl.png" alt="values" /></a></p>
<p>i create an array with the information above.</p>
<pre><code>Dim arr As Variant
arr = ActiveSheet.Range("F2:F" & Range("F1").End(xlDown).Row).Value... | [
{
"answer_id": 74626011,
"author": "hugo schweitzer",
"author_id": 9284519,
"author_profile": "https://Stackoverflow.com/users/9284519",
"pm_score": 0,
"selected": false,
"text": "|trans TranslatorExtension trans string|\\Stringable|TranslatableInterface|null |trans TranslatorExtension g... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571338",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20598301/"
] |
74,571,369 | <p>I am trying to merge a few PDFs and keep the nested bookmarks all pdfs have a content parent in common when only one is needed, when i use the code below only the bookmarks of the last pdf in the folder are present in the merge, can anyone advise on what i need to change to have all the bookmarks preserved and a sha... | [
{
"answer_id": 74626011,
"author": "hugo schweitzer",
"author_id": 9284519,
"author_profile": "https://Stackoverflow.com/users/9284519",
"pm_score": 0,
"selected": false,
"text": "|trans TranslatorExtension trans string|\\Stringable|TranslatableInterface|null |trans TranslatorExtension g... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571369",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/20242302/"
] |
74,571,370 | <p>I have this struct in my server and client</p>
<pre><code>typedef struct email{
unsigned char * message;
}mail;
</code></pre>
<p>And I want to send it through TCP sockets in C. But I have problems when the struct contains a pointer. I want to send all together, not parameter by parameter</p>
<p>I have this code fo... | [
{
"answer_id": 74626011,
"author": "hugo schweitzer",
"author_id": 9284519,
"author_profile": "https://Stackoverflow.com/users/9284519",
"pm_score": 0,
"selected": false,
"text": "|trans TranslatorExtension trans string|\\Stringable|TranslatableInterface|null |trans TranslatorExtension g... | 2022/11/25 | [
"https://Stackoverflow.com/questions/74571370",
"https://Stackoverflow.com",
"https://Stackoverflow.com/users/18770252/"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.