text string | meta dict |
|---|---|
Q: MiniCssExtractorPlugin not generating CSS from SCSS I want to generate a file public/stylesheets/main.css from a file at styles/main.scss. It is my understanding that MiniCssExtractorPlugin can do this; however, with my current configuration, no CSS file is generated.
styles/main.css
@import '../node_modules/bootstr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596393",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Get Spring Boot 3 / Security 6 to clear the SecurityContext for a @RegisteredOAuth2AuthorizedClient I have a Spring Boot 3.0 application that acts as a standard oAuth2 ResourceServer.
The service however also exposes one endpoint that should trigger an OAuth2 login flow (authorization code).
The use-case being that ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596396",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: It looks like Searchkick / ES is not boosting a field at all I am trying to boost documents by a field called popularity score. It doesn't look like the popularity score is being considered at all.
This is my query RestaurantItem.search('nuggets', fields: ['name', 'popularity_score^100'])
I have updated an item's po... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596397",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Using {cropcircle} images in a reactable? I'm trying to add web images cropped using {cropcircle} to a reactable table. I've found the method for adding images straight from the web, and an example to graph the edited images with ggplot, but nothing for embedding them in a table. Any help would be greatly appreciate... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596399",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Symlink target change not reflected by Apache + php-fpm with disabled opcache running in a podman container The title mostly covers the whole problem: I have a setup where I use a link /srv/www/latest to point to the latest version of a project, which is deployed to a directory in /srv/www. /srv/www is a directory o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596401",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Async/await / Task.WhenAll() / parallelism (multi-threading) I have two questions after a discussion with a collegue at work today.
This two questions concerne this portion of code (it is pure fake code, representing the exact structure of the real code in an application) :
public async Task<string> GetSomething... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596403",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Filepond - problem with files previously recorded I have a filepond where I passed two functions with 'onaddfilestart' and 'onprocessfile' so that, when a file is being sent and the upload has not yet completed, it locks the recording button and only enables it again when processing is finished and the file was sent... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596404",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to display the list of guests from getGuestList()? This code is supposed to display the guest list for meetings in a Google Sheet. However, getGuestList() returns an array and it appears I cannot get the list of guests in a cell.
Below is a snippet of the code I'm working with.
cell = sheet.getRange(row, 7);
var... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596406",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is SQL Server database engine the same as SQL Server (MSSQLSERVER)? I started building a SQL Server 2019 on CentOS 7 following along proper installation documentation from computingforgeeks.com.
Now that the installation is complete, I need to set up a domain account that is used by SQL Server (MSSQLSERVER).
My unde... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596408",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Crystal report database issue in Delphi 11.2 I am using crystal report 11 in delphi 7. Due to the unavailability of support from crystal report, I compiled the source code of crystal 11 in Delhi 11.2 and installed the components as part of migration to higher version. I encountered a series of problems like loading ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596411",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested So I tried to just play a bit with front and back end.When trying to send data to server from front end I am getting
Access to XMLHttpRequest at 'http://test.localhost/lo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596413",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Amplify AppSync subscribers are not notifyed, and WebSocket not created Schema definition
type SumitPayment
@model
@searchable
@auth(
rules: [
{ allow: public, provider: apiKey }
{ allow: owner }
{ allow: groups, groups: ["admin"] }
]
App code
/* subscribe to update */
this.subscrip... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596416",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Javafx method for finding TreeItem by value returning null I have created a method for searching a JavaFX TreeView and returning the TreeItem that matches a given value but it returns a TreeView with a value of null. I have added a couple of sysouts and it does correctly find the TreeItem but it still returns an emp... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596417",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I add a listener to the Android toolbar in MAUI? I need to intercept taps on the Android back arrow/hamburger icon.
In Xamarin, getting the toolbar and adding a method to toolbar.NavigationClick was rather easy inside a NavigationPageRenderer:
protected override void OnLayout(bool changed, int l, int t, int r... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596420",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: is the ios accent symbol for flutter_tts package? Sometime flutter_tts plugin make incorrect accent in words.
For Android I use symbol ́ , but for ios it doesn't work.
So what is the ios accent symbol for flutter_tts package?
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75596424",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: ModuleNotFoundError while using GitHub codespace editor Recently I started using GitHub codespace for the first time. I created a new codespace from one of my repositories. Assuming the folder structure as below:
my-codespace
|--- utils
|------ my_script.py
|--- config.py
I get the following error when I import con... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596428",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Quarkus EntityManager.merge(T entity) throws org.hibernate.exception.ConstraintViolationException I have a Quarkus PanacheEntityBase
@Entity
@Table(name = "Translation")
public class Translation extends PanacheEntityBase {
@Id
public String key;
@Column
public String value;
@Transactional
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596431",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to list only empty directories using AWS CLI I want to list down all the empty directories inside a S3 bucket using AWS CLI.
Does anyone know what can be query for this?
I tried running this:
aws s3 ls bucket_name/ --recursive
but it is returning the non empty folders as well. I only need the empty folders pres... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596438",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix cypress opening a new tab I have been using Cypress to run a test on my site. When clicking a button it keeps taking me to a new tab and I can no longer continue my test with Cypress. I have already used the invoke function to remove the "target" aspect. I'm not sure what else I can do.
This is the curren... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596441",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Training neural network with custom loss functions with shifts I am working with an autoencoder implemented in tensorflow. The loss function that I would like to train the model is:
loss = MSE(y_true, y_pred) + f1(y_pred, y_pred[0].shift(-1), y_pred[0].shift(-2))
Is there any way to integrate the above loss functio... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596442",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: AVRO class cast exception Hi so in my spring listener consumer i keep getting the following error thrown, when i attempt to get the value..
public void listen(ConsumerRecord<String, Car> consumerRecord) {
Car value = consumerRecord.value();
int i= 0;
}
java.lang.ClassCastException: class org.apache.avr... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596444",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Check anonymous type value without using any? Given this code:
const fn = (n:number): { foo:string } | { bar:number } => n > 0
? { foo:'hello' }
: { bar:123 };
let a = fn(Math.random());
if (a.foo) { // Property 'foo' does not exist on type '{ bar: number; }'
// ...
} else if (a.bar) { // Property 'bar' ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596445",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to exclude ADF auto generated properties from Web activity I have a web activity in ADF pipeline. This web activity calls an API and get data from that. The output Web activity is in below format,
{
"fdgdhgfh": {
"so2_production": 7hjhgj953,
"battery_charge": jkjlkj,
"battery_discharge": kjlklj,
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596448",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: When an api is expected to throw 500 error? Is 500 error expected to be thrown when a resource/data not found in db during a POST/ GET request?
Am expecting 404 in case of data/resource not found in DB
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75596450",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Combine module and list of torch.nn.Parameters in one optimizer I have the following code:
optimizer = torch.optim.Adam([self.model.parameters()] + [self.latent_params_class.latent_params], lr=lr)
self.model is a BoTorch SingleTaskGP model (https://botorch.org/tutorials/fit_model_with_torch_optimizer) and self.late... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596451",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SpringBoot OpenApi REST controller download zip file even if an exception is thrown I'm using SpringBoot 2.6.13 and, to download a group of file to a .zip archive I write the below code following the documentation:
@Operation(summary = "Download all attach in a zip by message id.")
@ApiResponses(value = {
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596452",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why is session undefined inside _app component I am trying to conditionally include a <Layout> component based on whether a user is logged in or not. Naturally, my first instinct is to do this inside the _app component, since the Layout applies to every page.
However, for some reason, it seems like session is undefi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596455",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Replace form field on change and on load My form has two fields, a text field and a dropdown of Countries. If the user selects United States from the dropdown, then I replace the text field with a dropdown of US States.
// Set Request Quote default Country to US
$('.ginput_address_country select option[value="US"]')... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596456",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Gremlin-Go: Tree Step Is Not Serializable I am running a query to traverse all the "in" edges following a specific label, and I will be doing a similar query later for the "out" edges later. I want to get this as a tree as there may be a vertex with multiple edges to traverse and need to reflect that in my client, s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596457",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: use a dict of lists to fill a dataframe i have a very simple dict of lists
d = {'a': ['mets', 'giants', 'yankees'], 'b': ['giants', 'yankees']}
which i convert to a dataframe as:
pd.DataFrame.from_dict(d, orient='index')
0 1 2
a mets giants yankees
b giants yankees None
however ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596464",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to increase space between facet_wrap labels and panels in R ggplot2? I want to increase the vertical space between the labels (setoda, versicolor and virginica) and their respective panels. How can I do this? The regular options like panelspacing and margins don't seem to have an effect.
library(ggplot2)
library... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596465",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SSIS duplicating records. Where should I look? I recently migrated a SQL Server that sends out 3 reports daily. As part of the migration, I have been comparing the old server SSRS reports to the new server reports. Starting last Thursday, the all 3 new reports are showing exactly double the data in all fields compar... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596466",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Downsides of using Sqlite as Json handler? I only need to set and read strings and integers in-and-out of a json object, and I'm already using sqlite in my project.
Are there any downsides to using the JSON functions that SQLite already provides? As opposed to having another dependency in the project?
The project is... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596467",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Why @GeneratedValue(strategy = GenerationType.IDENTITY) produces Duplicate Key exception I inherited an implementation that throws :
ava.lang.IllegalStateException: Duplicate key
when I am processing the results of the JPA call.
My Entity code is :
public class JobMetadataEntity implements Serializable {
// Th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596469",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cant remove files from my FTP server because of weird names So I messed up something in my PHP and managed to name a bunch of files on my FTP server to some random code. I was able to delete the majority of them as you would delete any file, but theres a few that stuck around and wont budge no matter what I do. I ke... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596470",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Error while working with instapy: "ModuleNotFoundError: No module named 'clarifai.rest'" from instapy import InstaPy
session = InstaPy(username='name', password='password')
session.login()
(I use VSC) my code breaks at the first line with error:
from clarifai.rest import ClarifaiApp, Workflow
ModuleNotFoundError:... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596471",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how can i open .sln file by mono develop? i use pop os as main os so i can't use vs after some search i find that i can run .sln file by mono develop . i try to run required code by it but i find this error
i try to google this error but i can't find anything useful
| {
"language": "en",
"url": "https://stackoverflow.com/questions/75596472",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Add a legend to a plotly plot with drop-down menus in R I have written the following code to produce a plotly plot with two drop-down menus.
library(dplyr)
library(plotly)
# initial setup
iris.col <- factor(iris$Species, label = c("red", "blue", "green"))
iris.symbol <- factor(iris$Species, labels = c("diamond", "c... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596474",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "2"
} |
Q: How do I match a character before or after a capturing group in regex? I have a Python script with a regex pattern that searches for the word employee_id if there is an equals sign immediately before or after.
import re
pattern = r"(=employee_id|employee_id=)"
print(re.search(pattern, "=employee_id").group(1)) # ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596475",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Using jq, how can I merge two (or more) objects with the same keys whose value is an array while concatenating the array? Imagine we have two json objects:
{"messages":["one"], "keyA": "valueA"}
and
{"messages":["two"], "keyB": "valueB"}
I expect there's a way to merge these two objects while concatenating the array... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596476",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Nextflow Singularity/Apptainer Command not Found I have a nextflow workflow for which I am running with sge + apptainer profile using the command nextflow run main.nf -profile sge,apptainer
but I am receiving the error line #: bwa: command not found
I have tried running apptainer run workflow.sif to check, and bwa a... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596477",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Trying to add presence check to a log in system, but i also want to clear the text boxes when the log-in button is pressed Relatively new to coding, in the process of creating a log in system. if I were to return to the initial log-in form after signing in the entered username and password will remain so i chose to ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596478",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-2"
} |
Q: Spring session with Hazelcast is still stored in InMemoryWebSessionStore I'm developing spring boot application. I want to store my session to Hazelcast. I followed this guide. Since I already have hazelcast standalone, I want to use Hazelcast client instead of the embedded one. Here the bean to provide hazelcastIns... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596479",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Python typing forward declaration I'm trying to write some code with generic types like this:
from typing import Sequence, TypeVar, Hashable, Protocol, NoReturn
class _SortHashable(Protocol, Hashable):
def __lt__(self, other) -> bool:
...
def __eq__(self, other) -> bool:
...
SortHashable... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596481",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: PaperJS: Join multiple path objects to create a single path object Lets say I have multiple path objects of various shapes and sizes, that intersect with one another, like those in the [Hit Testing example][1]. Assuming I have a few of them selected at the same time, how could I join them together into a single path... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596485",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: In Tableau Desktop, how to replace blank/null value in a column with data from another database? I have two data sources. One is an excel sheet, the other is a direct database feed from MicrosoftSQL Server. On both reports, I have a column with people's AGE data. On the excel sheet, I have about 70% of the "age" dat... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596486",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Github Codespaces Laravel 10 serve css I am coding using Laravel Framework 10.1.5 with github codespaces.
I am starting the server with php artisan serve and when I want to load a css-file in my blade view I am using <link href="{{ asset('fonts/google-font/css.css') }}" rel="stylesheet">.
However, this link i... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596488",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Scrolling slowly with applescript I want to record my screen while scrolling through my Skype history, can Applescript slowly scroll down the page?
I currently get an error:
System Events got an error: Can’t get scroll bar 1 of window 1 of process "Skype". Invalid index.
but I don't know how the get the correct win... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596491",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Scala play json nested cyclic dependency json parsing I have 3 case classes which are having cyclic reference for nested field each other as below.
case class DataSource(subQuery: Query,name:String)
case class JoinQuery(joinType:String,query:Query)
case class Query(child:DataSource, joinQuery:Seq[JoinQuery])
I want... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596492",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: how do you change Boolean value of all variable with one function? i want to turn values of plug1,plug2 and smartdoor with one function turnallonall i dont undertsand how to do it because every time i will have to pass values to parameters
class smartHome():
def __init__(self):
self.devices = []
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596495",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Cannot deserialize value of type `java.lang.Long` from Object value (token `JsonToken.START_OBJECT`) Getting the following error while hitting the POST API call via postman for the following code.
Requirement : Place an order given the list of <component_id>, and . Consider that an order only implies reducing the cu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596496",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I enforce constraints on dates in action forms? How do I put a constraint on a parameter of type date that I am using in my actions form? I have date1 and date2 and need to have date2 > date1.
A: Under submission criteria create a new condition for your two date parameters, in this case: date2 “is greater t... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596499",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: OneToOne mapping throws targets an unknown entity named After adding OneToOne mapping in FeeSchedulePracticeLocationEntity class I get the following error:
org.hibernate.AnnotationException: Association 'xxx.FeeSchedulePracticeLocationEntity.organizationLocation' targets an unknown entity named 'xxx.OrganizationLoca... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596502",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How do I always keep the socket connection open? I have java program using socket programming to connect hardware server.
I use singleton class in create connection but my connection sometimes close automatically.
How do always keep connection open?
I use isconnected prperty and try to connect but connection failed.... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596504",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I read multiple large CSVs in chunks in parallel using R? I have 10 very large CSV files (which may or may not have the same headers) that I am reading in and processing consecutively in chunks using "readr" package read_csv_chunked(). Currently, I am able to read the 10 files in parallel using 10 cores. The... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596505",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Hex to Dec in cli then divide that output by 1000000000000000000 I have the following hex to dec in the cli using ubuntu:
echo $((16#f7db2af207495b/1000000000000000000))
The output is 69765296743205211, but how do I divide this number by 1000000000000000000 all with one command vs doing it with 2 separate commands?... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596507",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Angular 13 project is not loading jquery with npm install jquery I have an Angular 13 project where we use jquery. We use jquery because we are importing another project that is coded using jquery.
So, I ran npm install jquery, and got this in my package.json file: "jquery": "^3.5.1".
I checked the node_modules fold... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596508",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Taphandler to handle fillColor change of a shape path in QML (fill white while press and unfilled while release) via Taphandler I am trying to implement "press and release" on a Shape Item in QML.
What I want to achieve is:
*
*The button will be unfilled (transparent)
*while tap(press) on this
shape, the fillColo... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596510",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: While creating object in Javascript using Object constructor function, Why the created object is in square bracket and not in curly braces? Creating object using Object constructor function as below
const obj = new Object(42);
console.log(obj);
According to MDN it creates object of a Type that corresponds to the gi... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596513",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to make my pop-up card display over the landing page? (Flutter) I have a problem on displaying the pop-up card when clicking the specific Persistent Bottom Nav Bar button. I want to display it over the homepage. I have been trying my best to think of possible ways to implement this code. Can anyone help me?
Expe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596516",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to enable SCM polling on a pipeline in Jenkins DSL using casc I have found multiple similar questions on here, but none that seem to answer my question.
I am running Jenkins casc and want to configure a pipeline to run every time there is a change to a github repository by polling that repository.
Via the web ui... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596517",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Testing npm library for react native using jest in docker I have written a library that will be used as an npm package in a react native project. I build the project in a GitLab pipeline, I execute unit tests using jest and I publish the package in Gitlab's npm repository.
So far, so good. But, how can I run the jes... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596520",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Are Unity's ScriptableObjects secure I understand the basic premise of ScriptableObjects but one thing keeps bugging me.
Atm I have a class which has a List<Level>. Level is a struct and has a bool property isFree which defines whether the level is free or paid. Whenever a player attempts to load a level from List<L... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596522",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Draw simulation from top to bottom instead of from center to border Below graph draw nodes from center to border, how can I modify it to draw nodes from top to bottom?
function drawGraph(graph) {
const width = "800";
const height = "800";
const sourceRadius = 25;
const entityRadius = 25;
var s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596524",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to Make Dropdown menu scrollable in tailwind flowbite? This is the flowbite code I want to make the dropdown scrollable, how do I do that? I just added overflow-auto in the class but it changed nothing, here is the code:
<button id="dropdownHoverButton" data-dropdown-toggle="dropdownHover" data-dropdown-trigger=... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596525",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: postgresql db connection issue with express js app I am using prisma in express js. I did not set password in postgresql
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=my-db
POSTGRES_USER=
POSTGRES_PASSWORD=
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:${POSTGRES_PORT}/${POSTGRES... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596526",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Find value with userform I have sheet with table like below:
Unfortunately, I have 14 these tables and I would like to use the form to enter, for example, the value 20 in the column with the number 8 as the header & the KOD 533. I made the form with some ComboBoxes and CommandButton.
I've found how to append to the... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596529",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Emacs counsel results in same window By default when calling say counsel-find-file (or any other counsel command) it will open the results in a minibuffer which fills the whole bottom frame. Is it possible to modify this behavior so that it is opened in same buffer, similar to how helm-find-files does it? I'm asking... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596530",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Google Forms apps script: TypeError: Cannot read properties of undefined (reading 'Processor Name') I have a simple Google Form that grabs information from a user and
based on that information I want to decide who gets the email. For
some reasons Google Apps Script keeps returning undefined error.
function sendEm... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596532",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How can I change color of top & bottom bar in Android Options Menu? Options menu bars
I have tried everything to try and change or remove them bars. It doesn't go away.
styles.xml:
<resources>
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="android:fontFamily... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596533",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: In Pyvis I get UnicodeEncodeError: 'charmap' codec can't encode characters in position 263607-263621: character maps to In pyvis, Why I get this error when I am trying to visualise a simple graph (3 lines of codes only)?
net=Network(notebook=True, cdn_resources='in_line')
net.from_nx(nx.davis_southern_women_graph()... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596534",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to host a Vue3 vite base app by a specific path I developed a Vue3/vite app and want to host it on server through NGINX on a path
example.com/auth
in nginx in available sites I have a location
location /auth {
rewrite /auth/(.*) /$1 break;
proxy_pass http://127.0.0.1:5143;
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596539",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: OperationalError pgAdmin I reinstalled postgresql. And nothing works for me. I can't connect to the databases because it takes forever to load:
https://i.stack.imgur.com/vYRyi.png. Next, I just decided to try to do something, and to do this I created a server "Test", it was created, but when I try to delete it, the ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596541",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to modify an HTM document (delete an element) before load with a chrome extension? I have an personal extension loading several tabs (html pages) and in one of them , I need to remove an element. I know of content scripts but have no idea how I could use one for that purpose. Has anyone a solution for that ?
I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596543",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: I'm trying to get a string element in a Javascript object to use the value from another elememt I'm building a website with some rpg stat blocks for a table top role playing game I'm trying get a string element to use data from another element.
but it when I go to boot up a web browser it prints it as undefined.
The... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596544",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: Error ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py) in linux does anyone know how to solve this problem?
I'm trying to run this code https://github.com/alexjc/neural-enhance
But I am having problems with the following error :
Traceback (most recent ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596548",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How do I track individual products found in Google Enhanced eCommerce (UA) as goals? I'm trying to track particular product purchases as checkouts. So far, I see this data in the product performance section on Google Analytics (UA). Is it possible to track particular product conversions as goals and how do I do this... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596549",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Ext.grid.Panel : Out of Memory In extjs 7.5.1 all gridpanel are "infinity scroll" ones and have the plugin https://docs.sencha.com/extjs/7.5.1/classic/Ext.grid.plugin.BufferedRenderer.html
"(...) users to scroll through thousands of records without the performance penalties of rendering all the records into the DOM... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596550",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How important is the choice of a good GPU for data science task? Not being an expert in IT in general and even less in hardware, I am having a difficult time deciding what configuration I need for my next computer.
What I need
I am a data scientist/biostatistician and I mainly use the R software, to run long/heavy s... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596552",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: convert array to javascript object I get an array that looks like this:
var dateUnvailableCalendar = {{ datesUnvailable|json_encode|raw }};
and I want to transform it to look like this:
{
'from': '2023-03-06 00:00',
'to': '2023-03-13 00:00'
},
{
'from': '2023-03-01 00:00',
'to': '2023-03-01 00:00'
... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596555",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-4"
} |
Q: apache in container does not start with NFS directory I have a problem that and need your help with.
Following the scenario:
I have WEB applications in docker, which have a proxy (reverse) in apache, it directs to the other containers that are in the WEB application (also in apache)
These applications are all on por... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596557",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: c++ how to count arrays within an array suppose I have this code :
int arr[] = {{1, 4}, {2}, {3, 2, 6}};
how do I count the number of arrays within an array, which in this case would be 3.
if the code dosen't work is there a way to get the answer with other methods?
i've searched on google and read articles
A: A o... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596558",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: Why does Rate is grafana seem to be looking at an interval that is a minute larger than requested? I am trying to follow up on this question that has a great explanation about counter/rate/increase work in prometheus/grafana ... but I still cannot reconcile it with my observations :/
Here is a plot of the raw counte... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596559",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Azure Lookup Activity Query Option to Parameterized Select Statement I am trying to do the select query option in my lookup activity to connect azure sql database but if I am passing multiple parameter with condition. I am getting failed activity. kindly help me.
ForEach loop @item will give the dynamic table values... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596560",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Find the centroid of an polygon - with code (PHP or js) I need help to translate some math to programming.
We can have a fascia with any vertices. Fascia is closed shape non intersecting. I found this formula on wikipedia: https://en.wikipedia.org/wiki/Centroid#Of_a_polygon
I am not very good at math - can someone ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596561",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-3"
} |
Q: How to parse objects in an array? Of the shown code, I need to select e.g Un-Ranked (inside of metadata, inside of playlist).
Then get access to the whole object, so I can use e.g stats.
Though I'm coming up entirely short, anyone got a clue?
Only clue I have is
console.log(data.segments.metadata.name[Un-Ranked])
Bu... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596565",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "-1"
} |
Q: How to use the component in its mobile version (css media-queries) but importing it on a desktop screen when importing a component in vue? I have a component that was created for a specific situation where it uses the entire width of the parent container, but now it needs to be imported in another situation where th... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596566",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: How to fix the unexpected results while testing for the load in my code There is a situation I am using a spring boot application based on micorservice architecture, when I trigger the inbound json single time, I am getting the expected result which I want but when I am doing the load testing for the same API for fe... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596568",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: SharePoint Getting errors: "Version conflict" or "The file XXX has been modified by YYY on ZZZ date and time" SharePoint Problem:
For a library created with Versioning Settings set to No Versions
For folders created with Add-PnPFolder, when some (it's intermittent) of the folders are later modified with Set-PnPListI... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596570",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Word document with custom bullet styles cannot be edited in Word for the web We have a few word (.docx) documents that we have generated some styles with custom bullets for using open-xml.
When we distribute these to users who are using Word on the web and they open these documents they cannot edit them. When they ... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596572",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: What is the Rust way of spreading events throughout the application I'm using ftlk UI library to show window and bind some actins on it. But this question isn't ftlk specific.
What would be the right way of triggering actions on other structs from the UI Window?
Example code below
let mut window: DoubleWindow = Wind... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596574",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "1"
} |
Q: How to make a secure http server in vb.net I have a html server I wrote in vb.net. The following is the entire code put in its most basic form. What I would like is someone to help me on how to change the code so that I can use it with SSL/ certificates. I read up on it a bit but just cant get the grip of it. From w... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596579",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Generate a Uniform Spherical Distribution using rejection methods in Python I've been trying to generate a uniform spherical distribution in Python using uniform random sampling. For some reason my presumed spherical distribution looks more like an ovoid than like a sphere. I am using the fact that a sphere is defin... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596582",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Is it possible to perform vectorized calculations with arrays of pointers? I have a recurring calculation in my code that I would like to vectorize to decrease run time. The calculation is the mean squared error (MSE) between two vectors representing the head and tail values of a separation lag vector in space. That... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596583",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Implement two php versions to different subfolder on the same ovh ftp I have a ftp server with two sites on in it:
site.com <-a different CMS needs php7.1
site.com/shop/ <-a different CMS needs php8.0
One of these works with php7.1 and the other with php8.0. Is it possible to make these two versions cohabit together... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596584",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Netlify can't install forked npm module: Could not fetch metadata So I forked and modified g-sheets-api module. This is my version: https://github.com/lpares12/g-sheets-api
Then I have installed with the following command in my web project:
npm install git+https://github.com/lpares12/g-sheets-api.git --save-dev
And... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596589",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: IIS vs IIS Express - CORS module wont work We have a REST API written ASPNET.CORE 6. We need to call this api from angular project, so some CORS ability is needed.
We successfully installed the CORS module to IIS from site https://www.iis.net/downloads/microsoft/iis-cors-module. The IIS is a v10.0.22000.708, runs on... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596590",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Reading from MemSql (SingleStore) in case of multiple snapshots I have a usecase where my memsql db will look something like this
DB- USER
country company user_id passphrase timestamp
India google 123 xyz 10:00AM
India google 123 ABC 11:00AM
India google 123 pqr 4:00PM
I... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596592",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Share external function with datashare in snowflake Is it possible to share the external function that we have with original snowflake account to the datashare?
If not, is there any other way to use external function with datashare?
A: The only object types that can be included in a share are listed here and that d... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596594",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |
Q: Website authenticating users against AAD: can the OpenId document be provided offline to the consuming website? I've developed a website that will be authenticating users against Azure Active Directory and have seen that on the production webserver which doesn't have https://login.microsoftonline.com/ whitelisted au... | {
"language": "en",
"url": "https://stackoverflow.com/questions/75596596",
"timestamp": "2023-03-29T00:00:00",
"source": "stackexchange",
"question_score": "0"
} |