text string | meta dict |
|---|---|
Q: Azure Pipeline unable to load service index for private package I have inherited a long standing pipeline that is for our PR builds, building a .net core web service
This has started to fail with the following error:
https://XXXX.pkgs.visualstudio.com/_packaging/XXXX/nuget/v3/index.json. [C:\agent_work\223\s\Core.XX... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555336",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to access nested objects then $sum a field through MongoDB Aggregate? I need to get the total points (sum) of all members. It should return an output of: _id: "team 1", points: 14
I tried using this:
db.users.aggregate([
{
$match: {
team: "Team 1"
}
},
{
$group: {
_id: "team 1",
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555337",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add number 20 to folder names and (-) between sections He guys I have folders listed as
230101 230102 230103 - infinite daily made
I need a way in bash or batch to re name the folders to 2023-01-01 as example
But I need it to be automated
So the issue is we need to add number 20 In beginning of the folder name and t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555339",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use `vuelidate` i18n with `@nuxtjs/i18n`? I'm not sure how to follow the docs in the context of Nuxt (v3 or bridge). Not sure where i18n would come from outside of a component.
See also:
*
*github issue
*StackOverflow question for vue-i18n usage
A: I found this workaround:
helpers/i18n-validators.ts
impor... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555341",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Twig: reset variable from parent let say I have a layout/parent/child twig, I wanted to do something it is not the same from the child by setting the variable.
layout.html.twig:
{% block content %}
{% if showRed is defined and showRed == true %}
<div>Red</div>
{% endif %}
{% endblock %}
parent.html.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555343",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Make LightDM greeter to be shown on active monitor My configuration is composed of the laptop and an external monitor.
The problem is that if a define the external monitor as primary display (i want to keep the laptop closed immediately after the boot), there's no problem and the greeter shows correctly on the exter... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555344",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to implement a _train_step method for RecurrentPPO in SB3-Contrib to perform Continual Learning? I want to add a _train_step method to RecurrentPPO from SB3-Contrib (see here : https://github.com/Stable-Baselines-Team/stable-baselines3-contrib). This method was available in hIll-a Stable Baselines 1 for PPO2 (se... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555346",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Set Windows shortcut arguments path relative My goal is to create a portable PDF that will execute with the portable navigator I include in the package. The problem is that the navigator's shortcut changes and sets itself relative path correctly, but the arguments on the target field (the PDF file I want the shortcu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555347",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to use trigger KEY-ENTER in Text Field Multiple Line Oracle Forms 1./ Could I ask about Oracle Forms,
I have a Text Field with Multiple lines in Oracle Forms,
when I input the value and click Enter then will move the new line inside the text box,
But I want to click Enter then will move to the Next Item in the f... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555348",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: flutter Login authentication ba,how can i call refresh token api to get new token ?, how can i pass API key and Token to used in all other API’s At the time of login, you will get an API key and Token. This API key and Token must be used in all other API’ s and The token obtained will get expired within a specific t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555350",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I extract a substring between two characters using split()? I'm having trouble taking out a substring located between the third occurrence of "." and the first occurrence of ":" in a line containing the word "foo". It would be helpful if someone could explain what numbers should go in the brackets and why.
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555352",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Feed RSS url don't see as it works fine Why a feed link http://www.ustfoggia.it/feed/ don't work Rss Feed + webhooks?
I verified that link work on website...
Thanks.
I tried to set it but connect button don't work maybe cause it see that feed url is not right.
Few months ago it works fine.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555354",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: openpyxl save an existing header/footer I am trying to open an excel file that contains headers and footers and save them to a new file
but it does not work, I can create some, but not save those already existing
from openpyxl import load_workbook
def modif_xlsx():
wb = load_workbook("test.xlsx")
ws... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555357",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to run .exe using Arduino Uno I want to run programs such as Microsoft Teams, Microsoft Edge, and Firefox using Arduino Uno.
I have read that it's impossible, but is there any way to do this?
Thanks!
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555358",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How can build my query in sequalize to show only nested field i have this sequalize-query
const data = await models.FACULTY.findByPk(code, {
include: [
{
model: models.PULPIT,
as: "PULPITs",
required: false,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555359",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Encrypt URL parameters between two ASP.NET Core 6 MVC apps using ASP.NET Core Data Protection I'm trying to find the best way of encrypting some parameters of a URL from webapp1 which redirects to webapp2, and I've come across ASP.NET Core Data Protection, which seemed pretty easy to use on multiple apps because is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555361",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Translation with simultaneous animated rotation of view does not stay at anchor point I have a gray view that can be moves around the screen.
The gray view has a child view (think of it as a clock hand) that rotates with an animation.
The angle at which the child view rotates correlates directly to the translation v... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555363",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error with ""post build event command line "" I am getting this error on rebuilding
Please check this image
Requesting you to share the solution
I am getting this error on rebuilding
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555365",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: maven-enforcer rule not being inherited I defined the enforcer plugin within my parent pom like so:
<build>
<pluginManagement>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<rules>
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555366",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: how to merge two csv files in scala? I would like to merge these two csv files using scala,
R-1.csv
empNo, slotNo
13648,[49 50 51 52 53 54 55 56 41 42 43 44 45 46 47 48 1-3-5-7]
24824,[52 51 53 50 37 36 38]
R-2.csv
empNo, slotNo
23241,[48 50 51 52 53 54 55 56 41 42 43 44 45 46 47 48 1-4-5-7]
09344,[59 51 53 50 37 ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555370",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Should I use ViewModels and how to handle many-to-many relationships in ViewModels? I'm a beginner into .NET so apologies if you find my problem(s) weird. I also checked other Stackoverflow posts about this similar issue that i have, but they didn't really help me grasp this so I decided to ask here directly.
I'm de... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555372",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to get the value details from dictionary of dictionary My dictionary is below
x={
"contacts":{
"101":{
"email":"messi@gmail.com",
"firstName":"Leo",
"lastName":"Messi",
"role":["Owner"]
}
}
}
*
*I need to extract the email if 'role' is "O... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555375",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Parse XML data - How to build complicated structure? I am trying to parse XML file.
My project is here:
https://github.com/Marcel-git666/CzechTV
XML Sample:
<program datum_vysilani="2023-02-24" kanal="ct24" generovano="2023-02-24 10:25:43">
<porad>
<linky>
<program>http://www.ceskatelevize.cz/porady/15560675929-rok-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555378",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Express request entity too large I want to send a pdf as a base64 string to my express server. I read a lot of articles online which are saying i should use
app.use(express.json({limit: '50mb'}))
instead of
app.use(express.json())
I tried it and didnt got the error but it didnt worked (the route doesent got picke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555379",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Blazor WebAssembly (WASM) App cookie consent value ASP.NET Core offers EU General Data Protection Regulation (GDPR) support out of the box with a cookie consent feature:
https://learn.microsoft.com/en-us/aspnet/core/security/gdpr?view=aspnetcore-7.0
Program.cs
builder.Services.Configure<CookiePolicyOptions>(options ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555380",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: snpe multi batchSize inference How do I modify a single batch to multiple batches? I am currently using Yolov3 for my work. I tried to modify it according to the sample but it didn't finish my work. Could anyone please tell me how to use the multi-batch method?
https://developer.qualcomm.com/sites/default/files/docs... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555383",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Pentaho Report Designer QRCODE Generate How can i generate a Qr Code in Pentaho report designer? I tried the barcode component but I don't find the specific feature for QR code. Can anyone help me, please?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555384",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: selenium c# webdriver click on the select element from the list IList<IWebElement> tabButtons = driver.FindElements(By.CssSelector(".atui-ui-button"));
tabButtons.click();
What should I specify for it to click on second element from the list?
thanks
A: If you have lists of same elements and would like to click o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555385",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Flutter Navigation on Dashboard screen for Desktop/web I am new in flutter, am try to create a Dashboard screen for my App, and am straggling with how to navigated to different screen without losing my side_menu in a mobile device this in not a problem but on a desktop and web it is. All the solution i found online ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555386",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Prevent external libraries from reading Settings() during testing I'm using FastAPI and then also BaseSettings from pydantic, my problem is that when I write tests, some external libraries that read Settings of the project don't go through the mock:
my tests/mock
from nce import settings
@pytest.fixture(autouse=Tru... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555387",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to secure ActiveMQ in Spring Boot I want to secure my connection to ActiveMQ in Spring Boot. Currently Spring Boot is connecting to my ActiveMQ without any username and password, so I want to avoid this. So as per the resources I did these two things:
activemq.xml:
<beans xmlns="http://www.springframework.org/sc... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555389",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: freeswitch lua playAndGetDigits can not collect dtmf digits freeswitch route call to the lua script below:
caller can hear the tone, and dial the digits, but freeswitch can not collect the digits.
digits_received is nil, extn is "".
a=rtpmap:101 telephone-event/8000 --rfc2833 dtmf is used
can you help me find the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555392",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: logbook jaxrs and wildfly - UT005023: Exception handling request to td/manage/ver1/spec ... java.lang.NullPointerException I added logbook jaxrs dependencies in wildfly .pom .
I have an error when I send POST message in POSTMAN.
Anybody else noticed this issue?
log error:
2023-02-24 11:02:10,019 [ERROR] [default tas... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555396",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Firestore: How to add new document within a nested document? Here is my structure, I have a channel collection named channel:
channel
channel1 : {
name: 'Busy Guys'
members: {
user1 : {
name: 'Allan',
photo: 'a.photo.url'
},
user2 : {
na... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555401",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Base64 encoded file in Python and decoding in Javascript I am working on a project where my project mate is sending me a JSON file in a API response like this-
DateCreation
:
"24/02/2023 08:25"
DeathCertificate
:
"b'/9j/4AAQSkZJRgABAQEASABIAAD/7QA4UGhvdG9zaG9wIDM
DeathCertificateN
:
"xn6n2j7h.jpg"
IdExecutorN
:
"tmm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555402",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Android material 1.8.0 with cornerSize percent not same material 1.7.0 When i used material 1.7.0 with cornerSize percent it works ok. But when update material android to 1.8.0 cornerSize not same when user material 1.7.0.
<item name="cornerSize">31.7%</item>
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555404",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Any ideas on how to automatically georreference thermal imagery? (Python) I'm spending some time trying to solve a problem about georreferencing thermal imagery. Right now my test corresponds to thermal images of photovoltaics but i'm looking for export it to different kind of images.
I'm working with images taken b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555407",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do i make an add button in java script? The add button should add a New object to an html document Add object to html document with javascript
Don't know exactly the structure
A: Does this help?
<!DOCTYPE html>
<html>
<body>
<h1>A lot of elements</h1>
<button onclick="addElement()">Add</button>
<div id="conten... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555409",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-5"
} |
Q: LogError(string) does not create entries in Application Insights Exception list The following does not create entries in Exception list of app insights:
myLogger.LogError("something is wrong in {location}", "here")
Only the following do:
myLogger.LogError(new Exception("something is wrong here"))
myLogger.LogError(... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555413",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Exiting before stack overflow exception Is there a way in .NET to know in runtime how much stack space is available?
I would like to throw my own defined exception right before stack overflow happens.
Let's say we have some method call inside try/catch. That method leads to unbounded recursion. Now, before the stack... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555414",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: can i force Word Document to update the "content table" from javascript? I would like to know if we can use the word addin to "refresh" the table of contents . My addin is going to change the document in a dynamic way
Thank you
I am just looking at the api docs
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555415",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Could not connect to the primary server: fe_sendauth: no password supplied for Postgresql I am going to do Patroni Cluster with 4 nodes.
2 nodes are patroni (07,08)
1 node is haproxy(06)
1 node is etcd (05)
08 node is successfully joind the cluster. But 07 node is getting this error. (Versions: PostgreSQL 12.13, ub... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555419",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can I create MutableState properties in a ViewModel but expose them as immutable to screens in Android Jetpack Compose? In my ViewModels I have properties that are MutableState and I only want to change their .value inside the ViewModel but not in the screens.
This is easily fixed by having two properties like this
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555420",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I am facing problem in using PHP-ML Persistency feature. The model is not working as expected I am building a model to analyze sentences whether positive or negative. After the model is successfully trained, I am trying to save the model using PHP-ML Persistency. The model is being saved successfully as well.
But th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555421",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Socket.io instance is creating for all users and windows in reactjs I am writing wordpress/woocommerce based plugin for auctions and I am using socket.io, react.js, and RESTful API.
Everything seems fine except I am having an issue with the socket.
I created Provider for socket and useContext to initiate socket.io b... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555422",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Mapping Vendor Item Number to Sales Lines, or clone existing field to a created one I'm trying to customise a report with a value from an unrelated table. I can't figure out how to get an existing field to populate my custom field.
Specifically, I need the Vendor Item No. from Items (or Item Card) to be available on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555424",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Airflow: using DAG manually informed params outside of task but inside of DAG I defined a DAG which has two params date_start and date_end, which can be manually informed when DAG is manually triggered using config. Given this dates, before passing them to triggered DAGs, I want to verify if they have the correct fo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Can loc lookup be done better? I have a piece of code that requests for 1000 chunks of data each containing a pd.DataFrame objects of at most 10000 rows. Each row is indexed by a UTC pd.Timestamp object. The chunks need not be indexed in the same way ie, there might be some timestamps in one df that might not be in ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555429",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Deploy a docker container through Azure pipelines without pulling a new image from ACR I have been burning my remaining neurons during the last week with this issue.
The challenge that I am facing is that I am trying to upload or push a modified container to my Azure Container Registry using Azure DevOps pipelines w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555430",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use jQuery to assign / bind validation functions to input fields from a list dynamically? I have an HTML form with a number of input fields. I would like to validate some, but not all, of the input fields before submission. I do this using custom validation functions in jQuery. Each of these functions checks ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555433",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: Unable to save a state into a file through MS office TaskPane using React JS As a user writing an MS Word template, after I have added a number of manual fields on the ‘AddField’ tab, I want to be able to save this state to disk in a config file. When the Save button is pressed, a dialog should open allowing the use... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555434",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to create custom post page How to create custom post page.
I create multiple post pages example default post page and page-service/page-ID post page. I use index.php for the Default post and page-service.php or page ID for the custom post. Both are working perfectly.
Problem: The default page uses a single-blog.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555436",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Micronaut JDBC: using kotlin value classes as @Id Is it possible to use Kotlin value classes as @Id property?
Entity:
import io.micronaut.data.annotation.*
@JvmInline
value class UserId(val value: Int)
@MappedEntity("users")
data class User(
@field:Id
@field:GeneratedValue
val id: Int = UserId(0),
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555438",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Getting type error that I cannot find the solution to Making a discord.py bot and im trying to add a menu to verify.
Error: TypeError: Client.event() missing 1 required positional argument: 'coro'
It's referring to my @bot.event line, and most places say having '()' is the problem but that is not the case here and I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555441",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: difference of using substr with like operator SELECT SUBSTR(gram_panchayat,1,6) GP FROM tw_master WHERE gram_panchayat LIKE 'B%';
SELECT gram_panchayat FROM tw_master WHERE gram_panchayat LIKE 'B_____';
what is the difference between these 2 select statements.
A: SELECT SUBSTR(gram_panchayat,1,6) GP FROM tw_maste... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555443",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: HUGO, React, Sass - big project setup has anyone used a HUGO static site generator with Sass and React framework?
How did you do the setup for a big project?
I the approach described here:
https://www.wictorwilen.se/blog/how-to-add-a-react-script-to-hugo/
But I did have some trouble setting all up to work, for examp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: how do i extract android devices (android TV Box) logs I want to make a service that save the devices real time informations (logs, cpu usage ..).
Is there any solution.
ps : i used Runtime.getRuntime().exec(..) and try to saved them locally but it didnt work
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Oracle, C# WebService and PowerBI I have some PowerBI dashboards that cannot directly access the Oracle database due to company security rules. Firstly, I would like to know if it's possible to create a middle layer in C# by creating a WebService that the PowerBI dashboards can consume data from. My question is, is ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555449",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: digital ocean SignatureDoesNotMatch: null file upload from node js I'm trying to upload image to digital ocean spaces. I keep getting the same error
credentials:{
accessKeyId: process.env.SPACES_KEY,
secretAccessKey: process.env.SPACES_SECRET,
},
endpoint: process.env.STORAGE_URL,
s3ForcePathStyl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555450",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I have three columns in google sheets, which are Gender, Name and Age. How can I return the value close to the average or median of the Age per Gender Gender Name Age
Male Rahul 5
Male Vijay 3
Male Amit 8
Male Rohit 6
Male Vinay 6
Male Raj 4
Female Sunita 3
Female Siri 7
Female... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555453",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Dynamically update css from theme color with makeStyles Say i have this style for a material ui LinearProgress bar, to apply our own styling to it.
The backgroundColor of MuiLinearProgress-barColorPrimary (filled color of a progress bar) can sometimes be too dark for the text.color thus making the text disappear, ho... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555454",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Work 2.8.0 + Hilt not initializing workers There's a bunch of questions like this, but I haven't found a solution that helps me.
app/build.gradle
implementation 'androidx.work:work-runtime-ktx:2.8.0'
implementation "com.google.dagger:hilt-android:2.44"
implementation "androidx.hilt:hilt-navigation-compo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Filter functions on list of product objects returns ony first match I am working on a filter function for my e-commerce website.
We use Wordpress Headless CMS and get data via graphql to Gatsby, but this is more like a vanilla javascript problem I guess.
I have an array of strings holding brand names in a state
sele... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555456",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Audio service package does not display artwork In Android Auto I am making Music app in Flutter. For that, I am using audio service package.
Package displays song artwork for my phone, but It does not display artwork for Android Auto.I am using below snippet for broadcasting media item.
MediaItem.add(
id:song.id,
ti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Object of type 'System.Collections.Generic.List`1[X]' cannot be converted to type 'System.Collections.Generic.List`1[X]' C# I am calling a method of another ClassLibrary dll using reflections. But I am getting an error saying:
"Object of type 'System.Collections.Generic.List1[SalesEmployeeDTO] cannot be converted t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555458",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: please identify and solve the error in this 2D Array Addition using functions in C Here is my code for adding 2D arrays:
#include <stdio.h>
void getArray(int array[][], int n, int m) {
for (int i = 0; i < n; i++) {
for (int j = 0; j < m; j++) {
printf("Enter value for array[%d][%d]: ", i, j);
scan... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555460",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Inventory variables not defined except for within tasks A variable defined in the inventory cannot be used in a playbook somewhere else except tasks. For example, I have an inventory like:
{
"all": {
"vars": {
"tier" : "DEV"
}
}
}
In the playbook I can use the tier variable in debug messages and... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555461",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how to write pact consumer test for image upload (multipart/form-data) API in Android I am trying to write pact consumer test for image upload api in android using pact library. I am sending extra parameters with image file.
Request
@Multipart
@PATCH("URL")
suspend fun uploadFile(
@Path("NAME") name: Long,
@... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555465",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: regex - matching number with list of standard units Looking to extract medicine by the weight and the unit. I came across this tricky product
FORMULA OMEGA 3 VEGICAPS 3 CAPSULE 490MG <--- I only want to extract 490MG
\d*\.?\d+?\s?[MG|MCG|\/DOSE|ML|VIAL|G|IU]+
This is what I used. It detect numbers with optional dec... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: how to count the number of records according to certain conditions in a table with more than 10 million records I have a table with more than 14 million records, it stores email pairs and google calendar event that email created, possible duplicate emails.
Currently I want to count the generated events of a particul... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555467",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: mitm proxy is closed, but the port is still occupied I started a dumpMaster service, and I tried to shut down the service and release the port it occupies in the python code, but I failed. Detailed code:https://github.com/lingting/debug/blob/python/mitm.py
I want to close the mitm service through python code and rel... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555469",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python mysql connection class connect to multiple host's using multiprocessing I had this python class which used to connect to mysql server using given arguments. what i need to do is connect to many hosts using given ip list and connect to all the ip's at once using multiprocessing. What I'm facing here is how to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555473",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: disabling chromium webapp idaddress popup I have built a webapp in javascript that I am running as a chromium webapp on a raspberry pi in fullscreen kiosk mode. The webapp is being served from another local computer with at a certain ipaddress. My problem is that chromium for some reason pops up a small tooltip at t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Not able to import classes from jar (already downloaded) using custom maven nexus repository I am able to successfully upload my jar to custom nexus repository. Now when i try to use this jar as dependency in another project, i see its downloaded but not able to import classes from it. As i type the name of class, i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555480",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to hide default soft input keyboard without loosing request focus in EditText for android OS 11 device We are using our own customised keyboard for input EditText. Need to hide defualt keyboard permanently. But in android 11 device getting default keyboard on request Focus. Tested with below possible ways of dis... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to use `aws s3 sync` to sync modified files that still have the same size? We are using a CI/CD pipeline to sync the files stored in a Git repo to an S3 bucket. aws s3 sync determines what files should be copied based on their file sizes and last modified timestamps.
However, every time when the Git repo is che... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555482",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JPA: How do you retrieve a list of composite keys? I defined the ACCOUNT table with three key fields.
I created the Account class and the AccountKey class like this:
@Getter
@AllArgsConstructor
@NoArgsConstructor
@Setter
@Entity
@Table(name = "ACCOUNT")
@IdClass(AccountKey.class)
public class Account {
@Id
@... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555486",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Global Exception in Spring webflux using @RestControllerAdvice, @ExceptionHandler and @ResponseStatus App consist of spring webflux. I was trying to write global exception handler for it using @RestControllerAdvice, @ExceptionHandler and @ResponseStatus. Please find the below class
ShopController
@RequestMapping("/d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555488",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to represent SE I'm using R studio to make a graphic using ggplot and plyr libraries as follow to calculate mean and SD:
data_summary <- function(data, varname, groupnames){
require(plyr)
summary_func <- function(x, col){
c(mean = mean(x[[col]], na.rm=TRUE),
sd = sd(x[[col]], na.rm=TRUE))
}
dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555490",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: program (c++) is not storing in nodemcu 8622(code running in Ardunio IDE) A water irrigation system is created using nodemcu 8622 circuit.The code written in c++ is running without any issues and all necessary connections are made correctly.The code is not storing in the memory of circuit so everytime we have to run... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555492",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Invalid query - string identifier 'String' exceeds maximum length of 128 characters error in swift Hi I am getting this error:
Invalid query - string identifier 'String' exceeds maximum length of 128 characters. You can work around this limitation by constructing a query with a custom NSPredicate that specifies the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555494",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Latency and DAF in RTP transmissions I'm trying to perform some tests for audio RTP transmissions to know their technical limitations. The idea is to prevent DAF effect in this kind of transmissions, I'm assuming a latency lower than 50ms will prevent it. But there is another handicap in my analysis, the RTP transmi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555495",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to display data row wise in HTML table I have 3 tables in MySQL database
*
*rep (id, userid, date)
*time (time_id, id, Time)
*stud_details (stid, time_id, sid, Student, Subject, Topic, Confidence)
One report has many time details and each time has many student details. I want to display the data row wise in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555496",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is there a way to password protect an existing zip file using Nodejs I have a zip file that I created using the JSZip module. Unfortunately, the JSZip module isn't supporting password protection. Is there a way to password-protect an existing zip file?
JSZip node module does support password protection. so is "node-... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555499",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: C++ incorrect division & multiplication issue I am writing a program and I noticed that my a variable is not calculated correctly.
Here is the code:
int a = int(34 / 40 * 40);
std::cout << a << std::endl;
When I run it, it outputs 0. However, 34 / 40 * 40 is 34.
I suppose the issue is in division, because if I repl... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555500",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: PolylineDecorators with React-Leaflet 3 I'm trying to use PolylineDecorators in my React-Leaflet map. I've seen some similar use problems with React-Leaflet 2 and React-Leaflet 4, but these solutions doesn't work for me.
In the first case, I cannot use withLeaflet hook from React-Leaflet 2 in React-Leaflet 3, in the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: n read the data from the text file and output each name and number pair on a new line (Python) I had stuck with this task and really need some help.
I have a data in the text file:
John 46.5 Sam 62 Steve 45.5 Nigel 67.1 Karen 55
Henry 55 Alex 42 Graham 82 Hannah 56 Nicola 66
Ruth 81 Carl 90 Ben 66.8
And need to Wr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555504",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add function to TortoiseGIT Is it possible to add options to tortoise git?
I mean the option to choose from the drop-down list when making a commit.
.
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75555508",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to store data from nested foreach calls into nested html data Please see update section:
I have code similar to this example:
@code {
QuestionsModel questions = ApiService.GetQuestions("http://questions.example");
foreach(var q in questions){
AnswersModel answers = ApiService.GetAnswers(q.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555510",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: graphviz : How can I make the boxes so large that the texts are always inside? Texts are written outside the box in graphviz. How can I make the boxes so large that the texts are always inside?
what is marked in red must be inside the box.
Update----------------------------------------
Dot Code
digraph UML_Class_di... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555512",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Array is set to data from API request when using push() in Javascript before the API request is declared How come the first console.log(characters) is returning the data from the API request before the API request is declared when using the push method?
If instead of pushing the data to characters it's just set to t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555517",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Airflow on docker container, problem with the http protocol I try to run a dag each 2 minutes, but I have an error on the http protocol when a task tries to run :
Failed to fetch log file from worker. Request URL is missing an 'http://' or 'https://' protocol
The strange thing is that if I put explicitly http:// in... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555518",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: JS fetch api -how do I get datas I have a problem when I try to get datas with fetch.
The API I'm calling returns the good answer, this array :
["AJOUTPARTENAIRE","GESTIONPARTENAIRES","ADMIN"]
I'm calling like this :
let UserAuthorizations = GetUserAuthorizations();
async function GetUserAuthorizations() {
var... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555520",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Polars equivalent of pandas factorize Does polars have the function to encode string column into integers (1, 2, 3) like pandas.factorize?
Didn't find it in the polars documentation
A: Perhaps you're looking for a dense rank or the categorical type.
df = pl.DataFrame({"column": ["foo", "bar", "baz", "foo", "foo"]})... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555521",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: useQuery to get deep local data We using Apollo Client as our state manager.
We are succeeding to mutate a deep object but not querying that specific data connected to the id.
*
*Detailed explanation below.
*Failing query in the bottom
In this case, we are saving a nested object with template options.
const clie... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555522",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is changing elements with a mask during training valid in PyTorch? I have a forward function which contains a linear regression task that looks like this
class lin_reg(nn.Module):
def __init__(self,pre_trained_f):
super(lin_reg, self).__init__()
self.bbox_model = nn.Linear(4, 4,bias=True)
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555527",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: docker ps --format "{{.Names}} {{.State}}" not working Command executed:
docker ps --format "{{.Names}} {{.State}}"
Error thrown:
Template parsing error: template: :1:13: executing "" at <.State>: can't evaluate field State in type *formatter.containerContext
Docker version using : Docker version 18.09.7, build 2d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555528",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: My some socket event is not fire from the server > useEffect(() => { SocketRef.current = io('http://localhost:8000/');
> SocketRef.current.emit('newUser', { id: users.data?._id, name:
> users.data?.name,}) SocketRef.current.on("newPost", (data) => {
> NewPost({
> ...data,}) SocketRef.current.on("newUser1",(u... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555529",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I want to isolate mouth region from videos but I am unable to crop it I am cropping mouth region by using mediapipe facedetector solution. I successfully made bounding box around the mouth region but I am unable to crop the videos.
Here is my code:
import cv2
import mediapipe as mp
import numpy as np
mpFaceDetecti... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555530",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nginx redirect a specific subdomain to specific location I would like it so that when a user types task-manager.example.com, they are automatically redirected to location /api/ without having to type out the full path of task-manager.example.com/api. Only task-manager.example.com should get redirected to location ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75555531",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |