Id int64 4 8.51M | PostTypeId int64 1 7 | AcceptedAnswerId int64 7 75.5M ⌀ | ParentId int64 4 41.8M ⌀ | Score int64 -208 27.7k | ViewCount int64 11 12.4M ⌀ | Body stringlengths 0 45k | Title stringlengths 2 150 ⌀ | ContentLicense stringclasses 3
values | FavoriteCount int64 0 225 ⌀ | CreationDate stringdate 2008-07-31 21:42:52 2011-12-14 18:48:47 | LastActivityDate stringdate 2008-08-01 12:19:17 2023-03-05 04:40:26 | LastEditDate stringdate 2008-08-01 13:54:25 2023-03-05 03:12:45 ⌀ | LastEditorUserId int64 -1 21.3M ⌀ | OwnerUserId int64 -1 21.1M ⌀ | Tags listlengths 1 6 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75,617,205 | 1 | null | null | 1 | 60 | How to determine if a face detected is flat like an image or has a varying topography in ARKit? I'm currently using `ARFaceTrackingConfiguration`.
One approach I tried was finding the average distance between each vertex from the face geometry and if it's below a certain arbitrary threshold, then deem the face as flat.... | How to determine if a face is flat like an image using ARKit? | CC BY-SA 4.0 | null | 2023-03-02T14:58:26.760 | 2023-03-03T09:04:45.590 | 2023-03-02T20:53:45.463 | 10,116,367 | 10,116,367 | [
"ios",
"swift",
"scenekit",
"arkit",
"face-detection"
] |
75,617,208 | 1 | null | null | -2 | 32 | lately I've run into several problems with system time. As the name suggests, it is a system time, so whenever a user decides to change a time on a machine, the obtained time will change too.
So my question is: Is there any way to get a time that the user cannot change and won't involve the network?
I have tried many t... | Getting time excluding systemtime in c++ | CC BY-SA 4.0 | null | 2023-03-02T14:58:45.857 | 2023-03-02T15:21:46.707 | 2023-03-02T15:21:46.707 | 21,232,318 | 21,232,318 | [
"c++",
"time",
"systemtime"
] |
75,617,212 | 2 | null | 75,616,824 | 0 | null | You can try to install from source with: `brew install --build-from-source tesseract`
Be sure to first have installed all the Xcode command line tools.
| null | CC BY-SA 4.0 | null | 2023-03-02T14:59:10.683 | 2023-03-02T14:59:10.683 | null | null | 8,258,079 | null |
75,617,204 | 1 | null | null | 2 | 39 | I want to be able to read a file, and return a list of all the lines of real code (not comments or whitespace), using the debugger's activelines table. However, it seems like if you have nested functions, the debugger fails to be able to provide the activelines for these nested functions, without an explicit call of th... | How do you access the activelines table for nested functions (Lua 5.1)? | CC BY-SA 4.0 | null | 2023-03-02T14:58:23.923 | 2023-03-03T21:00:49.883 | null | null | 21,319,871 | [
"lua",
"code-coverage"
] |
75,617,211 | 2 | null | 75,615,470 | 0 | null | So, this is what you need to check based on the last if() you posted:
```
=IF(VLOOKUP(G3;'Service Entry'!A2:L7;12;FALSE);=BNP(Data!D2);=BPI(Data!D3))
```
But the vlookup() gives a value, NOW you need to test it:
```
=IF(VLOOKUP(G3;'Service Entry'!A2:L7;12;FALSE)<test_value;=BNP(Data!D2);=BPI(Data!D3)
```
Or
```
=IF(V... | null | CC BY-SA 4.0 | null | 2023-03-02T14:59:10.197 | 2023-03-02T14:59:10.197 | null | null | 4,961,700 | null |
75,617,177 | 1 | null | null | 1 | 44 | I have a code which works fine when I compile on following configuration.
- - -
```
apache-maven-3.8.4
openjdk version "17.0.1" 2021-10-19
OpenJDK Runtime Environment (build 17.0.1+12-39)
OpenJDK 64-Bit Server VM (build 17.0.1+12-39, mixed mode, sharing)
```
```
+ mvn -B -X clean package install -DskipTests
Apache... | Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile on jdk 1.8 | CC BY-SA 4.0 | null | 2023-03-02T14:55:29.123 | 2023-03-02T20:22:47.453 | 2023-03-02T20:22:47.453 | 1,233,251 | 2,504,762 | [
"java",
"maven",
"java-8"
] |
75,617,218 | 2 | null | 75,616,324 | 0 | null | If you get a `"ModuleNotFoundError"` in Python despite installing the module, there are a few possibilities.
- Verify that you are importing the correct module name in your code. Check the module name's spelling and capitalization.- Check the installation: Import the module in a Python shell to see if it is correctly i... | null | CC BY-SA 4.0 | null | 2023-03-02T14:59:21.697 | 2023-03-02T14:59:21.697 | null | null | 16,382,087 | null |
75,617,220 | 2 | null | 75,616,971 | 1 | null | Try this simple utility function.
```
const newArr = [1, 2, 3]
const arr = [{
name: {
"id": 1
},
data: {
"dataVal": "value1"
}
}, {
name: {
"id": 2
},
data: {
"dataVal": "value2"
}
},
{
name: {
"id": 3
},
data: {
"dataVal": "value3"
... | null | CC BY-SA 4.0 | null | 2023-03-02T14:59:25.920 | 2023-03-02T14:59:25.920 | null | null | 21,319,835 | null |
75,617,222 | 1 | null | null | 0 | 19 | I want to move the search bar from the map to my own input field without loosing the automatic suggestions feature.
const searchControl = L.esri.Geocoding.geosearch({
position: "topleft",
placeholder: "Enter address",
useMapBounds: false,
providers: [
L.esri.Geocoding.arcgisOnlineProvider({
apikey: apiKey,
nearby: {
l... | leaflet-geosearch search bar outside the map container with an input field | CC BY-SA 4.0 | null | 2023-03-02T15:00:38.127 | 2023-03-02T15:00:38.127 | null | null | 21,319,927 | [
"html",
"dictionary",
"web",
"leaflet"
] |
75,617,215 | 1 | null | null | -3 | 27 | > Implement a registration system in such a way that you have an array
to store user information (have 3 users in the array by default) and
received the name, surname, age and email from the user who intends to
register and store inside a separate object in the users array After
registration, log the information of eac... | Implement a registration system | CC BY-SA 4.0 | null | 2023-03-02T14:59:14.783 | 2023-03-04T09:08:19.107 | 2023-03-04T09:08:19.107 | 466,862 | 21,260,492 | [
"javascript",
"arrays",
"loops",
"object",
"if-statement"
] |
75,617,203 | 1 | null | null | 0 | 10 | I'm new to time series work. I'm going back and forth between the fable and modeltime family of packages. One feature that is easy to get from fable is the fitted values so you can see how the model fitted visually. I have found several question/answers on stackoverflow, in package documentation, etc. about extracting ... | Modeltime nested modeling residuals and fitted values | CC BY-SA 4.0 | null | 2023-03-02T14:58:19.093 | 2023-03-02T14:58:19.093 | null | null | 10,290,113 | [
"r",
"time-series",
"forecasting",
"fable-r"
] |
75,617,221 | 2 | null | 75,613,380 | 0 | null | Both `springdoc-openapi-starter-webmvc-ui` and `springdoc-openapi-starter-webmvc-api` are required in the classpath for Swagger to work in Spring boot 3 (Web Starter). Probably you might need to remove `springdoc-openapi-core - 1.1.49`. Also not sure if will cause any trouble.
```
<dependency>
<groupId>org.springd... | null | CC BY-SA 4.0 | null | 2023-03-02T15:00:38.190 | 2023-03-02T15:00:38.190 | null | null | 2,353,403 | null |
75,617,214 | 1 | null | null | 0 | 8 | I have pre-built subnets in each of my three AWS Availability Zones.
I need to build an EC2 instance per AZ but they need to use specific subnets that already exist.
How do I go about writing this in Terraform?
I've got this so far:.
```
# Configure the AWS Provider
provider "aws" {
region = "eu-west-1"
}
# Specify ... | Get Terraform to use existing AWS subnets in each AZ when creating an instance in each AWS AZ | CC BY-SA 4.0 | null | 2023-03-02T14:59:14.613 | 2023-03-02T14:59:14.613 | null | null | 21,319,710 | [
"terraform-provider-aws",
"subnet",
"availability-zone"
] |
75,617,213 | 2 | null | 75,617,043 | 0 | null | Please start with Vue Basics
- [Reactivity Fundamentals](https://vuejs.org/guide/essentials/reactivity-fundamentals.html)- [Form Input Bindings](https://vuejs.org/guide/essentials/forms.html)
And check the great [Vue.js Tutorial](https://vuejs.org/tutorial/#step-1)
- [Step 5. Form Bindings](https://vuejs.org/tutorial/#... | null | CC BY-SA 4.0 | null | 2023-03-02T14:59:10.687 | 2023-03-02T14:59:10.687 | null | null | 2,487,565 | null |
75,617,226 | 1 | null | null | 0 | 19 | I want to make a planet sized circle in Unity 2D, with a rocket that could go in orbit. My biggest problem is, unlike the game SpaceFlight Simulator, if I scale up the circle in Unity by 1000, it just blurs out and the circle collider doesn't seem like interacting very normal with the rocket.
I have no idea how to fix ... | Huge Circles in Unity 2D | CC BY-SA 4.0 | null | 2023-03-02T15:00:44.530 | 2023-03-02T15:00:44.530 | null | null | 21,264,648 | [
"unity3d",
"2d"
] |
75,617,227 | 2 | null | 65,017,649 | 0 | null | You can . The only thing required is to give EC2 permission to access the S3. This way you don't have to use a SSH protocol to copy files between machines.
[All steps are explained here](https://aws.amazon.com/premiumsupport/knowledge-center/ec2-instance-access-s3-bucket/)
| null | CC BY-SA 4.0 | null | 2023-03-02T15:00:44.887 | 2023-03-02T15:00:44.887 | null | null | 9,962,824 | null |
75,617,207 | 1 | null | null | -2 | 23 | I'm trying to interact with the AWS EC2 management console through it's REST API. My problem is that I am failing with the authentication of the requests. Here's explained how to get them signed correctly. I'm using Javascript with axios, and every time I call the API to get all the instances in a region (DescribeInsta... | Can't sign AWS EC2 API Request correctly | CC BY-SA 4.0 | null | 2023-03-02T14:58:37.230 | 2023-03-02T14:58:37.230 | null | null | 18,413,195 | [
"amazon-web-services",
"api",
"rest",
"authentication",
"amazon-ec2"
] |
75,617,223 | 2 | null | 75,607,564 | 0 | null | Using a Connected App is the way to implement 'service accounts' in Anypoint Platform.
If for some reason you are unable or unwilling to follow the recommended method then you need to get an access token to call Anypoint Platform's REST APIs directly. Because your organization in Anypoint Platform is configured to use... | null | CC BY-SA 4.0 | null | 2023-03-02T15:00:40.973 | 2023-03-02T15:00:40.973 | null | null | 721,855 | null |
75,617,229 | 2 | null | 75,613,715 | 0 | null | I found a solution. As is usually the case in such cases, I made the problem myself. In the model file in the first line, where it defines the mid field, there is a comma "," at the end, which is why django did not want to do the migration and therefore did not see the changes between the table definition in the databa... | null | CC BY-SA 4.0 | null | 2023-03-02T15:00:56.847 | 2023-03-02T15:00:56.847 | null | null | 1,005,023 | null |
75,617,171 | 1 | null | null | 0 | 14 | I'm trying to use javascript to create a continuous, looping cycle of text that changes every time it's clicked on, but it always stops at the "head" tag for whatever reason. No clue what's causing it, and I don't know how to fix it.
Here's my javascript code for reference:
```
function element() {
document.getElementB... | Trying to create a cycle loop with onclick commands, but it won't go through the full loop | CC BY-SA 4.0 | null | 2023-03-02T14:55:11.063 | 2023-03-02T14:55:11.063 | null | null | 21,319,875 | [
"javascript",
"html"
] |
75,617,224 | 1 | null | null | 1 | 24 | I'm sure this is a very simple question, but I can't figure out how to call a method node's method with input arguments. Doing this throws a 'badtoomanyarguments' exception.
```
Session.Call(new NodeId(2001, 2), new NodeId(2012, 2), new Variant(""))
```
Likewise, when using UAExpert to call a method there is no possib... | Adding input arguments to method nodes in OPCUA (OPCFoundation) .Net | CC BY-SA 4.0 | null | 2023-03-02T15:00:41.743 | 2023-03-02T15:15:08.607 | null | null | 20,241,458 | [
".net",
"opc-ua"
] |
75,617,233 | 2 | null | 55,896,661 | 0 | null | I have run into this issue a number of times.
Fastest solution for this problem is to - rename your .xaml file and rename it back to the original allowing it to combine back with itself.
This works every single time 100%. I have been very annoyed multiple times because of this and this is the fastest solution I've foun... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:00.967 | 2023-03-02T15:01:00.967 | null | null | 19,381,612 | null |
75,617,225 | 1 | null | null | 0 | 23 | My api serves me many data every second. On my Flutter app, I use [infinite_scroll_pagination](https://pub.dev/packages/infinite_scroll_pagination)
So, page 1 is loaded and it is ok. But when page 2 loads and new data is added, then page 2 contains some of the data from the page 1.
For example:
1. Page 1: [1, 2, 3, 4,... | How to handle the duplicates using infinite scroll pagination on Flutter? | CC BY-SA 4.0 | null | 2023-03-02T15:00:41.897 | 2023-03-02T15:00:41.897 | null | null | 12,632,743 | [
"flutter",
"dart"
] |
75,617,234 | 2 | null | 71,650,473 | 0 | null | I'm facing the same issue.
For this particular case, I just tried to switch this column from valueFormatter to valueGetter and it seems to do the trick.
I don't need the raw data in my case so I'm good. If you do need it, I suppose you could get away with a second hidden column with raw data.
| null | CC BY-SA 4.0 | null | 2023-03-02T15:01:05.697 | 2023-03-02T15:01:05.697 | null | null | 20,566,765 | null |
75,617,228 | 2 | null | 75,617,141 | 1 | null | Looks like a [dynamic block](https://developer.hashicorp.com/terraform/language/expressions/dynamic-blocks) should get you there.
```
resource "azurerm_virtual_network" "vnet" {
name = var.vnet.name
location = var.rg.location
resource_group_name = var.rg.name
address_space = var.... | null | CC BY-SA 4.0 | null | 2023-03-02T15:00:54.147 | 2023-03-02T15:00:54.147 | null | null | 2,081,835 | null |
75,617,236 | 1 | null | null | 0 | 39 | I have a JavaScript object containing CSS styles and I need to convert it to a CSS file. Are there any node packages or tools that can help me do this? Here is an example of the JavaScript object:
```
const styles = {
'body': {
'background-color': 'red',
'font-size': '16px',
'font-family': 'Arial, sans-s... | how to JavaScript object to CSS file converter? | CC BY-SA 4.0 | null | 2023-03-02T15:01:06.373 | 2023-03-02T15:13:55.543 | 2023-03-02T15:13:55.543 | 19,167,964 | 19,167,964 | [
"javascript",
"css",
"node.js"
] |
75,617,235 | 2 | null | 75,616,952 | 2 | null | First of all, you should not use SQL statements like this, because it makes your application vulnerable for SQL injection attacks (read about it in [Microsofts SQL Docs](https://learn.microsoft.com/en-us/sql/relational-databases/security/sql-injection?view=sql-server-ver16), for example).
Instead, use SqlParameters as ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:05.793 | 2023-03-02T15:01:05.793 | null | null | 21,305,815 | null |
75,617,232 | 2 | null | 75,613,902 | 1 | null | You can actually.
Use [this trick](https://stackoverflow.com/questions/73746553/access-type-argument-in-any-specific-subclass-of-user-defined-generict-class) via `__orig_bases__` to access the type argument provided to a specific subclass. Then a single concrete implementation on `BaseDataStore` is enough and you will ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:00.407 | 2023-03-02T15:01:00.407 | null | null | 19,770,795 | null |
75,617,239 | 1 | null | null | 0 | 12 | After migration to spring boot 3 and micrometer tracing library. The tracing IDs aren't automatically appended to the logs for Classes which implement the CommandLineRunner interface unlike for rest controllers.
Example code
```
public class JobRunner implements CommandLineRunner {
private final petsJobExecutor pe... | How to propagation context with trace-id in CommandLineRunner with spring boot 3 and micrometer? | CC BY-SA 4.0 | null | 2023-03-02T15:01:12.067 | 2023-03-02T15:01:12.067 | null | null | 15,231,472 | [
"spring-boot",
"micrometer-tracing"
] |
75,617,237 | 2 | null | 25,439,775 | 0 | null | Please don't touch a runing systems, what you do is really meaningless, hier is the right solution::
You can change the Format as you like within the report, first create Data Drive Subscription and put this statements inside
--TOP-------------------------------
DECLARE @Datum AS CHAR(10) SET @Datum = convert(char(10),... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:10.257 | 2023-03-03T04:08:12.320 | 2023-03-03T04:08:12.320 | 21,319,961 | 21,319,961 | null |
75,617,241 | 1 | null | null | 0 | 7 | Struggling to find a solution that has been made for tables specifically.
I would like the scrolling on an overflow:scroll table to not rely on scrollbars and instead behave like how it would for a mobile/tablet user i.e responding to touch and moving accordingly when dragged (with a mouse instead of finger).
Any ideas... | Ability to scroll by dragging a JS grid table on desktop | CC BY-SA 4.0 | null | 2023-03-02T15:01:16.617 | 2023-03-02T15:01:16.617 | null | null | 11,474,660 | [
"jquery",
"css-tables",
"jsgrid"
] |
75,617,243 | 2 | null | 75,617,042 | 1 | null | `X` is any interesting address, usually the address of an interesting module function. If you want to get the current module name, `X` can be an address of the caller
```
void X() {
// ...
dladdr(X, &dlInfo);
// or dladdr(&X, &dlInfo);
}
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:01:22.193 | 2023-03-02T15:16:04.443 | 2023-03-02T15:16:04.443 | 6,752,050 | 6,752,050 | null |
75,617,238 | 2 | null | 75,603,238 | 0 | null | Here's a couple of options for you
Using a conditional I am first checking to see if the metafield has content, then checking the value for red, green, or blue, and displaying the relevant image by looping over an `if/elsif` tag
```
{% if product.metafield.namespace.key != blank %}
{% if product.metafield.namespace.k... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:11.967 | 2023-03-02T15:01:11.967 | null | null | 1,095,656 | null |
75,617,231 | 2 | null | 75,617,029 | 0 | null | You need to change the class of your `.tooltip` element, because `bootstrap` recognises it as a `bootstrap` element and rewrites its own values on it.
```
.tooltipp {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltipp .tooltiptext {
visibility: hidden;
width: 120px;
bac... | null | CC BY-SA 4.0 | null | 2023-03-02T15:00:58.983 | 2023-03-02T15:00:58.983 | null | null | 11,259,304 | null |
75,617,230 | 1 | null | null | 0 | 29 | my html label tag isn't disappearing when there is an input.
it was working before adding validators, but still can't understand why it happened... Thank you for your help in case...
[](https://i.stack.imgur.com/WQl8Q.jpg)
here is my html code:
```
<h1>Add a new course</h1>
{{#if error}}
<p class="alert">{{error}}</... | HTML label is not disappearing or moving up when there is an input | CC BY-SA 4.0 | null | 2023-03-02T15:00:57.863 | 2023-03-02T15:52:19.123 | 2023-03-02T15:52:19.123 | 1,264,804 | 19,349,916 | [
"javascript",
"html",
"node.js"
] |
75,617,242 | 1 | null | null | -2 | 18 | it is my first time creating a react app and am having trouble using some bootstrap components that rely on jquery. I know that there are many other questions on this problem but most of the solutions are to install and import jquery and popper. However, I have already installed them and if I import them, I get the err... | Unable to use bootsrap dropdown in React though I have installed bootstrap, jquery and popper | CC BY-SA 4.0 | null | 2023-03-02T15:01:22.063 | 2023-03-02T15:01:22.063 | null | null | 18,504,280 | [
"javascript",
"reactjs",
"bootstrap-5"
] |
75,617,240 | 1 | null | null | 0 | 27 | I'm trying to connect to a gmx account I set up for myself, and I can't even get past the Connection phase much less the Authentication phase.
Here's the code, short and sweet:
```
public ConnectPopClient(string host = "pop.gmx.com", int port = 995,
string username = "me@gmx.com", string passwor... | Mailkit won't connect to gmx.com via Pop3 or Imap | CC BY-SA 4.0 | null | 2023-03-02T15:01:12.293 | 2023-03-04T18:20:24.337 | 2023-03-02T21:11:52.913 | 2,073,392 | 2,073,392 | [
"email",
".net-core",
"mailkit",
"email-client"
] |
75,617,246 | 2 | null | 75,616,855 | 2 | null | I think there is misunderstanding about what the properties mean.
According to [https://www.codejava.net/frameworks/spring-boot/logback-rolling-files-example#](https://www.codejava.net/frameworks/spring-boot/logback-rolling-files-example#)
`max-size`
Sets the maximum size of one file, if the file size gets exceeded a n... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:29.713 | 2023-03-02T15:01:29.713 | null | null | 9,741,277 | null |
75,617,244 | 2 | null | 75,606,509 | 0 | null | So, answering my own question after lots of research...
I downloaded a (and created a virtual machine), installed on it, and followed user @gmishra 's answer here:
[msa1 codec problems](https://stackoverflow.com/questions/1210202/msa1-codec-problems)
Then downloaded and installed the tool through Win XP (using a br... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:23.577 | 2023-03-02T15:01:23.577 | null | null | 8,302,613 | null |
75,617,249 | 1 | null | null | 1 | 18 | I'm trying to run R interactively from a singularity container on a HPC.
The R console behaves normally if executed like this:
```
singularity exec container.simg R
```
Since I need to run several R sessions, and I don't want to extract a container for each session (to speed up boot time and to avoid using too much di... | R console on singularity container exits with code 130 when interrupting a command | CC BY-SA 4.0 | null | 2023-03-02T15:01:41.527 | 2023-03-02T15:01:41.527 | null | null | 9,210,195 | [
"r",
"containers",
"hpc"
] |
75,617,250 | 1 | null | null | -1 | 11 | [](https://i.stack.imgur.com/wZejL.png)
> 1 import pandas as pd
2 import torch
----> 3 from transformers import GPT2Tokenizer, GPT2ForQuestionAnswering, AdamW
4 from transformers import default_data_collator
5 from torch.utils.data import DataLoader
```
import pandas as pd
import torch
from transformers import GPT2Toke... | cannot import name 'GPT2ForQuestionAnswering' from 'transformers' | CC BY-SA 4.0 | null | 2023-03-02T15:01:41.897 | 2023-03-02T15:01:41.897 | null | null | 19,989,305 | [
"pip",
"torch",
"gpt-2"
] |
75,617,248 | 2 | null | 75,616,826 | 1 | null | `flag_from` is a property of the `Offers` model, and not a field stored in the database. So, when you call `print(line)`, Django is simply displaying the fields that are stored in the database for the `Offers` model.
You can add it to the dictionary using the property name as the key so:
```
line = Offers.objects.get(p... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:40.827 | 2023-03-02T15:01:40.827 | null | null | 17,562,044 | null |
75,617,251 | 2 | null | 75,616,986 | 0 | null | Replace this line:
```
imageUrl = refImageUpload.getDownloadURL().toString();
```
to this:
```
this.imageUrl = await refImageUpload.getDownloadURL().toString();
```
To wait to get image URL.
And also use instance variable (image,imageUrl) with this, like above.
It works for me hopefully yours (don't forget to vote ️)... | null | CC BY-SA 4.0 | null | 2023-03-02T15:01:54.347 | 2023-03-02T15:01:54.347 | null | null | 14,709,302 | null |
75,617,247 | 1 | null | null | -1 | 17 | I have one function what is the end update one table.
Possible how the same update go to another table also?
```
Table1 columns:
Timestamp_ID timestamp;
Numbers integer;
Numbers2 integer;
```
```
Table2 columns:
status boolean;
ID_Timestamp timestamp;
maximum integer;
location number integer := 1; ( fix )
```
```
Ta... | Option to update two table in same time in postgresql? | CC BY-SA 4.0 | null | 2023-03-02T15:01:38.380 | 2023-03-02T15:01:38.380 | null | null | 21,234,807 | [
"postgresql",
"sql-update"
] |
75,617,258 | 1 | null | null | -1 | 12 | We create and automate APIM policy creation in our own developed tool; here we want to validate the generated policy content before it is actually sent to APIM for creation.
I was then looking at the policy xml dtd but i couldn't find it. Any hint ?
Thanks.
| APIM Policy DTD File | CC BY-SA 4.0 | null | 2023-03-02T15:02:21.960 | 2023-03-02T15:02:21.960 | null | null | 12,429,297 | [
"azure-api-management"
] |
75,617,252 | 1 | null | null | 0 | 17 | I need to create a cohort table with the Average order value by user. Basically, i need to get the amount of purchase per cohort (week) divided by the amount of users. My issue is that I am not able to add the following weeks ( 12 next weeks).
That is my query so far:
```
select
date_trunc(events, week), sum (purchase... | Cohort Analysis for CLV | CC BY-SA 4.0 | null | 2023-03-02T15:02:01.647 | 2023-03-02T15:06:25.077 | 2023-03-02T15:06:25.077 | 3,706,016 | 21,308,586 | [
"sql",
"google-bigquery"
] |
75,617,255 | 1 | null | null | 0 | 11 | I have an angular web app in which a tab group must have a mandatory tab (to post a new object) and dynamical tabs (to edit existing objects).
I want to define precisely the tabindex values of the dynamical tabs in order to display one of them by default, so I tried this code :
```
<div class="div-center-card">
<mat-... | Angular mat-tab-group with ngFor : define tabindex dynamically | CC BY-SA 4.0 | null | 2023-03-02T15:02:10.767 | 2023-03-04T15:41:37.357 | null | null | 3,248,287 | [
"angular",
"indexing",
"tabs",
"ngfor"
] |
75,617,256 | 1 | null | null | 0 | 9 | I have downloaded Elastic-Search from the following URL: [https://www.elastic.co/downloads/past-releases/elasticsearch-8-4-0](https://www.elastic.co/downloads/past-releases/elasticsearch-8-4-0).
I need to use the version 8.4, but it keeps giving me this error:
[Image 1](https://i.stack.imgur.com/MEfr4.png)
[Image 2](ht... | Elastic Search not generating user credentials during the first run | CC BY-SA 4.0 | null | 2023-03-02T15:02:16.333 | 2023-03-02T15:02:16.333 | null | null | 21,072,930 | [
"elasticsearch"
] |
75,617,257 | 1 | null | null | 1 | 29 | I have a DateTime value displayed in a PXGrid but when I edit it, it only allows my to select a date and giving me a time of 12:00 AM. How can I implement a data and time control?
View mode
[](https://i.stack.imgur.com/mk9w1.png)
Edit mode
[](https://i.stack.imgur.com/c1muh.png)
```
<px:PXGrid ID="myGrid" runat="server... | Date and Time picker for Acumatica PXGridColumn | CC BY-SA 4.0 | null | 2023-03-02T15:02:20.513 | 2023-03-03T16:59:28.857 | 2023-03-03T16:59:28.857 | 490,183 | 490,183 | [
"acumatica"
] |
75,617,253 | 1 | null | null | 0 | 9 | I am looking to recover the email and password entered in a Textformfield to save them in the phone keychain. Here is the code to use
```
class AuthMethodFirebase {
String mail;
String password;
BuildContext context;
AuthMethodFirebase({required this. mail, required this. password, required this.context});
... | Save firebase credentials in the phone keychain Flutter | CC BY-SA 4.0 | null | 2023-03-02T15:02:02.713 | 2023-03-02T15:02:02.713 | null | null | 20,558,300 | [
"flutter",
"firebase",
"dart",
"keychain",
"flutter-secure-storage"
] |
75,617,262 | 2 | null | 75,601,003 | 0 | null | Your post states that your objective is to
> run my default email client for sending an email.
One thing you could try is invoking as the target with a link as the argument.
```
Private Sub ButtonSend_Click(sender As Object, e As EventArgs) Handles ButtonSend.Click
Process.Start("explorer.exe", "mailto://dummy.em... | null | CC BY-SA 4.0 | null | 2023-03-02T15:02:36.443 | 2023-03-02T15:02:36.443 | null | null | 5,438,626 | null |
75,617,259 | 1 | null | null | 0 | 35 | We have some Docker containers running on RHEL 8 Azure VM. I want to get the metrics from the container to Log Analytics Workspace. (As per this document we have to install the Log Analytics Agent to get the container metrics)
My Question: Can we get the container metrics without installing Log Analytics Agent only wit... | Container Monitoring in Azure Monitor without Log Analytics Agent | CC BY-SA 4.0 | null | 2023-03-02T15:02:22.017 | 2023-03-02T15:04:13.857 | 2023-03-02T15:04:13.857 | 14,424,524 | 14,424,524 | [
"azure",
"monitoring",
"azure-monitoring",
"azure-log-analytics-workspace"
] |
75,617,261 | 1 | null | null | -1 | 15 | I am new to databricks and using azure event hub. My self task is to route the messages to appropriate EventHub Sink. I am practicing it with this flow:
```
def enrich:
if vehicleIssue.NM== 1:
writeToNoMaintenanceEhub{}
if vehicleIssue.LM == 1:
writeToLowMaintenanceEhub{}
....
```
This is what I tried/my wa... | Writing to event hub sink if the condition is met | CC BY-SA 4.0 | null | 2023-03-02T15:02:34.887 | 2023-03-03T05:26:36.313 | 2023-03-03T05:26:36.313 | 5,763,413 | 21,025,802 | [
"python",
"databricks"
] |
75,617,245 | 1 | null | null | 0 | 18 | I'm using a Windows Service with Net 4.6 and I've create a Service Reference in VS 2022 of a WSDL service and all works fine but now I've to add a param in HTTP Header Content-Type.
The problem is that I'm using a MTOM Transport and seems I cant attach nothing to Content-Type Header.
I'd tryed to implements a CustomBeh... | Service Reference, MTOM and add custom values to HTTP Header Content-Type | CC BY-SA 4.0 | null | 2023-03-02T15:01:28.913 | 2023-03-03T06:20:13.100 | null | null | 4,373,359 | [
"wcf",
"wsdl",
"mtom"
] |
75,617,268 | 1 | null | null | -3 | 15 | En uno de mis reportes de PBI tengo un Navegador de Marcadores, estoy intentando filtrar estos marcadores en función del rol del usuario que va a acceder al reporte, tal como funciona el tema de seguridad a nivel de filas; alguien lo ha logrado??
Pensé en crear una tabla con los nombres de los marcadores y sacar un fil... | Bookmarks with RLS | CC BY-SA 4.0 | null | 2023-03-02T15:03:07.883 | 2023-03-02T15:03:07.883 | null | null | 21,319,908 | [
"filter",
"powerbi",
"roles",
"bookmarks"
] |
75,617,265 | 1 | 75,617,570 | null | 1 | 47 | I am trying to make a test that actually look into all the `href` in a page, and ONLY if the path url contains `/example` (mywebsite.com/example/anotherPage) inside the href, I want to test the url.
```
describe('VerifyProductsLinks', () => {
it('passes', () => {
cy.visit('/')
cy.get('a').each((page) => {
... | Cypress to get only href in a page that contains specific path inside | CC BY-SA 4.0 | null | 2023-03-02T15:02:58.357 | 2023-03-03T00:17:13.100 | 2023-03-03T00:13:44.200 | 21,253,014 | 14,148,448 | [
"cypress",
"href"
] |
75,617,260 | 1 | null | null | 0 | 31 | I have a problem statement as below -
I have a job status api which accepts `job_id` and start checking the status of the job.
The job statuses are as follows:
1. In Queue.
2. In Progress.
3. Going to next queue.
4. Success in queue 2.
5. Job is completed successfully.
Now how should I wait until the api response re... | How to wait till the job status api reaches to status = success in python based pytest test automation framework | CC BY-SA 4.0 | null | 2023-03-02T15:02:24.660 | 2023-03-03T09:55:29.453 | 2023-03-02T16:57:16.563 | 19,370,702 | 4,939,167 | [
"python",
"python-requests",
"pytest"
] |
75,617,267 | 2 | null | 75,606,013 | 0 | null | The error you are getting is indicating that the attribute 'value' you are calling from the 'cell' object does not actually exist. In this case because you are iterating through a pandas DataFrame each 'row' is a Series in the format: (index, columns). So when you get to the 'cell' iteration, the first thing it sees is... | null | CC BY-SA 4.0 | null | 2023-03-02T15:03:02.423 | 2023-03-02T15:03:02.423 | null | null | 9,824,200 | null |
75,617,269 | 1 | null | null | 0 | 33 | I have a dataset that needs to be divided and partitioned by a key (template name), I was able to do this. I now have new parquet files that need to be pivoted by AttName. This is a dynamic set of files as the source system creates new templates, there will now be a new file. The files are Container/Template/Year/Month... | How to Dynamic Pivot multiple parquet files (same schema) in Azure Synapse | CC BY-SA 4.0 | null | 2023-03-02T15:03:08.853 | 2023-03-02T15:03:08.853 | null | null | 5,338,852 | [
"pivot",
"azure-data-factory",
"azure-synapse"
] |
75,617,263 | 2 | null | 75,572,263 | 0 | null | : You can use Cloud Storage as the data lake, Cloud Storage is well suited to serve as the central storage repository for many reasons as Performance and durability
Strong consistency, Cost efficiency, Flexible processing, Central repository and Security
You can use Pub/Sub and Dataflow.
You can ingest and store real-... | null | CC BY-SA 4.0 | null | 2023-03-02T15:02:38.203 | 2023-03-02T15:02:38.203 | null | null | 15,747,414 | null |
75,617,276 | 2 | null | 75,611,461 | 1 | null | You can just build an index tuple by filling the places before and after the axis you work along with default slice objects.
```
axis = 0
n = range(arr.shape[axis])
preidx = [slice(None, None) for i in range(axis)]
postidx = [slice(None, None) for i in range(len(arr.shape)-axis-1)]
result = np.array([some_operation(arr... | null | CC BY-SA 4.0 | null | 2023-03-02T15:03:47.540 | 2023-03-02T15:03:47.540 | null | null | 15,306,606 | null |
75,617,264 | 1 | null | null | 1 | 24 | I have created a organisation only app on Google Play Console, filled out all relavent information in the App Content area, added the correct emails to the 'Internal app sharing' email list and created a release and uploaded my .aab to the production track and closed testing track.
Once the .aab has been accepted and t... | Issue with Viewing Android App on Google Play Store | CC BY-SA 4.0 | null | 2023-03-02T15:02:55.243 | 2023-03-02T15:02:55.243 | null | null | 15,353,871 | [
"android",
"maui",
"google-play-console"
] |
75,617,274 | 1 | null | null | 0 | 19 | I.'m new to Jenkins, so can't fix my problem by myself.
In Jenkins (v2.393) running in Docker. I've deleted a `ruby-runtime` plugin via UI.
Now Jenkins show the error at startup:
```
java.lang.NoClassDefFoundError: org/jruby/javasupport/proxy/InternalJavaProxy
at org.jenkinsci.jruby.JRubyMapper.serializedClass(JRub... | Problem with Jenkins startup after the deletion of ruby-runtime plugin | CC BY-SA 4.0 | null | 2023-03-02T15:03:42.490 | 2023-03-02T16:01:49.040 | 2023-03-02T16:01:49.040 | 13,282,152 | 13,282,152 | [
"ruby",
"jenkins",
"plugins"
] |
75,617,266 | 1 | 75,617,415 | null | 0 | 18 | I have created the following Django UpdateView:
```
class ProfileSettingsView(SuccessMessageMixin, UpdateView):
template_name = "accounts/settings/profile_settings.html"
form_class = ProfileSettingsForm
success_message = "Your profile has been successfully updated."
success_url = reverse_lazy("accounts:... | Django UpdateView does not validate form fields, and does not update | CC BY-SA 4.0 | null | 2023-03-02T15:02:59.883 | 2023-03-02T15:17:31.780 | 2023-03-02T15:17:31.780 | 17,562,044 | 1,102,514 | [
"django",
"django-models",
"django-forms",
"updateview"
] |
75,617,254 | 1 | null | null | -3 | 21 | \I am trying to send an email of recovery codes on generate recovery codes button click and I keep getting this: Exception thrown: 'System.FormatException' in System.Net.Mail.dll. I am wondering if I need to do a for each loop? Tables dbo.constants: Id, Site, LFAPUrl, LDAPorg, secretKey, tokenDomain, tokenCookieName, r... | ASP.NET Razor email codes system.mail.format exception | CC BY-SA 4.0 | null | 2023-03-02T15:02:04.327 | 2023-03-02T19:28:23.047 | 2023-03-02T19:28:23.047 | 8,157,155 | 8,157,155 | [
"c#",
"asp.net",
"razor",
"razor-pages"
] |
75,617,271 | 1 | null | null | 0 | 26 | i'm making a website where if you land on a particular div, the scrolling behaviour iterates through menu items. But I don't want the scrolling to actually happen. The current code is based on the scrolling distance travelled, but can I still use this property or any similar feature while disabling scrolling?
```
Scrol... | How do I stop scrolling progress while on a specific div, but still use scrolling interaction? | CC BY-SA 4.0 | null | 2023-03-02T15:03:15.303 | 2023-03-02T15:03:15.303 | null | null | 21,319,599 | [
"javascript",
"css",
"scroll"
] |
75,617,279 | 1 | null | null | 0 | 14 | I have a collection type "Order" which has a field called order_id.
how to write a where clause to the order where order_id is "1234", how to achieve this functionality in strapi 4
Thanks
| How to update a value using where clause in strapi 4 | CC BY-SA 4.0 | null | 2023-03-02T15:04:01.973 | 2023-03-05T04:47:11.310 | null | null | 8,823,907 | [
"strapi"
] |
75,617,282 | 2 | null | 75,336,852 | 0 | null | I tried to put the file on that site the way you said but it didn't work. I used this [Link](http://labelary.com/viewer.html) to be able to view the file.
| null | CC BY-SA 4.0 | null | 2023-03-02T15:04:19.287 | 2023-03-02T15:04:19.287 | null | null | 18,645,899 | null |
75,617,278 | 1 | null | null | 0 | 13 | I'm using the top2vec library for topic modeling on a large corpus of text data. I've successfully generated topics using the library, but when I look at the keywords for a specific topic, it only gives me the first 50 words. However, the topic has a length of 180 words, and I'd like to get all the keywords for the top... | How to get all keywords for each topic in top2vec when the model shows the first topic has a length of 180 but only gives the first 50 words? | CC BY-SA 4.0 | null | 2023-03-02T15:03:51.800 | 2023-03-02T15:03:51.800 | null | null | 10,667,216 | [
"python",
"topic-modeling"
] |
75,617,275 | 1 | 75,619,382 | null | 0 | 35 | I'm trying to constraint an ENUM type associative array's size
```
typedef enum {LOW, MID1, MID2, HIGH} scale;
class seq_item;
rand bit [7:0] value_a[scale];
constraint arr_size_c { value_a.num() == 4;}
endclass
module constraint_example;
seq_item item;
initial begin
item = new();
repea... | Can I have a constraint which is ENUM type associative array size in SYSTEMVERILOG? | CC BY-SA 4.0 | null | 2023-03-02T15:03:43.803 | 2023-03-02T19:56:07.177 | 2023-03-02T16:46:15.427 | 20,066,803 | 20,066,803 | [
"system-verilog"
] |
75,617,286 | 2 | null | 43,396,358 | 0 | null | The way that fixed my problem was this one :
Consider that i have a folder named "Storage" on my public_html folder.
i should open public_html folder on Terminal, then i just need to write this code on terminal:
```
chmod 755 Storage -R
```
That's it!
for some young eyes, you should see something like this on your te... | null | CC BY-SA 4.0 | null | 2023-03-02T15:04:36.010 | 2023-03-02T15:04:36.010 | null | null | 4,671,431 | null |
75,617,285 | 1 | 75,626,782 | null | 0 | 22 | While writing an that takes a model such as:
```
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Plan
{
@NotBlank
private String param1;
private String param2;
}
```
I want to hide/ignore this in Swagger UI. I have used , this works for swagger UI but it considers my param2 as null when it is mapped ... | How to hide/ignore a field in swagger docs but set via spec/jolt file in spring-boot? | CC BY-SA 4.0 | null | 2023-03-02T15:04:34.157 | 2023-03-03T11:57:58.090 | null | null | 13,989,935 | [
"java",
"spring-boot",
"api",
"swagger-ui",
"jolt"
] |
75,617,287 | 1 | null | null | 0 | 6 | async def answer_question(QUERY, answer):
async with aiohttp.ClientSession() as session:
response = await session.post('http://127.0.0.1:5009/answer', json={
"question": QUERY,
"passage": answer
})
return response.text.replace(""","")
| Getting Error: ValueError: [TypeError("'coroutine' object is not iterable"), TypeError('vars() argument must have __dict__ attribute')] | CC BY-SA 4.0 | null | 2023-03-02T15:04:36.353 | 2023-03-02T15:04:36.353 | null | null | 8,223,808 | [
"python-3.x",
"api",
"elasticsearch"
] |
75,617,289 | 2 | null | 75,418,216 | 0 | null | It turns out that there was a configuration on the NSG (Network Security Group) that was preventing communication between APIM and the REDIS server on the ports that Redis requires.
Thanks for your input!
| null | CC BY-SA 4.0 | null | 2023-03-02T15:04:41.783 | 2023-03-02T15:04:41.783 | null | null | 2,113,157 | null |
75,617,277 | 1 | null | null | -1 | 21 | I am following this answer in order to setup Google Play Licensing: [Google Play Licencing for an Android app in Android Studio](https://stackoverflow.com/questions/62852617/google-play-licencing-for-an-android-app-in-android-studio?fbclid=IwAR3JJ4fm9Jm-Q8aifuQlfPOaMfgi32IvESqANpkvzIl-lEtKibADds7K47E)
There is rough im... | Converting rough implementation of Google Play Licensing API from Kotlin to Java | CC BY-SA 4.0 | null | 2023-03-02T15:03:49.737 | 2023-03-02T15:03:49.737 | null | null | 14,521,298 | [
"java",
"android",
"kotlin",
"licensing",
"android-lvl"
] |
75,617,270 | 1 | null | null | 2 | 34 | We have a single Github Repo that contains all of our Terraform code.
(We do not use Terraform Cloud)
The Terraform folder structure is broken up into various sections, for example:
```
├── global
│ ├── Route53
│ │ ├── README.md
│ │ ├── records.tf
│ │ ├── provider.tf
│ │ ├── state.tf
│ ├── IAM
│ │... | Github Actions workflows per Terraform state file | CC BY-SA 4.0 | null | 2023-03-02T15:03:14.663 | 2023-03-02T15:07:01.030 | 2023-03-02T15:07:01.030 | 3,001,761 | 7,973,434 | [
"terraform",
"github-actions"
] |
75,617,292 | 1 | null | null | 0 | 7 | I ran the simple python3 ftp server (python3 -m http.server 8000) on a Raspberry Pi 3B, running PiOS Buster. Worked just fine. Terminating python3 with CTRL-Z left a process in control of port 8000, which would not let me re-start the server. After discovering the process id using sudo ps a, I had to use kill -9 to ... | how to terminate python3 http.server | CC BY-SA 4.0 | null | 2023-03-02T15:04:52.990 | 2023-03-02T15:04:52.990 | null | null | 12,155,669 | [
"python-3.x",
"http.server"
] |
75,617,280 | 2 | null | 75,593,018 | 1 | null | From [this answer](https://stackoverflow.com/a/51861309/11810933), it's likely that the directory (or some file within it) is still being accessed by WSL.
: For all answers below, please make sure that the directory does not include any critical files or symlinks to critical directories, as you'll be recursively removi... | null | CC BY-SA 4.0 | null | 2023-03-02T15:04:05.287 | 2023-03-02T15:04:05.287 | null | null | 11,810,933 | null |
75,617,291 | 2 | null | 75,031,450 | 0 | null | As @Dialvive says you can leave the enclosure empty on the content page of the CSV file input or Text file input. However, keep in mind the enclosure is there for a reason:
- -
If the seperator is part of at least one of the datafields in the data file, then please let your data provider know to either:
1. use a more... | null | CC BY-SA 4.0 | null | 2023-03-02T15:04:45.777 | 2023-03-02T15:04:45.777 | null | null | 6,480,762 | null |
75,617,294 | 1 | null | null | 1 | 22 | It's just suppose to scroll down, but in the process it start slow for less than a second an then accelerate to the speed that i chose.
```
$('#button1').click(function(){
$('html').stop().animate({
scrollTop: $('#div12').offset().top
},800);
});
```
Someone knows why that happend?
I looked for the def... | Button that scroll down goes slow and then accelerate | CC BY-SA 4.0 | null | 2023-03-02T15:05:07.737 | 2023-03-02T15:09:52.700 | null | null | 16,211,184 | [
"javascript",
"html",
"jquery"
] |
75,617,297 | 1 | null | null | 0 | 4 | Compiled with problems:X
ERROR in ./src/Component/Details/Details.js 8:0-58
Module not found: Error: Can't resolve 'react-tabs' in 'D:\Internship\Akash\edu_nov_intern_2022\geo-location\react\zomatoapp\src\Component\Details'
ERROR in ./src/Component/Details/Details.js 9:0-41
Module not found: Error: Can't resolve 'react... | Module not found: Error: Can't resolve 'react-tabs/style/react-tabs.css' | CC BY-SA 4.0 | null | 2023-03-02T15:05:28.497 | 2023-03-02T15:05:28.497 | null | null | 20,553,313 | [
"react-tabs"
] |
75,617,299 | 2 | null | 75,604,834 | 0 | null | As you are willing to use only a GET request, just add it in as a query parameter and filter with it in `get_queryset`. See [DRF docs for request parsing](https://www.django-rest-framework.org/api-guide/requests/#query_params).
> request.query_params is a more correctly named synonym for
request.GET.For clarity inside ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:05:36.100 | 2023-03-02T15:05:36.100 | null | null | 9,607,747 | null |
75,617,301 | 1 | null | null | 0 | 9 | Normally i am able to add the computer object to a security group. Is it possible to add the FQDN of computer object to a security group.
If possible to add. Kindly guide me
| How to add the computer object FQDN to a security group | CC BY-SA 4.0 | null | 2023-03-02T15:05:43.963 | 2023-03-02T15:05:43.963 | null | null | 14,241,196 | [
"active-directory",
"windows-server-2012-r2"
] |
75,617,296 | 2 | null | 20,668,689 | 0 | null | A generalization to N-D using [scipy.integrate.romb](https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.romb.html) as a 1D-integrator:
```
def rombND(z, steps=1):
"""
Romberg ND-integration using samples of a ND function.
See scipy.integrate.romb for details.
>>> nx, ny, nz ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:05:24.837 | 2023-03-02T15:05:24.837 | null | null | 1,736,206 | null |
75,617,283 | 1 | null | null | 0 | 30 | I am not able to update the class from viewModel
in HomeScreen.kt
Source code: Home Class
```
data class Home (
var numberplate:String
) {
constructor() : this("")
}
```
HomeScreen.kt
```
@SuppressLint("UnusedMaterialScaffoldPaddingParameter")
@Composable
fun HomeScreen(navController: NavController) {
... | Kotin Jetpack Compose, OutlinedTextField not updating value in Viewmodel | CC BY-SA 4.0 | null | 2023-03-02T15:04:25.187 | 2023-03-03T19:31:38.673 | 2023-03-02T15:19:39.823 | 1,677,806 | 1,677,806 | [
"kotlin",
"mvvm",
"android-jetpack-compose"
] |
75,617,302 | 2 | null | 75,579,679 | 0 | null | I finally figured it out. I have a modelform that depends on the CsvCreate model, which is why the migrations would not run:
```
parameters = CsvCreate.objects.values().latest('uploaded')['parameters']
```
When I commented it out and ran the migrations everything worked.
| null | CC BY-SA 4.0 | null | 2023-03-02T15:05:48.683 | 2023-03-02T15:05:48.683 | null | null | 18,374,918 | null |
75,617,298 | 2 | null | 75,614,679 | 0 | null | Are you sure you used the right url when you tried with requests ?
Following that same path, checking the Network tab from the browser inspector led me to the following API endpoint, surprisingly different than yours whereas it should be exactly the URL indicated in the request from your screenshot ?
```
import reques... | null | CC BY-SA 4.0 | null | 2023-03-02T15:05:34.697 | 2023-03-02T16:35:39.197 | 2023-03-02T16:35:39.197 | 20,399,144 | 20,399,144 | null |
75,617,295 | 2 | null | 75,617,146 | 1 | null | The reason why both codes produce the same output is that Array.sort() sorts the elements in place and returns the sorted array. So when you sort the array by descending order and then immediately sort it again by ascending order, it is already in the correct order, so the second sorting does not change the order.
To f... | null | CC BY-SA 4.0 | null | 2023-03-02T15:05:21.793 | 2023-03-02T15:05:21.793 | null | null | 5,311,562 | null |
75,617,305 | 2 | null | 75,606,615 | 0 | null | Finally I solved:
```
text1.setText( "Hello!" );
canvas.renderAll();
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:05:52.467 | 2023-03-02T15:05:52.467 | null | null | 7,226,603 | null |
75,617,304 | 2 | null | 72,424,396 | 0 | null | I also had a similar issue, in version 9 amount of slides in loop mode should be at least 2x of slidesPerView value. Thought this may help anyone having the same issue.
[See Documentatoion](https://swiperjs.com/migration-guide-v9#loop-mode)
| null | CC BY-SA 4.0 | null | 2023-03-02T15:05:51.807 | 2023-03-02T15:05:51.807 | null | null | 11,383,521 | null |
75,617,293 | 2 | null | 75,617,138 | 0 | null | The alignment offset is due to the default `margin-top` of the `h1` element which goes outside of its parent, creating that offset ("collapsing margins"). To avoid that, add `margin-top: 0` to `h1`. To still create some space above that `h1`, you can add a `padding-top` in addition:
```
h1 {
margin-top: 0;
padding-... | null | CC BY-SA 4.0 | null | 2023-03-02T15:04:57.210 | 2023-03-02T15:54:41.080 | 2023-03-02T15:54:41.080 | 5,641,669 | 5,641,669 | null |
75,617,306 | 2 | null | 75,616,852 | 0 | null | FWIW - IF, and it is a big IF, I use text commands instead of SPROCs I've found using XElement helpful, mostly because of embedded expressions.
```
Dim mycommand As New SqlCommand
mycommand.CommandType = CommandType.Text
Dim cmd As XElement
' the <v> nodes use embedded expressions
cmd = <cmd>
... | null | CC BY-SA 4.0 | null | 2023-03-02T15:05:52.737 | 2023-03-02T15:05:52.737 | null | null | 66,532 | null |
75,617,303 | 2 | null | 75,613,717 | 0 | null | I would first state that this question should not have been asked here as there are a huge number of other questions facing exactly the same issue, and while these questions may not have exactly the same verbatim code change required to resolve the issue, they are structurally homologous and the approaches used to solv... | null | CC BY-SA 4.0 | null | 2023-03-02T15:05:50.157 | 2023-03-02T15:05:50.157 | null | null | 9,831,777 | null |
75,617,300 | 1 | null | null | 0 | 12 | I am using `graphql-request` with `react-query`.
my idea is to create a central service to handle graphql request from common place and return its hooks.
And a module level hook to consume this service and supply it for react components.
I am looking for an options to type safe this so that my service should understand... | React query typesafe graphQL mutation | CC BY-SA 4.0 | null | 2023-03-02T15:05:42.597 | 2023-03-02T15:05:42.597 | null | null | 3,345,331 | [
"reactjs",
"typescript",
"react-hooks",
"graphql",
"react-query"
] |
75,617,309 | 1 | 75,618,302 | null | 0 | 13 | I have built a Test Explorer extension for VS Code, and would like to support multi-select right click actions but I cannot figure out if this is supported, and if so how to implement it.
I have added a context menu via the package.json like this:
```
"testing/item/context": [
{
"submenu": "myTestExplorer... | Do VS Code TestItems support multi-select actions? | CC BY-SA 4.0 | null | 2023-03-02T15:06:22.100 | 2023-03-02T16:32:44.947 | null | null | 11,770,374 | [
"vscode-extensions"
] |
75,617,311 | 1 | null | null | 0 | 14 | I'm trying to use TableStream API with 'upsert-kafka' connector to write some data to kafka topic. For this, I want to test out the queries by inserting some sample data. Here are my queries.
```
CREATE TABLE test_changes (
message_key STRING NOT NULL,
event_type STRING NOT NULL,
event_changed ROW<id STRING... | Flink + Inserting data into SQL Table | CC BY-SA 4.0 | null | 2023-03-02T15:06:33.437 | 2023-03-02T15:06:33.437 | null | null | 3,497,321 | [
"apache-flink",
"flink-sql"
] |
75,617,314 | 1 | null | null | 0 | 9 | My query returns quite large number of nodes, but I'd like to expand them anyway. Is there Expand all command in Memgraph Lab? I can't find one.
[](https://i.stack.imgur.com/wGC0a.png)
| Can I expand all nodes in Memgraph lab? | CC BY-SA 4.0 | null | 2023-03-02T15:06:39.683 | 2023-03-02T15:06:39.683 | null | null | 20,192,988 | [
"memgraphdb"
] |
75,617,308 | 1 | null | null | 0 | 23 | I am trying to create a dataset in a HDF5 file and then extend it. I have a toy example, based largely on this [demo](https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5-examples/browse/1_10/C/H5D/h5ex_d_unlimadd.c). Here is my code:
```
#include <H5Cpp.h>
#include <hdf5.h>
using namespace H5;
int main(int ar... | HDF5 Extend 1-D Dataset (C++) | CC BY-SA 4.0 | null | 2023-03-02T15:06:16.450 | 2023-03-02T18:46:27.613 | 2023-03-02T18:27:20.473 | 17,167,312 | 6,095,728 | [
"c++",
"hdf5",
"hdf"
] |
75,617,288 | 2 | null | 75,615,453 | 0 | null |
## We can divide this question into 2 occasions:
- -
---
## Using only Code-Behind
xaml:
```
<Window x:Class="GED.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:materialDesign="http://materialdesignin... | null | CC BY-SA 4.0 | null | 2023-03-02T15:04:41.307 | 2023-03-02T15:04:41.307 | null | null | 15,569,273 | null |
75,617,312 | 1 | null | null | 0 | 10 | I am using [jupyterlab-myst](https://pypi.org/project/jupyterlab-myst/), a really cool extension.
The [MyST documentation on Topography](https://myst-parser.readthedocs.io/en/latest/syntax/typography.html) mentions several extensions such as "attrs_block", "attrs_inline", "tasklist", "deflist", and "fieldlist". I beli... | jupyterlab-myst: how to install or enable myst extension? | CC BY-SA 4.0 | null | 2023-03-02T15:06:33.673 | 2023-03-03T11:25:55.767 | null | null | 3,651,068 | [
"myst"
] |