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,627,491 | 2 | null | 75,624,701 | 0 | null | Try to write a schema of your architecture. On your backend, you require traffic coming from the VPC. I'm also sure you added a serverless VPC connector to control the egress and to be able to reach AlloyDB
Now, think about the frontend. Firstly, if you set ingress = internal, only traffic coming from your VPC will be ... | null | CC BY-SA 4.0 | null | 2023-03-03T13:10:28.877 | 2023-03-03T13:10:28.877 | null | null | 11,372,593 | null |
75,627,489 | 1 | null | null | 0 | 17 | I want to have the feature of copying and pasting text in the terminal view in multiple terminal views for this. I tried an approach, but it has not worked.
```
var data = (navigator.userAgent.toLowerCase().indexOf("msie") != -1 || navigator.userAgent.toLowerCase().indexOf("cmdline") != -1);
document.getElementById('c... | Copy and paste text feature in terminal view using javascript | CC BY-SA 4.0 | null | 2023-03-03T13:10:15.417 | 2023-03-03T17:28:40.347 | 2023-03-03T17:28:40.347 | 18,461,576 | 15,413,040 | [
"javascript",
"jquery",
"ruby-on-rails",
"terminal"
] |
75,627,490 | 2 | null | 75,625,204 | 0 | null |
I have an owner role at the container registry resource and I enabled Admin user like below.
[](https://i.stack.imgur.com/huM1A.png)
[](https://i.stack.imgur.com/dz04V.png)
Open Shell and Login to ACR as shown below.
[](https://i.stack.imgur.com/sGFZ7.png)
```
$ docker login <acr-name>.azurecr.io --username <usernam... | null | CC BY-SA 4.0 | null | 2023-03-03T13:10:28.040 | 2023-03-03T13:10:28.040 | null | null | 20,096,460 | null |
75,627,493 | 2 | null | 75,603,652 | 0 | null | My program had a few issues.
1. The execute simple command function is only called inside a child process. I had naked returns which crashed criterion. The solution was using _exit(127)
2. sheldon.command_line = ft_strdup("ls"); should include a new line so that "ls\n". doesn't hang.
3. There were more fixes, if you a... | null | CC BY-SA 4.0 | null | 2023-03-03T13:10:31.340 | 2023-03-03T13:10:31.340 | null | null | 18,990,473 | null |
75,627,486 | 2 | null | 75,626,365 | 0 | null | I hope this is how your sample data looks like:
```
[
{"fieldName":"customer_name","fieldValue":"ABC"},
{"fieldName":"deviceid","fieldValue":"1234"},
{"fieldName":"txn_id","fieldValue":"2"},
{"fieldName":"txn_date","fieldValue":"2017-08-14T18:17:37"},
{"fieldName":"orderid","fieldValue":"I126101"}
]
```
1. Read the s... | null | CC BY-SA 4.0 | null | 2023-03-03T13:09:57.363 | 2023-03-03T13:09:57.363 | null | null | 14,818,796 | null |
75,627,492 | 1 | null | null | 1 | 11 | I am implementing a bpmn process with camunda. My Workflow looks as follows:
[](https://i.stack.imgur.com/946K7.png)
As you see tasks A, B and C are user tasks which need to be completed. Sometimes these tasks need to be repeated so i modify the process instance via the rest api.
This modification then starts before th... | Camunda parallel gateway does not wait for all sequence flows | CC BY-SA 4.0 | null | 2023-03-03T13:10:30.867 | 2023-03-05T04:11:24.557 | 2023-03-03T14:10:05.233 | 4,929,939 | 21,125,529 | [
"asynchronous",
"camunda",
"bpmn",
"camunda-modeler"
] |
75,627,498 | 2 | null | 57,712,652 | 0 | null | On Debian 11, i had the same error on this command
```
sudo apt-get install libnginx-mod-http-passenger
```
Resolved with [this answer](https://askubuntu.com/a/1265236/1374865)
| null | CC BY-SA 4.0 | null | 2023-03-03T13:10:45.393 | 2023-03-03T13:10:45.393 | null | null | 6,525,847 | null |
75,627,487 | 1 | null | null | 2 | 12 | I want to display the value of Gitlab's variable CI_COMMIT_SHA on my website to know which website version is displayed at the moment.
To do this, I have this HTML snippet on my website:
```
<p>Hashcode2: current_hash_code2</p>
```
In my Dockerfile I want to replace `current_hash_code2` with the value of CI_COMMIT_SHA... | Docker, Gitlab: How can I print ${CI_COMMIT_SHA} on my website? | CC BY-SA 4.0 | null | 2023-03-03T13:10:00.753 | 2023-03-03T13:14:19.187 | null | null | 7,945,506 | [
"docker",
"gitlab",
"dockerfile",
"gitlab-ci"
] |
75,627,497 | 2 | null | 49,405,321 | 0 | null | I had the same issue sometime ago even after installing both Dart and Flutter plugins for intelliJ, I fixed it like this...
STEP ONE: Click "Repair IDE"
[](https://i.stack.imgur.com/eMnRI.png)
STEP TWO: Click "Rescan Project Indexes" at the bottom
[](https://i.stack.imgur.com/nkuNK.png)
STEP THREE: Click "Reopen Projec... | null | CC BY-SA 4.0 | null | 2023-03-03T13:10:41.630 | 2023-03-03T13:10:41.630 | null | null | 9,461,753 | null |
75,627,494 | 1 | 75,629,275 | null | 0 | 24 | I'm working on a REST API using Node.js and TypeScript. I use Sequelize for my db stuff.
I have some queries (mostly raw queries executed through Sequelize) that run perfectly fine in my development environment (Windows 10 with the 10.4.24-MariaDB MySQL server that comes with XAMPP) but give me syntax errors when I dep... | MySQL query works fine one local windows dev environment, but not on linux server | CC BY-SA 4.0 | null | 2023-03-03T13:10:35.477 | 2023-03-03T15:55:38.390 | null | null | 9,785,450 | [
"mysql",
"node.js",
"linux",
"rest",
"deployment"
] |
75,627,496 | 1 | null | null | 0 | 6 | I am rebuilding a react-table to v8 where one cell is a functional component, which shows the status, based on the Id value.
My Status component is defined like this:
```
function Status({ id }) {
const [status, setStatus] = useState("pending");
useEffect(() => {
getApi(`/status/${id}`).then((stat) => {
s... | FlexRender Functional Component Tanstack React Table v8 | CC BY-SA 4.0 | null | 2023-03-03T13:10:41.540 | 2023-03-03T13:10:41.540 | null | null | 14,458,420 | [
"reactjs",
"react-table"
] |
75,627,502 | 1 | null | null | 0 | 13 | Hi I am trying to write a pure Java code that can run outside of odi studio to export and import specific objects like mapping variables procedures separately in to xml files.
Any help or code references will be appreciated?
| ODI 12c export and import objects using Java SDK | CC BY-SA 4.0 | null | 2023-03-03T13:10:59.400 | 2023-03-03T14:02:52.433 | null | null | 21,324,643 | [
"java",
"import",
"sdk",
"export",
"oracle-data-integrator"
] |
75,627,495 | 2 | null | 52,588,310 | 0 | null | I ended up with `item:added` event handler which adds required language versions. The handler filters items by template ID so that only specific templates are chased:
```
public class MultilingualItemEventHandler
{
public Guid TemplateId { get; set; }
public string IgnoredLanguages { get; set; }
public vo... | null | CC BY-SA 4.0 | null | 2023-03-03T13:10:38.790 | 2023-03-03T13:10:38.790 | null | null | 4,207,332 | null |
75,627,506 | 2 | null | 75,627,452 | 1 | null | Nowhere do you assign any value to 'average', so it remains set to its initial value of zero.
| null | CC BY-SA 4.0 | null | 2023-03-03T13:11:14.497 | 2023-03-03T13:11:14.497 | null | null | 20,896,122 | null |
75,627,505 | 1 | null | null | 1 | 67 | I am using glob to read `*_file.log` exist in certain directory but below code seems not working.
Example path having these few files:
```
/user/home/xpath/logs/
abc_file.log
def_file.log
x.txt
```
Code:
```
my $home = "/user/home";
if (glob ("${home}/xpath/logs/\*_file.log")){
print "work\n";
}
else {
print "somethi... | perl glob files in directory | CC BY-SA 4.0 | null | 2023-03-03T13:11:13.347 | 2023-03-04T23:42:14.903 | 2023-03-03T14:06:25.007 | 21,255,401 | 21,255,401 | [
"perl",
"glob"
] |
75,627,507 | 1 | null | null | 0 | 19 | So far, I've the following endpoints:
```
router
.post('/', serviceController.createNewService)
.patch('/:serviceId', serviceController.updateOneService)
.delete('/:serviceId', serviceController.deleteOneService)
```
The `DELETE` endpoint deletes the resource logically. Now, which HTTP verb should I impl... | Which HTTP verb should I use to recover a resource that was deleted logically in a RESTful API with Nodejs and Express? | CC BY-SA 4.0 | null | 2023-03-03T13:11:25.787 | 2023-03-03T13:33:03.437 | 2023-03-03T13:33:03.437 | 7,723,557 | 7,723,557 | [
"javascript",
"node.js",
"express",
"http"
] |
75,627,504 | 1 | null | null | 0 | 18 | I'm trying to extract the second occurrence of a web domain in a string with regex within Google App Script. In the below example you can see it is returning duckduckgo.com and chicaspoderosas.org
```
<a rel="nofollow" class="result__a" href="//duckduckgo.com/l/?uddg=https%3A%2F%2Fchicaspoderosas.org%2Fabout%2F&rut... | Regex to find second occurrence of a domain within a string | CC BY-SA 4.0 | null | 2023-03-03T13:11:12.280 | 2023-03-03T13:11:12.280 | null | null | 8,714,721 | [
"javascript",
"regex"
] |
75,627,500 | 1 | null | null | -1 | 31 | [I have 2 Column Act 603000(Detailed) and Budget 603000 and I need to replace the repeating values to be either Blank or zero. I tried using (if ("hasonevalue") but hasn't worked.
my formula for Budget 603000 is
Budget 603000 =
Calculate([Budget],treatas(Values('Project lookup Final'[Site & Project ID]),'BUdgets Exc RE... | Power Matrix Row showing repeating values | CC BY-SA 4.0 | null | 2023-03-03T13:10:54.350 | 2023-03-04T01:35:25.883 | 2023-03-03T14:37:15.837 | 14,352,163 | 14,352,163 | [
"powerbi",
"dax"
] |
75,627,510 | 2 | null | 75,626,072 | 2 | null | In Scala 3.2.2, you can use the `match` keyword with an `Option` value to pattern match on its contents. Here is how you can modify the given code to make it compile:
```
val cause: Option[Throwable] = None
cause match {
case Some(c) => c
case None => null
}
```
| null | CC BY-SA 4.0 | null | 2023-03-03T13:11:39.697 | 2023-03-03T13:11:39.697 | null | null | 6,860,682 | null |
75,627,509 | 2 | null | 6,315,180 | 0 | null | You can simply perform string comparison for primitive values (inside the array):
```
var ar = [
[2, 6, 89, 45],
[3, 566, 23, 79],
[434, 677, 9, 23],
];
var val = [3, 566, 23, 79];
for (const item of ar) {
if (item.toString() == val.toString()) {
console.log(`item found at index: ${ar.indexOf(item)}`);
... | null | CC BY-SA 4.0 | null | 2023-03-03T13:11:34.687 | 2023-03-03T13:11:34.687 | null | null | 2,138,752 | null |
75,627,511 | 1 | null | null | 0 | 27 | I have two sheets: Backlog and Sprint. The backlog items are numbered 1, 2, 3, 4 and so on, and the sprint items are numbered 1.1, 1.2, 1.3, 1.4 and so on.
In the backlog I need to sum the hours spent from column J3:J in the sprint sheet for the items with the same initial ID (1, 2, 3, 4...).
I'm trying to do this but ... | Trying to sum elements in a column based on comparing criteria between sheets | CC BY-SA 4.0 | null | 2023-03-03T13:11:39.643 | 2023-03-03T14:52:52.073 | 2023-03-03T13:14:54.350 | 19,142,442 | 19,142,442 | [
"google-sheets"
] |
75,627,515 | 2 | null | 75,627,044 | 0 | null | The 401 error was the clue, main.com has Basic Authorisation on it and when that is turned of the problem goes away. Not sure why Safari is doing this on and off though.
| null | CC BY-SA 4.0 | null | 2023-03-03T13:11:57.957 | 2023-03-03T13:11:57.957 | null | null | 1,209,203 | null |
75,627,514 | 1 | null | null | 0 | 32 | Getting the below error while integrating jfrog with ecr repository in the option jfrog remote repository
> Error testing pull replication config: Unable to identify target URL as an Artifactory instance: HTTP/1.1 400 Bad Request
Giving ECR url as - [https://940810086075.dkr.ecr.ap-northeast-1.amazonaws.com/docker-lamb... | ECR and JFROG INTEGRATION | CC BY-SA 4.0 | null | 2023-03-03T13:11:51.903 | 2023-03-03T17:15:16.713 | 2023-03-03T17:08:55.210 | 2,756,409 | 21,326,088 | [
"integration",
"artifactory",
"amazon-ecr",
"jfrog-container-registry"
] |
75,627,513 | 1 | null | null | 0 | 21 | I am currently working on a chrome extension that censors swear words and images on a webpage.
For this purpose I need to process all text and images on the website through a bad word filter.
I tried using a recursive method for this. I am basically recursing through the entire DOM tree and checking if it is a text nod... | How to perform an operation on every text element in the DOM? | CC BY-SA 4.0 | null | 2023-03-03T13:11:51.413 | 2023-03-03T13:11:51.413 | null | null | 17,890,363 | [
"javascript",
"html",
"recursion",
"dom",
"google-chrome-extension"
] |
75,627,518 | 2 | null | 75,627,451 | 0 | null | ```
public static void Main(string[] args)
{
...
// Calling MyMethod:
MyMethod(someParams);
...
}
// This is the called method above:
public void MyMethod(SomeType someParam)
{
...
someParam.SomeProperty = newValue;
...
}
```
| null | CC BY-SA 4.0 | null | 2023-03-03T13:12:05.583 | 2023-03-03T13:12:05.583 | null | null | 5,762,332 | null |
75,627,467 | 1 | null | null | 1 | 20 | Let me explain, we are using a Blazor application which uses Api's to access the database through Entity Framework Core. I have an application that is importing data in from a spreadsheet. The data is expected to be posted (inserted) into a file. That is not really an issue, but the question comes in the validation ste... | Is there a way to precheck if a foreign key ID exists in its respective file or files, prior to post, using Entity Framework core? | CC BY-SA 4.0 | null | 2023-03-03T13:08:05.630 | 2023-03-03T13:14:31.627 | 2023-03-03T13:14:31.627 | 2,325,351 | 2,325,351 | [
"c#",
"entity-framework",
"blazor"
] |
75,627,512 | 2 | null | 75,627,265 | 0 | null | It can't be done this easily, because dependencies are resolved based on their type and qualifiers, and nothing else. Therefore, you will always get your `ResolverWithRequest`, because it is an enabled alternative (and has highest priority).
However, you can create your own facade that will dispatch to the correct `Res... | null | CC BY-SA 4.0 | null | 2023-03-03T13:11:51.067 | 2023-03-03T13:11:51.067 | null | null | 742,081 | null |
75,627,516 | 2 | null | 75,627,451 | 1 | null | Maybe an example makes it clearer:
```
Cake CreateCake(int orderNo){
var order = new Cake(orderNo);
Decorate(order );
return order ;
}
void Decorate(Cake order ){
...
}
```
`Decorate` in this case is called by `CreateCake`, so the former is the method, and the later the method.
The important thing to not... | null | CC BY-SA 4.0 | null | 2023-03-03T13:11:58.683 | 2023-03-03T15:43:42.230 | 2023-03-03T15:43:42.230 | 12,342,238 | 12,342,238 | null |
75,627,520 | 2 | null | 73,485,614 | 0 | null | Try to set this flags when you open the browser in RN code:
```
const options = { forceCloseOnRedirection: false, showInRecents: true };
await InAppBrowser.open(url, options);
```
| null | CC BY-SA 4.0 | null | 2023-03-03T13:12:23.493 | 2023-03-03T13:12:23.493 | null | null | 3,680,373 | null |
75,627,517 | 1 | null | null | -3 | 15 | I'm looking for a php function that will take a list of m rectangles as an input in the form of (w x h)^m and outputs an efficient nesting of m-1 rectangles within up to n copies of the largest rectangle.
The function will output an optimal (minimising n) list of elements in the form ((x1_m,y1_m),(x2_m,y2_m),n,m) where... | What's a simple php code or algorithm for nesting rectangles? | CC BY-SA 4.0 | null | 2023-03-03T13:11:59.273 | 2023-03-03T14:11:25.620 | 2023-03-03T14:11:25.620 | 7,799,269 | 7,799,269 | [
"php",
"optimization",
"geometry"
] |
75,627,499 | 1 | null | null | 1 | 30 | Hello all I have a select where it was binded as follows in UI
```
<div class="choices form-group form-choices" data-type="select-one" dir="ltr" tabindex="-1" role="listbox" aria-haspopup="true" aria-expanded="false">
<div class="form-control ui fluid selection dropdown" tabindex="0"><select lang="en" class="form-con... | Selenium C# select an element inside div | CC BY-SA 4.0 | null | 2023-03-03T13:10:46.560 | 2023-03-03T17:27:54.107 | 2023-03-03T17:27:54.107 | 10,885,684 | 388,388 | [
"c#",
"selenium-webdriver",
"web-scraping",
"xpath",
"webdriver"
] |
75,627,503 | 1 | 75,628,250 | null | 0 | 32 | I'm currently making a Tic-Tac-Toe game and trying to impliment the minimax ai for it. Everything is working fine if the ai is going first and the player is going second, but if ai is second it just goes in a pattern [0][0] => [0][1] => [0][2] etc. If the human already filled this pattern it just skips over and continu... | Minimax Tic-Tac-Toe issue; | CC BY-SA 4.0 | null | 2023-03-03T13:11:09.627 | 2023-03-03T14:20:50.357 | 2023-03-03T13:58:02.287 | 20,408,039 | 20,408,039 | [
"javascript",
"algorithm",
"tic-tac-toe",
"minimax"
] |
75,627,519 | 2 | null | 75,627,440 | 0 | null | Not sure with the `60`, but you need to add the `max` or `Inf`.
```
transform(Base, str_cat=cut(Strength, c(0, 29, max(Strength)), labels=c('weaker', 'strong')))
# ID Gender Strength str_cat
# 1 1 0 230 strong
# 2 2 1 20 weaker
# 3 3 1 30 strong
# 4 4 0 40 strong
# 5... | null | CC BY-SA 4.0 | null | 2023-03-03T13:12:09.873 | 2023-03-03T13:12:09.873 | null | null | 6,574,038 | null |
75,627,524 | 1 | null | null | 0 | 21 | I am using jpa/hibernate in my application and have enabled jdbc batching:
spring.jpa.properties.hibernate.jdbc.batch_size=100
however there are some sections in the code which still use Native sqls to update the DB and I noticed that batch update/insert is not working for those native queries
```
EntityManager em;
em.... | JPA Batch update not working with native sql query | CC BY-SA 4.0 | null | 2023-03-03T13:12:39.313 | 2023-03-03T13:58:26.477 | null | null | 16,187,859 | [
"java",
"hibernate",
"jpa",
"batch-processing"
] |
75,627,527 | 2 | null | 52,633,342 | 0 | null | Maybe you can add `@RestController` to this annotation above the main class (KevthedevApplication).
So the successful code will be like this:
```
@RestController //add this annotation
@SpringBootApplication
public class KevthedevApplication {
public static void main(String[] args) {
SpringApplication... | null | CC BY-SA 4.0 | null | 2023-03-03T13:12:53.027 | 2023-03-03T13:12:53.027 | null | null | 21,326,139 | null |
75,627,529 | 1 | null | null | -3 | 29 | [enter image description here](https://i.stack.imgur.com/UIGfK.png) help me.
| How can i Fix This Bug:Value must be ≥ 0 | CC BY-SA 4.0 | null | 2023-03-03T13:12:58.867 | 2023-03-03T13:12:58.867 | null | null | 20,785,603 | [
"android-studio",
"kotlin"
] |
75,627,523 | 1 | 75,628,049 | null | 1 | 26 | i am not very expert in kotlin collection functions so need some help:
Assume i have a data class:
```
data class transaction(val SenderName: String,val ReceiverName: String,val Amount: Int)
```
the list of transactions
```
val transactions = listOf(
transaction("Rahul","Ravi",10000),
transaction("Rahul","Ravi",-500),... | Kotlin : Groupby the objects by 2 values, perform sum and then map it to other object | CC BY-SA 4.0 | null | 2023-03-03T13:12:28.100 | 2023-03-03T14:01:41.357 | null | null | 6,882,330 | [
"kotlin",
"group-by",
"collections"
] |
75,627,526 | 1 | null | null | 0 | 7 | I'm currently implementing real-time communication in my web application using Socket.IO, and I'm having trouble ensuring that my application can handle a large number of concurrent users. I've tried configuring the server to use a load balancer and implementing connection pooling, but I'm still experiencing performanc... | What techniques can I use to increase the number of concurrent users my Socket.IO application can handle? | CC BY-SA 4.0 | null | 2023-03-03T13:12:50.407 | 2023-03-04T01:42:38.153 | 2023-03-04T01:42:38.153 | 11,107,541 | 21,326,017 | [
"javascript",
"websocket",
"concurrency",
"socket.io-1.0",
"multiple-users"
] |
75,627,531 | 1 | null | null | 2 | 22 | I know two ways to start Ignite cluster - one is running it as a docker container using run.sh script inside apacheignite/ignite image and the other is by running Ignition.Start() method inside the app, which allows us to have thick client ready to work on Ignite.
We would like to use the thick client so the second app... | What is the difference between starting Ignite using run.sh script inside docker image and using Ignition.Start() method? | CC BY-SA 4.0 | null | 2023-03-03T13:13:21.407 | 2023-03-03T13:25:22.047 | null | null | 8,422,347 | [
"c#",
".net",
"docker",
"ignite",
"gridgain"
] |
75,627,530 | 2 | null | 75,620,154 | 0 | null | When you query a `timestamptz` as text, PG converts it to the (server) local time zone as defined in the `Timezone` parameter. This usually is not what you want - different users live in different time zones, and the system time zone that happens to be configured on the database server isn't generally important. While ... | null | CC BY-SA 4.0 | null | 2023-03-03T13:13:09.447 | 2023-03-03T13:13:09.447 | null | null | 640,325 | null |
75,627,532 | 2 | null | 68,338,012 | 0 | null | this answer works but you need
> my_tables._tables.extend(...)
instead of
> my_tables._tables.append(...)
| null | CC BY-SA 4.0 | null | 2023-03-03T13:13:24.547 | 2023-03-03T13:13:24.547 | null | null | 4,965,352 | null |
75,627,534 | 2 | null | 75,626,779 | -2 | null | It works now, here is the answer:
```
if(!empty($_GET['term']))
{
include('db_conn.php');
$term = $_GET['term'];
$term = mysqli_real_escape_string($conn, $term);
$output = array();
$result = $conn->query("SELECT ip_v4 FROM dspia_main WHERE ip_v4 LIKE '" . $term . "%'");
while($row=mysqli_fetch_array($result)){
$... | null | CC BY-SA 4.0 | null | 2023-03-03T13:13:35.617 | 2023-03-03T13:13:35.617 | null | null | 20,298,312 | null |
75,627,536 | 2 | null | 67,249,649 | 0 | null | Quite significant difference is that .getElementById is only applicable on document level while .querySelector can be applied on element level. I.e querySelector allows you to control where to start traversing while getElementById will always traverse from the document root. This means that that querySelector does not ... | null | CC BY-SA 4.0 | null | 2023-03-03T13:13:49.837 | 2023-03-03T13:13:49.837 | null | null | 14,699,235 | null |
75,627,535 | 2 | null | 75,627,227 | 2 | null | Your implementation only checks if the property type extends Model, but if it does not, it simply returns the original type without any modifications.
To fix this, you can update the MyType type to include a catch-all case that returns the original type for any properties that do not extend Model:
```
type MyType<T> = ... | null | CC BY-SA 4.0 | null | 2023-03-03T13:13:47.933 | 2023-03-03T13:13:47.933 | null | null | 21,232,070 | null |
75,627,525 | 1 | null | null | 0 | 27 | [The original functioning code by VBasic2008 in the accepted answer.](https://stackoverflow.com/questions/74565379/if-and-condition-with-arrays)
I thought I'd understood the code, and have often modified it as necessary without problem. I'm now having trouble with the following:
```
For r = 1 To rCount
rString = C... | Loop with arrays not behaving as expected | CC BY-SA 4.0 | null | 2023-03-03T13:12:47.997 | 2023-03-03T13:12:47.997 | null | null | 20,197,062 | [
"excel",
"vba"
] |
75,627,528 | 1 | null | null | -1 | 11 | This is my configuration
```
@Configuration
public class R2dbcConfig {
@Bean
public R2dbcCustomConversions r2dbcCustomConversions(Gson gson) {
List<Converter<?, ?>> converters = new ArrayList<>();
converters.add(new JsonToObjectConverter(gson));
converters.add(new ObjectToJsonConverter(g... | Writing to nested object database as Json with using a Converter on Spring boot r2dbc | CC BY-SA 4.0 | null | 2023-03-03T13:12:54.390 | 2023-03-03T13:12:54.390 | null | null | 21,325,910 | [
"java",
"json",
"spring-boot",
"spring-data-r2dbc",
"r2dbc"
] |
75,627,521 | 1 | null | null | 0 | 16 | I work on sp.net web form I face issue grid view Hidden after click on page number on grid view .
so when click search button data display success with pagination.
.
why this happen and how to solve this issue .
```
protected void grdData_PageIndexChanging(object sender, GridViewPageEventArgs e)
{
... | grid view hidden after click on page number index on grid view? | CC BY-SA 4.0 | null | 2023-03-03T13:12:23.843 | 2023-03-03T14:00:09.550 | null | null | 21,095,797 | [
"asp.net",
".net",
"gridview",
"c#-4.0",
"webforms"
] |
75,627,522 | 2 | null | 75,625,091 | 1 | null | The [example](https://github.com/expo/expo/tree/main/apps/native-component-list) works as expected for me.
```
import React from 'react';
import { Image, StyleSheet, Text, View } from 'react-native';
import { Asset } from 'expo-asset';
import * as FileSystem from 'expo-file-system';
import * as Sharing from 'expo-shari... | null | CC BY-SA 4.0 | null | 2023-03-03T13:12:25.430 | 2023-03-03T13:12:25.430 | null | null | 5,905,466 | null |
75,627,540 | 2 | null | 75,627,240 | 0 | null | You should use `\\` instead of `//`
```
String input = "a , b , c , d";
String output = input.replaceAll("\\s*,\\s*", ",");
System.out.println(output); // output: "a,b,c,d"
```
| null | CC BY-SA 4.0 | null | 2023-03-03T13:14:14.553 | 2023-03-03T13:14:14.553 | null | null | 6,751,603 | null |
75,627,541 | 1 | null | null | 0 | 20 | I am trying to have 3 plots on one figure using plotly subplots.
Naturally, I could do just 3 rows but I am trying to have first two figures side-by-side and another being stretched out. Overall I am trying to get a layout on the picture (that I made with paint):
[](https://i.stack.imgur.com/L3PdO.png)
Is it possible a... | plotly subplots: is it possible to have one subplots occupy multiple columns or rows | CC BY-SA 4.0 | null | 2023-03-03T13:14:14.427 | 2023-03-03T15:21:35.240 | null | null | 13,158,157 | [
"python",
"plotly",
"plotly-python"
] |
75,627,539 | 2 | null | 75,627,297 | 1 | null | The easiest way is this one I think:
```
val progress by remember { mutableStateOf(0f) }
val animatedProgress by animateFloatAsState(targetValue = progress,
animationSpec = tween(
durationMillis = 1000,
easing = LinearEasing
))
val paused by remember { mutableStateOf(false) }
LaunchedEf... | null | CC BY-SA 4.0 | null | 2023-03-03T13:14:14.180 | 2023-03-03T14:19:17.750 | 2023-03-03T14:19:17.750 | 17,787,605 | 17,787,605 | null |
75,627,533 | 1 | null | null | 1 | 32 | My app fetches array of products on mounting (array length < 10, so I fetch everything) and saves in redux store. `Home` page has filter buttons, sorting (price, weight, etc) and search (all this settings are also stored as store slice). How am I supposed to filter + sort + search simultaneously before rendering? As I ... | filter, sort and search through array by selectors in redux toolkit (typescript) | CC BY-SA 4.0 | null | 2023-03-03T13:13:35.377 | 2023-03-03T17:45:38.817 | 2023-03-03T17:45:38.817 | 8,690,857 | 17,199,707 | [
"reactjs",
"typescript",
"redux",
"redux-toolkit"
] |
75,627,544 | 2 | null | 75,627,487 | 0 | null | Then variable `CI_COMMIT_SHA` is empty inside your Dockerfile, which means it might not have been valued during the `docker build`
You would need:
```
docker build --build-arg CI_COMMIT_SHA=${CI_COMMIT_SHA}
```
And your Dockerfile should start with (after the `FROM`)
```
ARG CI_COMMIT_SHA
ENV CI_COMMIT_SHA $CI_COMMIT_... | null | CC BY-SA 4.0 | null | 2023-03-03T13:14:19.187 | 2023-03-03T13:14:19.187 | null | null | 6,309 | null |
75,627,537 | 1 | 75,627,814 | null | 1 | 21 | I am a newbie to python and I have an issue with converting some csv data to json data.
So here is the data in csv
[](https://i.stack.imgur.com/l5ONZ.png)
[Link to sample excel file](https://docs.google.com/spreadsheets/d/1M7vNHx4YLc3GbBjBswMS1Xeu07SZqFC4/edit?usp=share_link&ouid=102353199508911220367&rtpof=true&sd=t... | Convert Pivot Like Data into JSON using Python or Pandas | CC BY-SA 4.0 | null | 2023-03-03T13:13:52.440 | 2023-03-03T13:40:12.747 | 2023-03-03T13:28:49.097 | 7,229,651 | 7,229,651 | [
"python",
"json",
"pandas",
"csv"
] |
75,627,543 | 1 | null | null | -1 | 12 | After installing the newer version of python using homebrew, i couldn't get to use it, as when i type python3 in the terminal I get the older version, and by running a
```
which python3
```
this is what i get
`/Users/yasinedeghaies/opt/anaconda3/bin/python3`
How do I change my Path to point to the python from homebrew... | How do I change the PATH variable to point to the Python version from homebrew instead of Anaconda3? | CC BY-SA 4.0 | null | 2023-03-03T13:14:14.873 | 2023-03-03T13:25:46.957 | 2023-03-03T13:25:46.957 | 12,170,147 | 12,170,147 | [
"python-3.x",
"macos",
"homebrew",
"zsh"
] |
75,627,538 | 2 | null | 75,627,078 | 1 | null | You are running into a restriction of HTML, where `<table>` allows only for specific tags as children (tr, thead, tbody, tfoot). This applies to your custom `<my-tr>` tag. The [documentation](https://vuejs.org/guide/essentials/component-basics.html#element-placement-restrictions) recommends to use `:is` as a workaround... | null | CC BY-SA 4.0 | null | 2023-03-03T13:14:13.103 | 2023-03-03T13:14:13.103 | null | null | 4,883,195 | null |
75,627,546 | 1 | null | null | 0 | 20 | I'm trying to write a python application that must connect to a `Postgres` database.
I'm trying to use `psycopg2` for this. Here's my connection:
```
connection = psycopg2.connect(user="username",
password="password",
host="1.6.2.1",
port="5432",
database="mydatabase",
sslmode='require')
```
My pro... | Jasypt equivalent for Python | CC BY-SA 4.0 | null | 2023-03-03T13:14:25.560 | 2023-03-03T13:28:25.260 | 2023-03-03T13:28:25.260 | 7,836,976 | 7,836,976 | [
"python",
"database",
"encryption",
"connection-string",
"jasypt"
] |
75,627,548 | 2 | null | 75,627,369 | 0 | null | use the '.catch' on the fetch function to see the error on the console :
```
handleSubmit(event) {
fetch('https://api.npms.io/v2/search?q=react')
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.log(error)) //the new addition
}
`... | null | CC BY-SA 4.0 | null | 2023-03-03T13:14:32.140 | 2023-03-03T13:16:02.170 | 2023-03-03T13:16:02.170 | 18,286,335 | 18,286,335 | null |
75,627,545 | 1 | null | null | 0 | 16 | ITNOA
in .NET C# project, with `csproj` file that follow `<Project Sdk="Microsoft.NET.Sdk">` template, I have some item group like below
```
<ItemGroup>
<Folder Include="Internal\" />
</ItemGroup>
```
I try to understand what is meaning of this tag with [official documents](https://learn.microsoft.com/en-us/dotn... | What is meaning of Folder tag in csproj | CC BY-SA 4.0 | null | 2023-03-03T13:14:20.810 | 2023-03-03T13:36:29.397 | 2023-03-03T13:25:52.020 | 1,539,100 | 1,539,100 | [
"c#",
".net",
"msbuild",
"visual-studio-2022",
"csproj"
] |
75,627,552 | 1 | null | null | -1 | 33 | I have a list of objects and I want to separate them based on a field(age) and categorize them from small to large.
```
var data = [
{
name: "Mike",
age: 10
},
{
name: "Matt"
age: 10
},
{
name: "Nancy",
age: 15
},
{
name: "Adam",
age: 22
},
{
name: "Jenny",
age:... | get array of duplicate item in list JavaScript array | CC BY-SA 4.0 | null | 2023-03-03T13:14:50.010 | 2023-03-03T14:02:54.717 | null | null | 15,029,716 | [
"javascript",
"arrays",
"list",
"arraylist"
] |
75,627,550 | 1 | null | null | 0 | 16 | If I submit spark program as
->submit-spark --driver-memory 500M --executor-memory 300M spark_dataframe_example.py
then executor memory allocated is "110 MiB" even though I have set it as "300 M" .See image below:-
[](https://i.stack.imgur.com/a83qU.png)
If I submit spark program as
-> spark-submit --driver-memory 1... | How the executor memory is determined while running pyspark in local mode? | CC BY-SA 4.0 | null | 2023-03-03T13:14:33.777 | 2023-03-03T13:14:33.777 | null | null | 9,548,129 | [
"apache-spark",
"pyspark"
] |
75,627,559 | 2 | null | 74,398,775 | 0 | null | androidTestImplementation 'androidx.test.ext:junit:1.1.3'
| null | CC BY-SA 4.0 | null | 2023-03-03T13:15:45.153 | 2023-03-03T13:15:45.153 | null | null | 17,478,018 | null |
75,627,549 | 2 | null | 75,626,945 | 0 | null |
```
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
List<String> dataList = ["A", "B", "C", "D", "E", "F", "G"];
int pointer = 0;
class Swipefunctions extends StatefulWidget {
const Swipefunctions({Key? key}) : super(key: key);
@override
State<Swipefunctions> createState() =>... | null | CC BY-SA 4.0 | null | 2023-03-03T13:14:32.433 | 2023-03-03T13:14:32.433 | null | null | 18,492,410 | null |
75,627,547 | 1 | null | null | 0 | 24 | I'm learning vaadin and I am trying to set a default value for a select when I launch the main layout app but even I set its values I can't see the select with the value selected, I always get the playholder "Select course" and not the name of the course entity.
This is my code:
```
public class MainLayout extends AppL... | Set the default value for a vaadin select component | CC BY-SA 4.0 | null | 2023-03-03T13:14:29.143 | 2023-03-04T03:55:43.313 | 2023-03-04T03:55:43.313 | 11,107,541 | 4,349,279 | [
"java",
"spring-boot",
"select",
"vaadin"
] |
75,627,558 | 1 | null | null | 0 | 6 | I am new to mjml and dont know whwats possible and what not.
I would like to have a blue box at the center top of my mjml but nothing seems to work...
when i acheive the box, i cant seem to change the width or the height, it always takes up the entire width.
I tried adding a new section and also new columns but the wid... | How can i create a blue box (w=80px, h=120px) at the center top in mjml? | CC BY-SA 4.0 | null | 2023-03-03T13:15:41.980 | 2023-03-03T13:15:41.980 | null | null | 20,070,417 | [
"email",
"mjml"
] |
75,627,557 | 1 | null | null | 0 | 24 | I am looking to essentially create a new method and replace the old method. All I am changing is the size of the range by 3 at the minimum and maximum.
The method in_range in the object power_spectrum in this library is
```
def in_range(self, frequency_min, frequency_max):
"""Returns part of the power spectrum ... | How do I replace a method within an object from a third party library | CC BY-SA 4.0 | null | 2023-03-03T13:15:41.373 | 2023-03-03T13:29:37.513 | 2023-03-03T13:17:40.423 | 21,326,100 | 21,326,100 | [
"python",
"class",
"object",
"methods",
"replace"
] |
75,627,554 | 1 | null | null | 0 | 20 | I need to update the "database_flags" property to DB Instances in GCP. As of now, only Postgres DB Instances support the "database_flags" property, and it is not applicable to MySQL Instances. I am using a dynamic block to check, if the DB instance is Postgres, then "database_flags" should be applied, but if the DB ins... | Conditional for_each with dynamic resource in Terraform | CC BY-SA 4.0 | null | 2023-03-03T13:15:16.377 | 2023-03-03T13:15:16.377 | null | null | 19,285,062 | [
"postgresql",
"terraform"
] |
75,627,563 | 1 | null | null | 1 | 17 | I am trying to measure the cycle count of an instruction in a VM -- my code looks like this:
```
start = rdtscp();
//complex_sequence_of_instructions
end = rtdscp();
//complex_sequence_of_instructions took end-time cycles
```
To the best of my knowledge, using `rdtscp` in a VM does not provide an accurate cycle count,... | Configure qemu KVM-SVM to not emulate rdtscp and get valid timestamp | CC BY-SA 4.0 | null | 2023-03-03T13:16:18.883 | 2023-03-03T15:25:51.163 | 2023-03-03T15:25:51.163 | 17,072,162 | 17,072,162 | [
"x86-64",
"qemu",
"kvm",
"amd-processor",
"rdtsc"
] |
75,627,564 | 2 | null | 54,456,665 | 0 | null | Use the following function:
```
Future<int> countUsers() async {
AggregateQuerySnapshot query = await FirebaseFirestore.instance.collection('users').count().get(); // await is important
return query.count;
}
```
This is the small change to @NullByte08 answer,as you need to use `await` before getting the `co... | null | CC BY-SA 4.0 | null | 2023-03-03T13:16:21.150 | 2023-03-03T13:16:21.150 | null | null | 13,431,819 | null |
75,627,556 | 2 | null | 75,627,418 | 0 | null | There are a few fixes that need to be made to the code for the gradient to work properly:
1. The selection of the input element must be done with jQuery's $(...) function, instead of document.getElementById(...).
2. The input element's oninput function must be linked to jQuery's input event.
3. The slider value should... | null | CC BY-SA 4.0 | null | 2023-03-03T13:15:39.923 | 2023-03-03T13:15:39.923 | null | null | 21,097,098 | null |
75,627,565 | 1 | null | null | -6 | 28 | Basically I need to create some dummy data, the columns I need are Money Spent, Location, Month and transaction type. I need the total money spent to add up to a value I enter but I also need to split the other categorical values by %'s I input. e.g. for Location: 40% USA, 20% UK, 40% RoW. Then 40% of the money spent... | How can I create dummy data which splits out categorical columns based on inputted %'s? | CC BY-SA 4.0 | null | 2023-03-03T13:16:29.787 | 2023-03-03T20:29:15.423 | 2023-03-03T20:29:15.423 | 3,795,691 | 16,879,051 | [
"python"
] |
75,627,562 | 1 | null | null | 0 | 12 | What is better to use for running some time limited operation on a new pod:
1. kubectl run to create a pod
2. Create a regultar Kubernetes job, with e.g. kubectl apply -f job.yaml
Requisites:
I have two use cases:
1. I must pass via stdin binary content to the pod. With kubectl run -i this is trivial and it works. ... | kubctl run vs a job when using stdin/stderr/stdout | CC BY-SA 4.0 | null | 2023-03-03T13:16:11.580 | 2023-03-03T13:16:11.580 | null | null | 3,131,939 | [
"kubernetes"
] |
75,627,561 | 1 | null | null | -1 | 39 | I have a brand-new file called `./foo`, which looks like this:
```
#!/usr/bin/env bash
echo 'Hello world'
```
The output of the `umask` command looks like so:
```
$ umask -S
u=rwx,g=rx,o=rx
$ umask
022
```
Yet, when I try to execute the brand-new file (no `chmod` yet), I get the following:
```
$ ./foo
zsh: permiss... | My "umask" output is "022"- why can't I execute a file I just created without "chmod"? | CC BY-SA 4.0 | null | 2023-03-03T13:16:02.173 | 2023-03-03T14:44:34.403 | null | null | 2,143,275 | [
"permissions",
"umask"
] |
75,627,555 | 1 | null | null | 0 | 15 | i am getting a problem in popup modal when i click on something like select option or input field or button then popup modal closed imidiately.I am trying to fix but not getting any solution.is that bootstrap plugin issue or something else? anyone tell me please why this problem come and how to fix that?
```
<div class... | popup modal closed when select option or input field is clicked | CC BY-SA 4.0 | null | 2023-03-03T13:15:27.110 | 2023-03-03T13:15:27.110 | null | null | 21,085,323 | [
"html",
"css"
] |
75,627,574 | 2 | null | 75,627,279 | 0 | null | I don't know if your code was working before. but here is PHP8 compatible version of your code:
```
do {
$Tabelle->SetLine(array_values($Line));
foreach($Line as $Spalte => $Kapitel) {
$URL = current($URLs[$Spalte]);
$Name = key($URLs[$Spalte]);
next($URLs[$Spalte]);
$Line[$Spalt... | null | CC BY-SA 4.0 | null | 2023-03-03T13:17:24.660 | 2023-03-03T13:17:24.660 | null | null | 21,017,967 | null |
75,627,572 | 1 | null | null | 1 | 41 | I'm trying to install the postgres and Apache AGE from the source but I'm unable to see bin folder after I use the command make install.
This is what I am using right now
```
cd postgresql-11.18
# configure by setting flags
./configure --enable-debug --enable-cassert --prefix=$(/home/hammad/Desktop/age_installation) C... | My Bin Folder is not appearing in the directory after executing make install commad | CC BY-SA 4.0 | null | 2023-03-03T13:17:23.483 | 2023-03-03T18:29:39.180 | 2023-03-03T13:21:29.803 | 21,205,821 | 21,205,821 | [
"postgresql",
"apache-age"
] |
75,627,575 | 2 | null | 75,627,371 | 0 | null | One way could be using `transmute()` from 'dplyr' package:
```
library(tidyverse)
df %>%
transmute(num1,
num2 = c(sum(num2), num2[-1]),
num3 = c(sum(num3), num3[-1]),
num4)
num1 num2 num3 num4
1 a 10 26 x
2 b 2 6 y
3 c 3 7 b
4 d 4 8 ... | null | CC BY-SA 4.0 | null | 2023-03-03T13:17:45.717 | 2023-03-03T13:52:13.640 | 2023-03-03T13:52:13.640 | 12,517,976 | 12,517,976 | null |
75,627,577 | 2 | null | 75,621,343 | 3 | null | As @Luis Miguel Mejía Suárez suggested, you can use `ifM` function from the `cats.syntax.apply`:
```
import cats.Monad
import cats.syntax.apply._
import cats.syntax.applicativeError._
import cats.syntax.either._
import cats.syntax.functor._
class Boundary[F[_]: Monad] private (userRepo: UserRepository[F]) {
def reg... | null | CC BY-SA 4.0 | null | 2023-03-03T13:18:20.663 | 2023-03-04T01:56:24.120 | 2023-03-04T01:56:24.120 | 6,860,682 | 6,860,682 | null |
75,627,570 | 1 | null | null | 0 | 6 | Using Gtkmm 3.24 and Cairo. I'm drawing a diagonal in Gtk::DrawingArea to the full size of
Gtk::Window.Then I restrict the rendering area using cr->clip. At the same time, when changing the size of the window, the diagonal is displayed incorrectly. Are there any methods to fix this problem. Here is a sample code.
main.... | Gtkmm 3.24 : Drawing with cairo | CC BY-SA 4.0 | null | 2023-03-03T13:16:56.317 | 2023-03-03T13:16:56.317 | null | null | 21,326,075 | [
"c++",
"cairo",
"gtkmm3"
] |
75,627,568 | 1 | null | null | 0 | 31 | I have the following snippet of code:
```
import React from 'https://esm.sh/react@18.2.0'
import jsxToString from "https://cdn.skypack.dev/jsx-to-string@1.4.0";
class T extends Function {
foo;
constructor(foo) {
super();
this.foo = foo;
return new Proxy(this, {
apply: (target) => target._cal... | Change how JSX curly braces evaluates an Object/Class Instance | CC BY-SA 4.0 | null | 2023-03-03T13:16:33.790 | 2023-03-04T18:55:49.847 | null | null | 1,488,913 | [
"javascript",
"reactjs",
"jsx"
] |
75,627,569 | 2 | null | 75,622,896 | 0 | null | I run your code with some changes on my system and it works.
View :
```
@section scripts{
<script>
$(document).ready(function () {
var selectedCountry = "b";
$.ajax({
type: 'POST',
url: "/Home/GetStates",
data: { selectedCountry: sel... | null | CC BY-SA 4.0 | null | 2023-03-03T13:16:52.080 | 2023-03-03T13:40:27.140 | 2023-03-03T13:40:27.140 | 11,436,055 | 11,436,055 | null |
75,627,583 | 2 | null | 75,627,331 | -1 | null | It's possible if you use Github's CLI tool, [gh](https://cli.github.com/), with [gh repo create](https://cli.github.com/manual/gh_repo_create). You'll have to install the tool first. There's no need for `curl`
Running `gh repo create` will create a new repository interactively. The command has flags that allow cloning... | null | CC BY-SA 4.0 | null | 2023-03-03T13:18:38.530 | 2023-03-03T13:26:29.553 | 2023-03-03T13:26:29.553 | 134,204 | 134,204 | null |
75,627,585 | 2 | null | 75,478,193 | 0 | null | Removing the property `<property name="shared" value="false" />` from my client config solved the problem in the end. Still not certain why the TcpDiscoveryKubernetesIpFinder does not work.
| null | CC BY-SA 4.0 | null | 2023-03-03T13:18:54.137 | 2023-03-03T13:18:54.137 | null | null | 10,660,307 | null |
75,627,582 | 1 | null | null | 0 | 4 | I'm adding a product to my Magento store via the following curl but the dashboard shows that the item is `out of stock`.
```
curl --location '<store_url>/rest/V1/products' \
--header 'Authorization: Bearer <secret_key>' \
--header 'Content-Type: application/json' \
--data '{
"product": {
"sku": "380000",
... | Products added via Magento REST API are out of stock even after specifying quantity | CC BY-SA 4.0 | null | 2023-03-03T13:18:34.397 | 2023-03-03T13:18:34.397 | null | null | 5,561,511 | [
"magento",
"magento2"
] |
75,627,567 | 1 | null | null | -1 | 42 | I'm currently experiencing an issue with my Spring Boot application where POST requests suddenly timeout while GET requests continue to work without issue. My database connection is active and running normally. This issue occurs after the application has been running for about a day and seems to happen randomly. I have... | SpringBoot POST is timeout but GET is OK | CC BY-SA 4.0 | null | 2023-03-03T13:16:32.487 | 2023-03-04T01:05:33.223 | 2023-03-04T01:05:33.223 | 11,107,541 | 20,639,909 | [
"java",
"spring-boot"
] |
75,627,584 | 1 | null | null | 0 | 29 | I'm trying to run some 'older' code that did some simple ole automation task in a 'modern' windows 10 / office 365 environment.
But I'm getting some 'Element not found' error on some of a statement.
I verified the object model for WORD and normally it sohuld be backward compatible but in any case , I find the element t... | Delphi 11 / OLE automation with office word : 'Element not found' ( Word.Application.Document.MailEnvelop ) | CC BY-SA 4.0 | null | 2023-03-03T13:18:39.773 | 2023-03-04T03:10:17.177 | 2023-03-04T03:10:17.177 | 62,576 | 12,015,357 | [
"delphi",
"outlook",
"word",
"ole"
] |
75,627,586 | 1 | 75,627,736 | null | 1 | 28 | In general `tap` pipe is for side-effects such as logging. In my case I just want to set `isLoading` property to `false`. The key is this place shouldn't care whether it's next or error type of notification but still tap needs to have it distinguished to work so I need to have duplicated code:
```
something.pipe(
t... | Is there something like tap in RxJS that ignores notification type? | CC BY-SA 4.0 | null | 2023-03-03T13:18:54.770 | 2023-03-03T13:33:11.673 | null | null | 3,788,615 | [
"javascript",
"angular",
"typescript",
"rxjs"
] |
75,627,592 | 1 | 75,628,603 | null | 0 | 16 | I use useSearchParams hook in my component
when i pass hook to props or function argument i can't type parameters
```
import { useSearchParams } from 'react-router-dom';
const urlSearchParamState = useSearchParams();
const [searchParams, setSearchParams] = urlSearchParamState;
```
How to import types from hook?
```
ex... | how to type useSearchParams hook when passing it to props or function argument? | CC BY-SA 4.0 | null | 2023-03-03T13:19:50.273 | 2023-03-03T14:55:53.347 | 2023-03-03T13:21:05.137 | 5,157,454 | 20,471,061 | [
"typescript",
"react-hooks"
] |
75,627,566 | 2 | null | 75,240,556 | 0 | null | Do you use `maven-shade-plugin`?
I don't know your full config, but you need to create "fat" jar with all the dependencies, for that you need to configure your `pom.xml` file in such way:
```
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/... | null | CC BY-SA 4.0 | null | 2023-03-03T13:16:31.263 | 2023-03-03T13:20:17.813 | 2023-03-03T13:20:17.813 | 21,326,129 | 21,326,129 | null |
75,627,593 | 1 | null | null | -3 | 24 | How can I change the Divi mobile menu icon?
I want my mobile menu icon to be changed in the Divi theme.
| How I Can Change The Divi Mobile Menu Icon? | CC BY-SA 4.0 | null | 2023-03-03T13:19:50.570 | 2023-03-03T15:59:36.817 | 2023-03-03T15:59:36.817 | 4,420,967 | 21,297,383 | [
"php",
"wordpress",
"woocommerce",
"divi"
] |
75,627,590 | 1 | null | null | 0 | 14 | We are using [AJV](https://ajv.js.org/) as json schema validator in our application. Hers's one of the schema
```
const shared_schema = {
$id: "shared_schema",
title: "MyProject shared values",
definitions: {
routes: {
enum: [
"ROUTE1",
"ROUTE2",
"ROUTE3"
],
errorMess... | AJV referencing schema syntax not working | CC BY-SA 4.0 | null | 2023-03-03T13:19:26.327 | 2023-03-03T13:25:47.790 | 2023-03-03T13:25:47.790 | 8,799,471 | 8,799,471 | [
"javascript",
"json",
"jsonschema",
"json-schema-validator",
"ajv"
] |
75,627,588 | 1 | null | null | 0 | 15 | I'm working inside a Laravel 10 project. I have a model called `PingtreeGroupEntry` which contains a `pick_chance` column. I need to pick one of many based on my `pick_chance`.
Right now, I've wrote a relationship that looks like the following:
```
/**
* Select a pingtree group entry based on pick chance
*/
public fu... | Laravel pick first of many based on "pick chance" factor | CC BY-SA 4.0 | null | 2023-03-03T13:18:58.707 | 2023-03-03T13:18:58.707 | null | null | 9,982,090 | [
"php",
"laravel",
"eloquent",
"laravel-query-builder"
] |
75,627,594 | 2 | null | 75,627,094 | 0 | null | You need to make it 3D before tiling:
```
tensor = np.tile(raster_band[...,None], (1, 1, 4))
```
Full example:
```
raster_data = np.arange(400).reshape((1, 20, 20))
raster_band = raster_data[0,:,:]
tensor = np.tile(raster_band[..., None], (1, 1, 4))
tensor.shape
# (20, 20, 4)
```
| null | CC BY-SA 4.0 | null | 2023-03-03T13:19:51.597 | 2023-03-03T13:19:51.597 | null | null | 16,343,464 | null |
75,627,595 | 2 | null | 75,626,303 | 0 | null | Your problem probably stems from this code
```
const Persons = mongoose.model('Person', personSchema)
const person = new Persons(
{
name: 'Arto Hellas',
number: '040123456',
},
{
name: 'Jabss',
number: '1223132133',
})
```
According to the [docs](https://mongoosejs.com/docs/api/schema.html#schema_Schema) the... | null | CC BY-SA 4.0 | null | 2023-03-03T13:19:52.807 | 2023-03-03T13:19:52.807 | null | null | 18,456,675 | null |
75,627,596 | 1 | null | null | -2 | 18 | I am trying to call blockLast()/blockFirst() method after calling bodyToFlux(). Its blocking the whole request forever.
```
public Mono<ServerResponse> getNamesString(ServerRequest request) {
Flux<String> names = request.bodyToFlux(String.class).log();
//blocking// System.out.println(names.blockFirst());
... | blockLast()/blockFirst()/block() are blocking http thread infinitely | CC BY-SA 4.0 | null | 2023-03-03T13:19:55.527 | 2023-03-03T13:26:05.660 | 2023-03-03T13:26:05.660 | 2,660,679 | 2,660,679 | [
"java",
"spring-webflux",
"project-reactor"
] |
75,627,597 | 2 | null | 75,627,440 | 0 | null | Here is a different `cut()` for each `gender` group. Note that `factor` is a specific R term for a categorical variable, whereas your `gender` dummy is simply 0 and 1. So we can filter for each value and assign a specific cut break:
```
df <- data.frame(id = c(1,2,3,4,5),
gender = c(0,1,1,0,0),
... | null | CC BY-SA 4.0 | null | 2023-03-03T13:19:59.663 | 2023-03-03T13:30:05.123 | 2023-03-03T13:30:05.123 | 8,833,311 | 8,833,311 | null |
75,627,601 | 2 | null | 75,627,166 | 0 | null | Try to modify the start command in your `package.json` file to include the --no-browser option:
```
"start": "react-scripts start --no-browser"
```
This will prevent the the opening of the browser !
| null | CC BY-SA 4.0 | null | 2023-03-03T13:20:19.143 | 2023-03-03T13:20:19.143 | null | null | 21,166,142 | null |
75,627,599 | 1 | null | null | 0 | 14 | As you can notice from the screenshot below, the list of horizontal menus overflows the width of the screen and does not display all the menus:
[Screen 1](https://i.stack.imgur.com/QOB5N.png)
I'm trying to lay out the Menus list circled in red in the screenshot above by pagination by adding a `max-width: 1359px` as you... | How to display Menu Items by Pagination using max-width in CSS? | CC BY-SA 4.0 | null | 2023-03-03T13:20:07.063 | 2023-03-03T13:23:42.710 | 2023-03-03T13:23:42.710 | 21,315,499 | 21,315,499 | [
"css",
"pagination"
] |
75,627,580 | 2 | null | 75,627,352 | 4 | null | > As far as I understood, `NAN` can be [assigned] to a `double` type variable
That is correct. `NaN` is one of the special values defined for [IEEE-754](https://en.wikipedia.org/wiki/IEEE_754)-based types like `float` and `double`.
> but not necessarily to `int` / `size_t`
Right. `NaN` is a value defined for integra... | null | CC BY-SA 4.0 | null | 2023-03-03T13:18:28.337 | 2023-03-03T13:51:49.033 | 2023-03-03T13:51:49.033 | 3,923,896 | 3,923,896 | null |
75,627,602 | 1 | null | null | -4 | 14 | I am developing Trading project using Laravel and am going to create Several Coins' wallet for each user Using coinbase API.
But I can not find useful Laravel library for Coinbase wallet integration.
Is it possible to create several cryptocurrencies wallet like BTC, ETH, BNB, USDT, BUSD...?
If possible what laravel can... | How to create several coins account for one user using Coinbase API on laravel Project? | CC BY-SA 4.0 | null | 2023-03-03T13:20:22.353 | 2023-03-03T13:20:22.353 | null | null | 19,077,508 | [
"php",
"laravel",
"coinbase-api"
] |