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,636,224 | 2 | null | 75,635,742 | 0 | null | Try find by xpath
```
saites = kaste.find_elements(By.XPATH, "//h2[contains(@class, 'a-size-mini')]//a[contains(@class, 'a-link-normal')]")
```
| null | CC BY-SA 4.0 | null | 2023-03-04T14:14:09.000 | 2023-03-04T14:15:13.857 | 2023-03-04T14:15:13.857 | 14,800,177 | 14,800,177 | null |
75,636,226 | 1 | null | null | -1 | 11 | Im using Visual Studio Code as the IDE for my embedded project. I've downloaded some sample code and and builds and run, but I got squiggly lines on very many of the includes used in the sample.
[squiggly lines error image](https://i.stack.imgur.com/aIa3U.png)
The tooltip error is:
> cannot open source file "array" C/C... | How can I resolve include errors in my IDE, it builds just fine | CC BY-SA 4.0 | null | 2023-03-04T14:14:43.380 | 2023-03-04T14:14:43.380 | null | null | 20,309,051 | [
"visual-studio-code",
"embedded"
] |
75,636,225 | 2 | null | 75,635,988 | 0 | null | You could make use of `groupingBy`, `reducingBy` and `Optional` without external functions:
```
import static java.util.stream.Collectors.*;
Map<Integer, Boolean> idExistMap = list2.stream().collect(
groupingBy(A::getId, reducing(true, obj -> obj.isToChangeNum() == 1, (a, b) -> a && b)));
List<A> res = list.s... | null | CC BY-SA 4.0 | null | 2023-03-04T14:14:25.243 | 2023-03-04T14:14:25.243 | null | null | 1,477,418 | null |
75,636,222 | 2 | null | 70,644,647 | 0 | null | To support the addition of `auth` property on an arbitrary component I made the `NextAuthComponentType`:
```
import { AppPropsType } from 'next/dist/shared/lib/utils';
export type NextAuthComponentType = AppPropsType['Component'] & { auth?: boolean;};
```
In the `_app.tsx` it can be used as:
```
const MyApp: AppType<... | null | CC BY-SA 4.0 | null | 2023-03-04T14:14:04.077 | 2023-03-04T14:14:04.077 | null | null | 10,963,661 | null |
75,636,223 | 2 | null | 75,631,999 | 0 | null | I would suggest using Decimal128, which is a Realm supported type in both [Swift](https://www.mongodb.com/docs/realm/sdk/swift/model-data/define-model/supported-types/#supported-property-types) as well as [Kotlin](https://www.mongodb.com/docs/realm/sdk/kotlin/realm-database/schemas/supported-types/).
It's quite powerfu... | null | CC BY-SA 4.0 | null | 2023-03-04T14:14:06.187 | 2023-03-04T14:14:06.187 | null | null | 2,851,937 | null |
75,636,227 | 1 | null | null | 1 | 16 | How can I calculate the width of the timeline's interval in pixels.

I am using these options in timeline plugin:
```
container: "#wave-timeline",
height: 40,
timeInterval: this.timeInte... | How to calculate timeline interval width? | CC BY-SA 4.0 | null | 2023-03-04T14:14:45.053 | 2023-03-04T14:14:45.053 | null | null | 9,270,577 | [
"javascript",
"wavesurfer.js"
] |
75,636,228 | 2 | null | 75,616,125 | 0 | null | You can extract numbers expressed in ranges of digits directly using division and remainder operations:
```
#include <stdio.h>
int main() {
int num;
printf("Enter any number: ");
if (scanf("%d", &num) != 1)
return 1;
// dividing by 10000 removes the last 4 digits.
// modulo 10000 extracts... | null | CC BY-SA 4.0 | null | 2023-03-04T14:15:12.740 | 2023-03-04T14:22:14.207 | 2023-03-04T14:22:14.207 | 4,593,267 | 4,593,267 | null |
75,636,231 | 1 | null | null | 0 | 19 | I'm trying to upgrade my App Engine app from Python 2 to Python 3, replacing webapp2 with Flask. What is the best way to provision routing for my existing app structure which resembles the following:
```
/ - routes to main.py
/myapp1 - routes to myapp1.py
/myapp2 - routes to myapp2.py
```
main.py, myapp1.py, myapp2.py... | Upgrade App Engine app to Python 3: How to provision Flask to run multiple, distinct apps | CC BY-SA 4.0 | null | 2023-03-04T14:15:48.087 | 2023-03-05T04:29:09.800 | null | null | 1,108,975 | [
"python",
"flask",
"google-app-engine"
] |
75,636,234 | 2 | null | 73,778,946 | 0 | null | Go to the manifest.json and upgrade all the missing package using all package by Name like com.unity.terrian-tools
| null | CC BY-SA 4.0 | null | 2023-03-04T14:16:04.903 | 2023-03-04T14:16:04.903 | null | null | 21,331,869 | null |
75,636,230 | 1 | null | null | 0 | 10 | I'm programming a Jeopardy game using Vue3 in combination with Quasar 2.11.6. I have a grid of `q-cards` and a header with an editable Text (`q-input`) representing the topic of the column, like here:
[](https://i.stack.imgur.com/rdJxE.png)
The Problem is that if the user edits the topic of a column into a longer text ... | Move all Columns if one row changes in height using Quasar | CC BY-SA 4.0 | null | 2023-03-04T14:15:35.023 | 2023-03-04T14:15:35.023 | null | null | 20,815,919 | [
"css",
"vue.js",
"quasar-framework"
] |
75,636,215 | 2 | null | 75,635,630 | 1 | null |
---
If filter settings are made after the page call, this will only have an effect on the result in your browser. `requests` only knows the initial data, everything that happens afterwards in terms of rendering, filtering or anything else has no influence on this data, so you have to take the filtering of the data ... | null | CC BY-SA 4.0 | null | 2023-03-04T14:12:40.300 | 2023-03-04T14:12:40.300 | null | null | 14,460,824 | null |
75,636,221 | 1 | null | null | -1 | 11 | This is part of my code for a game i am making using pygame, here i am trying to create a collision system which creates a list of tiles that can be collided with, checks for collisions between these tiles and playerSurface, and responds accordingly.
my function, checkCollisions(player,tiles), produces an error when ch... | 'argument must be rect style object' when trying to use colliderect with a list of rects | CC BY-SA 4.0 | null | 2023-03-04T14:13:51.457 | 2023-03-04T14:13:51.457 | null | null | 20,914,397 | [
"python",
"pygame",
"collision-detection"
] |
75,636,229 | 1 | null | null | 0 | 5 | I'm having an issue setting up an additional domain on Cpanel. My hosting provider does not allow me to move addon domains outside of the main domain's public_html folder. So my add-on domain is publicly available at addon.com, addon.maindomain.com, and maindomain.com/addon.com/
How do I create rewrite rules that will ... | How do redirect cpanel add-on domain away from main domain? | CC BY-SA 4.0 | null | 2023-03-04T14:15:24.273 | 2023-03-04T14:15:46.947 | 2023-03-04T14:15:46.947 | 21,331,837 | 21,331,837 | [
".htaccess",
"mod-rewrite",
"url-rewriting",
"cpanel"
] |
75,636,232 | 2 | null | 68,008,195 | 0 | null | If Tailwind isn't a hard requirement or you're open to switch, which could possibly be a drop-in replacement depending on you usage & config [UnoCSS](https://github.com/unocss/unocss) works really great and provides the [transformer-compile-class](https://github.com/unocss/unocss/tree/main/packages/transformer-compile-... | null | CC BY-SA 4.0 | null | 2023-03-04T14:15:59.527 | 2023-03-04T14:15:59.527 | null | null | 3,484,824 | null |
75,636,235 | 2 | null | 75,628,992 | 0 | null | I solved my issue by this steps :
1- I add CSS class as below :
```
.corners { border: 0px solid blue; -moz-border-radius: 8px; border-radius: 8px;overflow: hidden;-webkit-border-radius: 8px;}
```
2- add div contain grid view
3- assign class to div contain grid view by CSS as below :
```
<div class="corners">
<asp:Gr... | null | CC BY-SA 4.0 | null | 2023-03-04T14:16:11.627 | 2023-03-04T14:16:11.627 | null | null | 21,095,797 | null |
75,636,236 | 2 | null | 75,636,154 | 1 | null | Here are 2 ways you can achieve it, either using .index() or enumerate()
```
test_string = "abcdefg"
look_for = ["b","f"]
result = []
for i, each in enumerate(test_string):
if each in look_for:
result.append((i, each))
print(result)
result = []
for i in look_for:
try:
result.append(... | null | CC BY-SA 4.0 | null | 2023-03-04T14:16:18.137 | 2023-03-04T14:16:18.137 | null | null | 15,751,564 | null |
75,636,233 | 1 | null | null | 0 | 8 | :
1. Firstly, I have my conFusionServer Express Application scaffolded out by the Express Generator node module. My Express router and Mongoose model have been setup and exported using express and mongoose as dishRouter and Dishes respectively
2. Secondly, I started the mongodb server on my local machine using the cod... | How do I resolve Error 500 internal server errors arising from my connecting my Express application to MongoDB | CC BY-SA 4.0 | null | 2023-03-04T14:16:02.233 | 2023-03-04T14:16:02.233 | null | null | 16,888,902 | [
"express",
"rest",
"mongodb-query",
"postman",
"serverside-javascript"
] |
75,636,237 | 1 | null | null | 1 | 25 | ```
import struct
fileContent = b'@X\xa6fffff\x00\x00\x03\xe8\x01'
d = struct.unpack('d', fileContent[:8])
print(d) # prints 98.6
```
I tried to use the struct module's unpack function but it returns large number `1.9035985675205313e+185` instead of `98.6` which it is supposed to do
| How to print out double from binary format in python | CC BY-SA 4.0 | null | 2023-03-04T14:16:26.237 | 2023-03-04T14:38:29.263 | 2023-03-04T14:18:22.480 | 7,216,865 | 19,529,662 | [
"python",
"binary"
] |
75,636,241 | 2 | null | 32,124,082 | 0 | null | If you have an header above the RecyclerView, setting
```
android:layout_height="match_parent"
```
is not a good choice, because the RecyclerView will overlap with the header.
This can be solved by setting, as someone already said, layout_height attribute to a fixed value, like
```
android:layout_height="300dp"
```
| null | CC BY-SA 4.0 | null | 2023-03-04T14:17:54.533 | 2023-03-04T14:33:18.870 | 2023-03-04T14:33:18.870 | 14,859,218 | 14,859,218 | null |
75,636,239 | 1 | null | null | -2 | 20 | ```
conn.Open();
SqlCommand command = new SqlCommand("SELECT * FROM Islemler WHERE CONVERT(date, Tarih) = '"ara.text"' AND IsDeleted = 0 ") AND IsDeleted = 0 Order BY 1 DESC", conn);
SqlDataAdapter daa = new SqlDataAdapter(command);
DataSet dss = new DataSet();
daa.Fill(dss);
dataGridView1.DataSource = dss.Tables[0]... | I am searching datagrid in c# form applications, but I am getting an error while converting the data in the textbox | CC BY-SA 4.0 | null | 2023-03-04T14:17:28.377 | 2023-03-04T14:21:53.207 | 2023-03-04T14:21:53.207 | 20,519,851 | 20,519,851 | [
"c#"
] |
75,636,243 | 1 | null | null | 0 | 12 | Let's say I have an SSIS Project developed on VS2019 against a SQL2019 database. It has 6 tasks (see image)
1. The first, Data Flow Task - Product Rollup In, takes 2 minutes to complete
2. The second, Data Flow Task - Provider Group In, takes 45 minutes to complete
3. Data Flow Task - Provider In and of the rest of th... | SSIS Tasks Running before a prior Task Completes | CC BY-SA 4.0 | null | 2023-03-04T14:18:06.050 | 2023-03-04T14:18:06.050 | null | null | 3,084,584 | [
"sql-server",
"visual-studio",
"ssis",
"ssis-2012"
] |
75,636,240 | 2 | null | 31,654,567 | 0 | null | I was facing the same issue while retrieving the date from MongoDB. MongoDB follows the UTC timezone that's why when you perform any date operations, it converts into UTC.
So I used [post hook](https://mongoosejs.com/docs/middleware.html#post) from mongoose to convert the date and time in my preferable timezone. Here i... | null | CC BY-SA 4.0 | null | 2023-03-04T14:17:39.443 | 2023-03-04T14:17:39.443 | null | null | 20,507,625 | null |
75,636,245 | 1 | null | null | -1 | 26 | I have a configurable widget with dynamic options. And I want to change the font of these dynamic options like here [](https://i.stack.imgur.com/sJvDJ.png)
How can I achieve this?
I have no idea how to do this so any help would be greatly appreciated!
| Change font for custom intents options (configurable widget) | CC BY-SA 4.0 | null | 2023-03-04T14:18:42.380 | 2023-03-04T16:51:48.450 | 2023-03-04T16:51:48.450 | 21,331,610 | 21,331,610 | [
"ios",
"swift",
"swiftui",
"widget",
"custom-widgets"
] |
75,636,247 | 1 | null | null | 0 | 17 | I'm trying to implement always on display for a music visualizer application. What is the best way to that ?
I've tried full screen intent to unlock screen on lock screen but I don't think it was designed for this use case
| How to implement a always on display in android application? | CC BY-SA 4.0 | null | 2023-03-04T14:19:35.667 | 2023-03-04T14:19:35.667 | null | null | 8,506,846 | [
"android",
"android-jetpack-compose"
] |
75,636,246 | 1 | null | null | 0 | 10 | I am working on a code and it is giving me the following error..
from mealpy.root import Root
ModuleNotFoundError: No module named 'mealpy.root'
I tried various commands to solve this.
Can anyone help me with this?
| ModuleNotFoundError: No module named 'mealpy.root' | CC BY-SA 4.0 | null | 2023-03-04T14:19:22.797 | 2023-03-04T14:19:45.080 | 2023-03-04T14:19:45.080 | 21,331,860 | 21,331,860 | [
"python-3.x"
] |
75,636,242 | 1 | null | null | 0 | 11 | My socketIO is connected and is emitting an initial event when the component is mounted where I save the username and the socket.id in the server memory.
Also when I console.log the socket, it logs to the console and is showing me the socket id in the object
But during emitting the initial event, the socket.id is undef... | Socket.io is not showing the socket id but is connected | CC BY-SA 4.0 | null | 2023-03-04T14:18:04.573 | 2023-03-04T14:18:04.573 | null | null | 21,241,212 | [
"reactjs",
"sockets",
"socket.io",
"real-time"
] |
75,636,249 | 2 | null | 54,841,351 | 0 | null | As an alternative to the standard library functions. The [then](https://crates.io/crates/then) crate provides `some` and `some_with` methods on booleans.
```
use then::Some
// returns Some(value) if my_bool is true
my_bool.some(value);
// returns Some(value_fn()) if my_bool is true
my_bool.some_with(value_fn);
```
... | null | CC BY-SA 4.0 | null | 2023-03-04T14:19:58.980 | 2023-03-04T14:19:58.980 | null | null | 4,591,251 | null |
75,636,253 | 2 | null | 75,636,187 | 1 | null | Ok, my bad, if anyone ever run in to anything like this, i just had to delete the ScriptableObjects that i wasnt using anymore. i dont exacly know why, but this seemed to had a tail of Errors behind it. i also commented all the "error lines" out, reCompiled by clicking into unity, and the reCommented them in again, and... | null | CC BY-SA 4.0 | null | 2023-03-04T14:21:17.387 | 2023-03-04T14:21:17.387 | null | null | 17,190,748 | null |
75,636,250 | 2 | null | 23,866,335 | 0 | null | After a recent kernel update the `xbacklight` stopped working on my laptop. (Kernel version 6.1+ apparently).
I had this message in dmesg:
```
i915 0000:00:02.0: [drm] Skipping intel_backlight registration
```
The folder `/sys/class/backlight/intel_backlight` was replaced with `/sys/class/backlight/acpi_video0`, which... | null | CC BY-SA 4.0 | null | 2023-03-04T14:20:09.147 | 2023-03-04T14:20:09.147 | null | null | 812,973 | null |
75,636,252 | 1 | null | null | 0 | 21 | in SAP I have an EXCEL file stored in AL11 which is modified through the ABAP2XLSX library, obtaining the XSTRING.
As the title suggests, I would like to convert this file from XLSX to PDF (in ABAP or JS), as then, using the GET STREAM method, the user should be able to download it in a SAPUI5 application.
The peculiar... | Converting an XLSX file to PDF in SAP ABAP/SAPUI5 | CC BY-SA 4.0 | null | 2023-03-04T14:21:09.880 | 2023-03-04T14:21:09.880 | null | null | 21,328,153 | [
"javascript",
"jquery",
"sapui5",
"abap",
"sap"
] |
75,636,248 | 1 | null | null | 0 | 12 | I want to change the color of the "checkmark" icon to blue, but the color does not change.
Instead, I get following error:
```
(main.py:23000): Gtk-WARNING **: 15:13:17.402: Theme parser error: style.css:25:58-59: Expected a valid color.
```
My CSS code looks like this:
```
.checkmark {
-gtk-icon-style: symbolic;
... | Theme parser error: Expected a valid color | CC BY-SA 4.0 | null | 2023-03-04T14:19:52.347 | 2023-03-04T22:48:55.507 | 2023-03-04T22:48:55.507 | 162,698 | 17,380,247 | [
"python",
"css",
"gtk",
"pygtk",
"gtk4"
] |
75,636,255 | 2 | null | 75,631,299 | 0 | null | The projection matrices, being 3x4, contain pose data, i.e. rotation and translation.
The distance between camera origins is an IPD (interpupillary distance). It defines your world coordinate system's scaling (units), or rather, how the image points fit in there.
| null | CC BY-SA 4.0 | null | 2023-03-04T14:21:26.223 | 2023-03-04T14:21:26.223 | null | null | 2,602,877 | null |
75,636,256 | 1 | null | null | 0 | 12 | We are using Python 3.9 and installed the package "python-snappy" The code works fine in decompressing avro format on local. However - AWS lambda throws following error:
[ERROR] valueError: snappy codec is supported but you need to install python-snappy.
I faced same error on local before installing python-snappy but a... | Python Snappy is already installed, as part of zip deployed but throws error on AWS lambda | CC BY-SA 4.0 | null | 2023-03-04T14:21:59.280 | 2023-03-04T21:30:58.323 | null | null | 18,945,276 | [
"python",
"amazon-web-services",
"apache-kafka",
"aws-lambda",
"snappy"
] |
75,636,254 | 1 | 75,638,198 | null | 0 | 30 | I want to stop summernote from wrapping text inside paragraph tags before inserting to database, particularly the first opening tag and the last closing tag of the text (if there are many p tags), either with some summernote configuration, php, or jQuery. I have seen several similar questions, but they do not solve my ... | Stop summernote from wrapping text in <p></p> tags | CC BY-SA 4.0 | null | 2023-03-04T14:21:20.007 | 2023-03-04T19:35:16.840 | 2023-03-04T19:02:15.470 | 15,406,827 | 15,406,827 | [
"php",
"jquery",
"summernote"
] |
75,636,244 | 1 | 75,636,359 | null | 1 | 13 | I am trying to apply CSRF token in Django.
I am applying csrf token using middleware and custom authentication.
But I think I'm doing the same process twice.
Because the value of csrf_token from cookie and response is different.
Is it okay to apply+check csrf token by middleware only?
1. MiddleWare settings.py CSRF_CO... | What is the difference between CsrfViewMiddleware and enforce_csrf? | CC BY-SA 4.0 | null | 2023-03-04T14:18:31.193 | 2023-03-04T14:37:54.533 | null | null | 19,230,311 | [
"django",
"django-rest-framework",
"django-csrf",
"csrf-token"
] |
75,636,257 | 1 | null | null | 0 | 7 | I have installed the MS Developer Sandbox and all the SharePoint Site Templates, but the Sample Team Site with Data does not have any data in the lists or documents installed. I understood that this was part of the standard setup. Is that still the case?
When I look at the side navigation and Site Contents of the Sampl... | MS365 Developer Program Sandbox - no data installed | CC BY-SA 4.0 | null | 2023-03-04T14:22:00.817 | 2023-03-04T14:22:00.817 | null | null | 21,331,795 | [
"sandbox",
"empty-list",
"microsoft365"
] |
75,636,264 | 1 | null | null | 0 | 11 | i want to make an android software to help users learn about search algorithm. I want every time I add a branch to the search tree, the search tree will automatically shrink to fit the screen size to display all the tree content. And you can zoom to see if the tree is too small. What content do I need to learn about to... | how to adjust content size (Android development) | CC BY-SA 4.0 | null | 2023-03-04T14:23:03.857 | 2023-03-04T14:23:03.857 | null | null | 21,205,515 | [
"android",
"user-interface",
"mobile"
] |
75,636,258 | 2 | null | 75,635,855 | 0 | null | Since you want a min and a max value per column, you should move the variables inside your outer (first) for-loop and do the max/min check in the inner loop:
```
public static void main(String[] args) {
String[] brands = { "ACTION", "DEFY", "GEL", "JETPRO", "MAGNUM"};
String[] districts = { "North", "West",... | null | CC BY-SA 4.0 | null | 2023-03-04T14:22:03.603 | 2023-03-04T14:22:03.603 | null | null | 5,176,992 | null |
75,636,263 | 2 | null | 56,232,944 | 0 | null | We can overwrite the `Media.render_js` to add anything we want to add to tag.
```
from django.forms.widgets import Media
def render_js(self) -> List[str]:
script_js = []
for path in self._js:
module_mark = ""
# Put your own condition here, in my case it generates
# <script type="modu... | null | CC BY-SA 4.0 | null | 2023-03-04T14:22:57.803 | 2023-03-04T14:31:30.090 | 2023-03-04T14:31:30.090 | 2,134,775 | 2,134,775 | null |
75,636,261 | 1 | null | null | -2 | 24 | Please I need help on this.
I have a music player/music website that am trying to develop. It's working perfectly with Javascript alone, but I want intead of going to the source code each time to edit or add files since I can insert files into the database using php, I want to echo the file(s) from database inside data... | How to echo data from the database to data.js file instead of typing in those data manually in my data.js file | CC BY-SA 4.0 | null | 2023-03-04T14:22:41.043 | 2023-03-04T14:45:01.307 | 2023-03-04T14:45:01.307 | 10,669,010 | 19,769,680 | [
"php",
"html",
"json",
"database",
"post"
] |
75,636,259 | 1 | 75,636,651 | null | 1 | 34 | i am new at Node and i am trying to understand why this code
runs properly. To be more specific at bellow code i cant understand why
`await bookList.addBookToFile` runs properly. I have read that await can run inside an async function and at this case it does not run inside an async function. The code is given bellow:
... | How to use Await without Async method in Nodejs with JS | CC BY-SA 4.0 | null | 2023-03-04T14:22:11.097 | 2023-03-04T15:42:21.743 | 2023-03-04T15:42:21.743 | 20,493,210 | 15,345,342 | [
"node.js"
] |
75,636,266 | 2 | null | 75,635,381 | 1 | null | You cannot extract data like that inside an array, you either specify which key from the array you want to extract or get all the values by looping or using laravel collection before getting `RoundNumber` value.
e.i You can use [collection](https://laravel.com/docs/10.x/collections) and [pluck](https://laravel.com/docs... | null | CC BY-SA 4.0 | null | 2023-03-04T14:23:12.917 | 2023-03-04T14:23:12.917 | null | null | 1,319,623 | null |
75,636,267 | 2 | null | 75,633,652 | 0 | null | The code you provided seems good.
I hope you did not expect it to change the pallet choices once the form has been rendered. You'll need to write some JS for that
| null | CC BY-SA 4.0 | null | 2023-03-04T14:23:19.230 | 2023-03-04T14:23:19.230 | null | null | 20,263,044 | null |
75,636,265 | 1 | null | null | 0 | 26 | I have a (large) array that I need to compute. The array has three dimensions, but so far I have only been able to do the first dimension without a loop (and the other two dimensions by a written-out loop).
```
y <- array(0.0, dim = c(numberScenarios, (numberYears + 1), numberMaturities))
for (t in 1:(numberYears + 1))... | How to avoid multiple loops for array computations? | CC BY-SA 4.0 | null | 2023-03-04T14:23:07.123 | 2023-03-05T00:38:24.917 | null | null | 2,071,794 | [
"r",
"arrays",
"matrix",
"multidimensional-array"
] |
75,636,260 | 1 | null | null | 0 | 15 | I'm building a web application using Next.js as a framework, NextAuth.js for authentication, and Firebase to add user details.
I'm trying to log users to Firebase when they sign up using LinkedIn, but for some reason, the user is not getting logged to Firebase before getting redirected with nextauth's callbackUrl.
I'm... | Issue adding LinkedIn users upon signing up to Firebase using NextAuth.js and Next.js | CC BY-SA 4.0 | null | 2023-03-04T14:22:39.380 | 2023-03-04T15:18:57.487 | 2023-03-04T15:18:57.487 | 209,103 | 20,391,378 | [
"javascript",
"firebase",
"google-cloud-firestore",
"next-auth"
] |
75,636,269 | 1 | null | null | -1 | 9 | I need a json file in my project so that I can change it during the execution of the project, but when I put the json file in the path of the project, after exporting, I can no longer view that file. Is there a way in nextjs that I can have my file in the project path without changing or compressing it?
I just want to ... | How can I update a json file or when I use a json file in nextjs, can I still see it in the path after exporting? | CC BY-SA 4.0 | null | 2023-03-04T14:23:30.160 | 2023-03-04T14:23:30.160 | null | null | 12,053,014 | [
"javascript",
"json",
"next.js"
] |
75,636,273 | 1 | null | null | 0 | 6 | Lets say I have an image or graph of a sinus rhythm(just consider it as a normal graph on x and y axis, more like a wave) of two people and how would I get the percentage difference or deviation(by how much percent is the first graph different from the second one) one graph is from another?
I thought of considering eac... | Compare two sinus rhythm waves and obtain deviation of second wave from first wave? | CC BY-SA 4.0 | null | 2023-03-04T14:23:53.833 | 2023-03-04T14:23:53.833 | null | null | 21,331,841 | [
"image-processing",
"graph",
"compare",
"data-analysis",
"waveform"
] |
75,636,271 | 1 | null | null | -1 | 8 | Sorry, I'm newbie to the heroku platform. I have successfully deployed the spring boot application to heroku, but I am getting error code 403 do not have defined permissions. Please tell me the reason. Thanks everyone.
I tried to deploy many times but failed
| Why I successfully deploy spring boot project to heroku but get error code 403? | CC BY-SA 4.0 | null | 2023-03-04T14:23:43.280 | 2023-03-04T14:23:43.280 | null | null | 21,331,867 | [
"spring-boot",
"heroku",
"http-status-code-403"
] |
75,636,208 | 1 | null | null | 0 | 22 | I have been trying to create a datepicker in my booking app but for some reason I can't get ng2-datepicker to work (some error about not being a valid component)
I have resorted to a vanilla datepicker but cant get use ngmodel in my component. I have got the FormsModule imported everywhere it should, but still get the... | Can't bind to 'ngModel' since it isn't a known property of 'input'. - have already imported it | CC BY-SA 4.0 | null | 2023-03-04T14:11:39.840 | 2023-03-04T15:27:07.387 | null | null | 13,302,565 | [
"html",
"angular",
"typescript",
"firebase"
] |
75,636,276 | 2 | null | 75,636,110 | 0 | null | `'admin'` is hard-coded here, which is fine security-wise. In order to modify it an attacker will have to have access to modify the source code, which makes RBAC, or any security measure you may have a moot point anyway.
| null | CC BY-SA 4.0 | null | 2023-03-04T14:24:28.230 | 2023-03-04T14:24:28.230 | null | null | 2,422,776 | null |
75,636,272 | 2 | null | 75,517,239 | 0 | null | So after reading a bit on rotation matrices I found that Euler angles to Rotation matrices is not a one-to-one mapping but a many-to-one mapping. For example, for `theta=100` both `[100,100,100]` and `[-80. 80. -80.]` produce the same rotation matrix.
Infact according to equation (12) of
[](https://i.stack.imgur.com/2... | null | CC BY-SA 4.0 | null | 2023-03-04T14:23:49.770 | 2023-03-04T14:23:49.770 | null | null | 13,049,379 | null |
75,636,274 | 1 | null | null | 1 | 50 | When compiling my C++20 library on Mac I have this issue:
```
error: 'uncaught_exceptions' is unavailable: introduced in macOS 10.12
/usr/local/include/CGAL/assertions.h:96:82: note: expanded from macro 'CGAL_destructor_assertion_catch'
# define CGAL_destructor_assertion_catch(CODE) try{ CODE } catch(...) { if(std... | Mac C++20 and 17 , std::uncaught_exceptions | CC BY-SA 4.0 | null | 2023-03-04T14:24:07.650 | 2023-03-04T15:34:02.210 | 2023-03-04T15:34:02.210 | 8,794,558 | 8,794,558 | [
"c++",
"macos"
] |
75,636,268 | 2 | null | 75,630,981 | 0 | null | One approach is to create a vector `x` with the length set to the number of trials `N`. Then in your loop, you can set the vector value by index `j`. In the end, you can use `table` of your final `x` vector. Note that I tried not to change any other code you have except for mild formatting.
Let me know if this is what ... | null | CC BY-SA 4.0 | null | 2023-03-04T14:23:26.757 | 2023-03-04T14:23:26.757 | null | null | 3,460,670 | null |
75,636,277 | 2 | null | 68,346,281 | 1 | null | This is now supported in Python 3.11 using the new type hints for Variadic Generics, specifically for unpacking unbounded tuples [here](https://peps.python.org/pep-0646/#unpacking-unbounded-tuple-types)
The type hint now could be written as
`GraphAndVertices = tuple[Graph, *tuple[Graph, str]]`
| null | CC BY-SA 4.0 | null | 2023-03-04T14:24:34.793 | 2023-03-04T14:24:34.793 | null | null | 15,787,235 | null |
75,636,278 | 1 | null | null | -2 | 17 | I'd like to parse a JS file in Rust, and traverse the resulting AST to do some static analysis for fun/learning purposes. I have experience in working with ASTs with various JS libraries. I know theres a bunch of javascript parsers written in Rust, but the documentation is very lacking. Does anybody have an example on ... | Parse a javascript file with Rust and traverse AST | CC BY-SA 4.0 | null | 2023-03-04T14:25:15.987 | 2023-03-04T14:25:15.987 | null | null | 5,580,431 | [
"parsing",
"rust",
"abstract-syntax-tree",
"visitor-pattern"
] |
75,636,280 | 1 | null | null | -1 | 7 | I have a Windows 10 desktop. I sit phisically and connect to it using a MS account associated to my Hotmail account. This hotmail account has its password but at my desktop I use another password, yes, remote account, remote password and local password to this same remote account.
I also have a notebook running Kubuntu... | How do I connect from Kubuntu 22.04 to Windows 10 using a Hotmail account with local password and remote desktop? | CC BY-SA 4.0 | null | 2023-03-04T14:25:43.987 | 2023-03-04T14:25:43.987 | null | null | 17,795,768 | [
"ubuntu",
"windows-10",
"remote-desktop",
"rdp",
"hotmail"
] |
75,636,282 | 2 | null | 47,717,753 | 0 | null | You can use the return value of IS_DEFINED.
The query will looks like this
```
Records that do not contain Exception:
SELECT COUNT(1) from doc c WHERE IS_DEFINED(c.Exception) = false
Records that contain Exception:
SELECT COUNT(1) from doc c WHERE IS_DEFINED(c.Exception) = true
```
Hoping somebody will find this... | null | CC BY-SA 4.0 | null | 2023-03-04T14:25:56.680 | 2023-03-04T14:25:56.680 | null | null | 13,090,451 | null |
75,636,284 | 2 | null | 75,634,790 | 1 | null | Here is another option combining with `lapply`
```
library(dplyr)
df %>%
split(.$var1) %>%
lapply(function(x) x$var2)
```
```
$A
[1] 1 2 3
$B
[1] 4 5
$C
[1] 6
```
| null | CC BY-SA 4.0 | null | 2023-03-04T14:26:11.760 | 2023-03-04T14:26:11.760 | null | null | 13,321,647 | null |
75,636,283 | 1 | null | null | 0 | 12 | I'm building a mobile application project using firebase. The features include a camera, voice notes, locations, notes. I want to add this data to be retrieved into a list, which divides into sub lists for the photos, voice, etc. I have managed to upload the photos and voice notes to firebase storage. I was wondering i... | Android Studio Project With Firebase/Firestore | CC BY-SA 4.0 | null | 2023-03-04T14:26:04.143 | 2023-03-04T14:26:04.143 | null | null | 21,331,884 | [
"java",
"android"
] |
75,636,281 | 1 | null | null | 0 | 14 | I need to send a 32bit message from an arduino to an SPI device.
Could someone please help me how to do this? For example I want to send 255 (11111111 in binary) to channel 4. I thought I could send 111111110000000000000000 via SDI but I think I will need to send something like for example "0x040000f7". I honestly have... | Send 32bit word via SPI from Arduino | CC BY-SA 4.0 | null | 2023-03-04T14:25:45.550 | 2023-03-04T14:57:44.990 | 2023-03-04T14:26:58.783 | 4,062,354 | 6,736,654 | [
"arduino",
"spi",
"serial-communication"
] |
75,636,275 | 1 | null | null | 0 | 9 | I want to compute the KL divergence between a Gaussian mixture distribution and a normal distribution using the sampling method. Here is my code
```
from torch.distributions.normal import Normal
from torch.distributions import MultivariateNormal, MixtureSameFamily, Categorical
from torch.distributions.independent impor... | compute a KL divergence for a Gaussian Mixture prior and a normal distribution posterior | CC BY-SA 4.0 | null | 2023-03-04T14:24:07.893 | 2023-03-04T14:33:47.260 | 2023-03-04T14:33:47.260 | 15,620,411 | 2,811,074 | [
"pytorch",
"statistics",
"distribution",
"montecarlo",
"bayesian-deep-learning"
] |
75,636,289 | 2 | null | 70,758,736 | 0 | null | I was getting same error in case for nx intergrated app. I changed the settings in the vercel project and then it worked
These were the settings that worked
[](https://i.stack.imgur.com/hTDiI.png)
| null | CC BY-SA 4.0 | null | 2023-03-04T14:26:46.927 | 2023-03-04T14:26:46.927 | null | null | 14,358,202 | null |
75,636,279 | 1 | null | null | 0 | 8 | When I used the SAPI alone, it works perfectly fine.
```
import win32com.client as wincl
speak = wincl.Dispatch("SAPI.SpVoice")
sentence = "This is a voice from Windows"
speak.Speak(sentence)
```
However, when I put it inside the Gradio function, it does not work anymore and gives an error.
```
import gradio as gr
im... | Using Windows' SAPI SpVoice with Gradio | CC BY-SA 4.0 | null | 2023-03-04T14:25:38.773 | 2023-03-04T14:25:38.773 | null | null | 15,189,383 | [
"python",
"windows",
"win32com",
"sapi",
"gradio"
] |
75,636,285 | 2 | null | 75,635,823 | 0 | null | You could try creating a report and calling the API for Anypoint Monitoring reports. Note that if a feature requires a special subscription using the API will not avoid the need for the subscription.
Source: [https://help.mulesoft.com/s/article/How-to-Fetch-Anypoint-Monitoring-Reports-via-API](https://help.mulesoft.com... | null | CC BY-SA 4.0 | null | 2023-03-04T14:26:19.930 | 2023-03-04T14:34:33.870 | 2023-03-04T14:34:33.870 | 721,855 | 721,855 | null |
75,636,286 | 1 | null | null | 0 | 26 | I have a 3-D tensor `x_k`. I have another two 3-D tensors `h_att` and `i_att`, which work as indexes. I want to know how `q = x_k[h_att,i_att]` works in detail.
```
import torch
import numpy as np
import torch.nn as nn
```
```
x_k = torch.arange(1,25).reshape(2,4,3)
```
```
x_k
tensor([[[ 1, 2, 3],
[ 4, ... | How is a 3D tensor indexed by two 3D tensors? | CC BY-SA 4.0 | null | 2023-03-04T14:26:22.503 | 2023-03-05T02:26:27.497 | 2023-03-05T00:40:36.837 | 21,331,752 | 21,331,752 | [
"indexing",
"pytorch",
"tensor"
] |
75,636,288 | 1 | 75,636,541 | null | 1 | 36 | [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error)
> Error objects are when runtime errors occur. The Error object
can also be used as a base object for . See
below for standard built-in error... | Errors vs Exceptions in JS - Are there exceptions in JavaScript? | CC BY-SA 4.0 | null | 2023-03-04T14:26:35.263 | 2023-03-04T15:07:29.470 | 2023-03-04T14:30:29.250 | 19,551,894 | 19,551,894 | [
"javascript",
"exception",
"error-handling",
"runtime-error"
] |
75,636,292 | 2 | null | 75,636,149 | 0 | null | If you want to do this in a cleaner manner, you can also do it with a list comprehension:
```
J=[0, 2, 0, 6, 7, 9, 10]
Cond=[False, True, False, True, True, True, True]
J = [(0 if not c else j) for j, c in zip(J, Cond)]
print(J)
```
modifying lists while looping over them can be a bad idea, so this is not just less ... | null | CC BY-SA 4.0 | null | 2023-03-04T14:27:16.470 | 2023-03-04T14:27:16.470 | null | null | 18,189,817 | null |
75,636,293 | 1 | null | null | 0 | 19 | I'm Using NodeJs , why I'm not able to get the value of the in variable
here I'm using [Nedb](https://github.com/louischatriot/nedb)
```
router.get('/', (req, res) => {
var collection = [];
db.find({}, function (err, data) {
collection = data
});
res.render('../views/Client/index.ejs', { data:... | how can I use object outside of a function in Nodejs | CC BY-SA 4.0 | null | 2023-03-04T14:27:30.257 | 2023-03-04T21:44:47.747 | null | null | 15,462,806 | [
"javascript",
"node.js",
"object",
"nedb"
] |
75,636,295 | 2 | null | 75,635,894 | 0 | null | You can wrap your watermark `Text` widget in a `Positioned` widget and set its position based on the dimensions of the device screen using `MediaQuery`.
Something like this:
```
Stack(
children: [
....
Positioned(
bottom: MediaQuery.of(context).size.height * 0.1,
right: MediaQuery.of(context).siz... | null | CC BY-SA 4.0 | null | 2023-03-04T14:27:40.753 | 2023-03-04T14:27:40.753 | null | null | 21,203,244 | null |
75,636,298 | 1 | null | null | -1 | 6 | I am trying to set up openCV (current version ) on Ubuntu in the context mentioned above. I tried a lot of methods, I even compiled the source code myself, but each time I ran into the same error:
```
/home/broland/Documents/ip/first/cmake-build-release/main
terminate called after throwing an instance of 'cv::Exception... | Installing and setting up openCV with homebrew on Ubuntu 22.04 and CLion - cv::Exception ... install libgtk2.0-dev and pkg-config | CC BY-SA 4.0 | null | 2023-03-04T14:27:56.110 | 2023-03-04T14:27:56.110 | null | null | 17,694,100 | [
"opencv",
"ubuntu",
"homebrew",
"clion"
] |
75,636,290 | 1 | null | null | -1 | 17 | I'm trying to compile a project for an ESP32 dev board, but I'm getting the following error:
```
c:/users/removed/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: .pio\build\dfrobot_firebeetle2_esp32e\src\TelegramBot.cpp.o:D:\Users\removed\Docume... | Multiple definitions of object which is defined within #ifndef tags | CC BY-SA 4.0 | null | 2023-03-04T14:26:58.583 | 2023-03-04T14:34:53.690 | 2023-03-04T14:34:53.690 | 1,413,395 | 4,040,201 | [
"arduino",
"esp32",
"arduino-c++",
"arduino-esp32"
] |
75,636,291 | 2 | null | 75,611,756 | 0 | null |
### ACPI table issues
problem with your table is a custom ACPI _HID and _CID. You can't create them out of the thin air. Yes, technically it's possible but only for your own use, no production. Moreover, your ID is created against ACPI specification. It's invalid, but Linux doesn't enforce this.
issue, if you want... | null | CC BY-SA 4.0 | null | 2023-03-04T14:27:00.360 | 2023-03-04T14:27:00.360 | null | null | 2,511,795 | null |
75,636,300 | 2 | null | 73,672,205 | 0 | null | Refer to this solution from Tom Oliver - [https://www.tomoliver.net/posts/cypress-samesite-problem](https://www.tomoliver.net/posts/cypress-samesite-problem)
he suggests intercepting the requests and modifying the response headers to change SameSite=Lax to SameSite=None
| null | CC BY-SA 4.0 | null | 2023-03-04T14:28:22.533 | 2023-03-04T14:28:22.533 | null | null | 9,693,346 | null |
75,636,302 | 1 | null | null | -3 | 15 | Planning to have three buttons namely not started , in progress , completed.
When I click on each button aggrid table should show the filtered data, I end up doing it but new table is created..
Need to update and display in same table . Kindly help in python code
| How to change the rows in aggrid table streamlit by various buttons | CC BY-SA 4.0 | null | 2023-03-04T14:29:23.950 | 2023-03-04T14:31:21.690 | 2023-03-04T14:31:21.690 | 16,320,265 | 16,320,265 | [
"python",
"ag-grid",
"streamlit"
] |
75,636,304 | 1 | null | null | -2 | 14 | I am new to qt design studio and qtquick itself. So, sry if my question is obvious. I can't find the canvas item in the components list in Qt design studio. Am I missing something? Tryed importing some things, nothing worked. The [doc](https://doc.qt.io/qt-6/qml-qtquick-canvas.html#details) suggests just adding it to t... | Where is the canvas item in qt design studio | CC BY-SA 4.0 | null | 2023-03-04T14:29:29.700 | 2023-03-04T14:29:29.700 | null | null | 14,577,081 | [
"python",
"qt",
"pyside2",
"qt-design-studio"
] |
75,636,299 | 1 | null | null | 1 | 21 | I am building an application using nodejs with nodemailer which sends a confirmation link to user's email. I have added a simple HTML with inline styles to display text and a button. I want the button's text to be always white color, but the app/browser changes the color of the link even though i have set the color of ... | HTML Static Link Color Changes Depending on App or Browser Theme | CC BY-SA 4.0 | null | 2023-03-04T14:28:10.953 | 2023-03-04T15:53:28.100 | null | null | 12,375,343 | [
"javascript",
"html",
"css"
] |
75,636,238 | 1 | null | null | 0 | 12 | Account class
```
//Account class
public class Register
{
[Key]
public int Id { get; set; }
[Required]
public string UserName { get; set; }
[Required]
public string Password { get; set; }
[Compare("Password", ErrorMessage = "كلمة المرور غير مطابقة")]
... | i logged in but i want to display part of table on the next page based on employee department (user table contains foreign key of department) | CC BY-SA 4.0 | null | 2023-03-04T14:16:27.863 | 2023-03-04T14:16:27.863 | null | null | 21,331,606 | [
"asp.net",
"razor-pages"
] |
75,636,308 | 1 | null | null | 0 | 27 | I tried changing the ease I also tried using the jquery ui easing package, to try with other easings but it doesn't work, I just want to put it in 'linear'.
```
$('#slidemenu ul > li > a').on('click',function(event){
event.preventDefault();
var ref = $(this).attr('href');
$('html').stop().animat... | Change of ease in animate(), Jquery, doesn't work | CC BY-SA 4.0 | null | 2023-03-04T14:30:04.633 | 2023-03-05T00:12:09.140 | 2023-03-04T14:58:27.910 | 18,519,921 | 16,211,184 | [
"javascript",
"html",
"jquery",
"css",
"jquery-animate"
] |
75,636,297 | 2 | null | 34,644,177 | 1 | null | I've expirienced the same problem (year 2023 btw). I installed eslint and when I type `npx eslint app.js` it returns empty result, just a new empty line.
So, solution for me was:
1. I checked globally installed eslint npm list -g
2. Eslint was installed globally, and I didn't want that, so I deleted it npm uninstall -... | null | CC BY-SA 4.0 | null | 2023-03-04T14:27:45.800 | 2023-03-04T14:27:45.800 | null | null | 20,855,085 | null |
75,636,311 | 1 | null | null | 0 | 16 |
# this below code isn't work, please tell me whats wrong with this code?
```
import { StatusBar } from 'expo-status-bar';
import React from 'react';
import { StyleSheet, Text, View,Button } from 'react-native';
export default function App() {
handle()
{
console.log("pressed");
}
return (
... | How to use onPress attribute for Button in react native? | CC BY-SA 4.0 | null | 2023-03-04T14:30:48.363 | 2023-03-04T15:26:56.737 | null | null | 18,933,800 | [
"reactjs",
"react-native",
"button",
"text"
] |
75,636,270 | 1 | null | null | 0 | 21 | this is my custom `LoginFilter`:
```
public class LoginFilter extends UsernamePasswordAuthenticationFilter {
public LoginFilter(AuthenticationManager authenticationManager){
super(authenticationManager);
}
@Override
public Authentication attemptAuthentication(HttpServletRequest request, HttpSer... | My custom LoginFilter is authenticated and it calls the login success callback, why is it not executed to the Controller layer? | CC BY-SA 4.0 | null | 2023-03-04T14:23:41.833 | 2023-03-04T14:23:41.833 | null | null | 10,870,218 | [
"rest",
"spring-security",
"jwt"
] |
75,636,315 | 2 | null | 73,639,155 | 0 | null | For Windows 11 on VScode it shows the same problem. Another way to fix, is to run VScode with Admin Privilleges
| null | CC BY-SA 4.0 | null | 2023-03-04T14:31:26.723 | 2023-03-04T14:34:27.410 | 2023-03-04T14:34:27.410 | 965,146 | 4,122,498 | null |
75,636,313 | 1 | null | null | 0 | 15 | I'm building a card game application using Rails as by backend and React as my frontend. I'm using Rails 6.1.7.2 and Webpack to implement React. So far I have a Board component and a Game component. The Board component I've nested inside the Game component. I've created two stylesheets, 'board.css' and 'game.css', insi... | Rails/React CSS Style Rendering Issue | CC BY-SA 4.0 | null | 2023-03-04T14:30:56.373 | 2023-03-04T17:43:12.320 | 2023-03-04T17:43:12.320 | 15,754 | 21,331,798 | [
"css",
"ruby-on-rails",
"webpack",
"asset-pipeline",
"react-rails"
] |
75,636,319 | 1 | null | null | -1 | 17 | Is it possible to create Functional dependency set with only one Candidate key and its 3NF?
R(A,B){A->B} satisfies the condition.
But is it possible to create with more than 1 FD in FD set?
| Is it possible to create Functional dependency set with only one Candidate key and its 3NF? | CC BY-SA 4.0 | null | 2023-03-04T14:31:55.053 | 2023-03-04T21:23:11.160 | 2023-03-04T21:23:11.160 | 3,404,097 | 20,197,063 | [
"database",
"rdbms",
"functional-dependencies",
"3nf",
"candidate-key"
] |
75,636,320 | 2 | null | 75,636,130 | 0 | null | Instead of using `M` to infer the return type of the function, try to infer the entire type of the function first, then use `ReturnType` as the return type:
```
function extract<F extends () => unknown>(getter: F): ReturnType<F> {
return getter() as ReturnType<F>;
}
```
[Playground](https://www.typescriptlang.org/pl... | null | CC BY-SA 4.0 | null | 2023-03-04T14:32:19.200 | 2023-03-04T14:32:19.200 | null | null | 18,244,921 | null |
75,636,310 | 1 | null | null | 0 | 16 | Hey I am tryin to do this exercise for my assignment:
Task 6. Visualize the relationship between air compounds and the weather factor
To compare the concentrations of the compounds to the measurements of the weather factor without taking into account the time dimension, create a scatterplot and a heatmap for each compo... | Python sns heatmap KeyError: Interval(6.3, 8.4, closed='right') | CC BY-SA 4.0 | null | 2023-03-04T14:30:39.373 | 2023-03-04T15:13:20.737 | null | null | 19,097,546 | [
"python",
"heatmap"
] |
75,636,317 | 2 | null | 73,960,514 | 0 | null | Thanks to [@Masklinn](https://stackoverflow.com/a/73960766/5446749): wrapping non-copyable data into Rc works perfectly!
```
use std::{collections::HashMap, rc::Rc};
fn main() {
let mut map : HashMap<String, Vec<String>> = HashMap::new();
map.insert(String::from("a"), Vec::from([String::from("first")]));
ma... | null | CC BY-SA 4.0 | null | 2023-03-04T14:31:37.940 | 2023-03-04T14:31:37.940 | null | null | 5,446,749 | null |
75,636,323 | 2 | null | 36,930,536 | 0 | null | In my case I have my setup running in Docker. I had the same error message and had to run the migrate command inside docker.
```
docker exec -it <container ID> bash
cd app
php yii migrate
```
| null | CC BY-SA 4.0 | null | 2023-03-04T14:33:04.127 | 2023-03-04T14:33:04.127 | null | null | 10,025,356 | null |
75,636,294 | 1 | null | null | 0 | 9 | I am trying to implement PayFort Custom UI in my Android application. I have a ScrollingActivity.java where I set up the request parameters and start the PayFortCustomUI activity. However, when I go to the PayFortCustomUI activity, the FortRequest object is null, and when I press the btnPay button, I get the following ... | PayFort Custom UI - FortRequest is null and btnPay throws UninitializedPropertyAccessException | CC BY-SA 4.0 | null | 2023-03-04T14:27:33.017 | 2023-03-04T14:27:33.017 | null | null | 11,647,620 | [
"java",
"android",
"amazon-pay",
"payfort"
] |
75,636,322 | 2 | null | 75,636,095 | 0 | null | I have a better option for you showing pictures in a mannered way.
Try the react-slick and slick-carousel. Just go to npm by that link and see more [here](https://www.npmjs.com/package/react-slick)
You can use settings like that for all devices. You can also explore more about it on google. And Please try to search mor... | null | CC BY-SA 4.0 | null | 2023-03-04T14:33:01.597 | 2023-03-04T14:33:01.597 | null | null | 17,808,861 | null |
75,636,296 | 1 | 75,636,599 | null | -1 | 33 | I'm going through a hard time trying to transform a dataframe with 2 columns into another DataFrame. The first column is my index (ints) and the another column is a complicated series. For what i'm able to see the structure of the series goes like this:
A dictionary with one key and one value. The value is a list of si... | How to transform a DataFrame with a complicated series in a new DataFrame | CC BY-SA 4.0 | null | 2023-03-04T14:27:44.910 | 2023-03-04T16:09:43.173 | 2023-03-04T14:47:15.147 | 20,278,443 | 20,278,443 | [
"python",
"arrays",
"list",
"dictionary",
"series"
] |
75,636,327 | 2 | null | 75,408,022 | 1 | null | As mentioned in the comments, you will need the non greedy pattern as captured with `?`:
```
sub(".*?(\\d+).*", "\\1", bn)
# [1] "12345"
```
| null | CC BY-SA 4.0 | null | 2023-03-04T14:33:42.300 | 2023-03-04T14:33:42.300 | null | null | 13,840,270 | null |
75,636,321 | 2 | null | 75,636,056 | 2 | null | > Is it possible without refactoring the namespaces / folder names?
Everything is possible, but patching a poorly designed solution will only lead to more issues down the road.
You don't need to intrinsically tie your directory structure to your namespace. In large projects with lots of sub-directories it may get tedi... | null | CC BY-SA 4.0 | null | 2023-03-04T14:32:30.163 | 2023-03-04T21:26:44.713 | 2023-03-04T21:26:44.713 | 13,065,781 | 13,065,781 | null |
75,636,326 | 1 | null | null | 0 | 27 | I am making an async Http call to one of the integrations in my web application.
Sometimes when the integration is down, it doesn't respond and all the pages from where I am calling the hitting the integration endpoint doesn't load.
```
public static void GetDetails(int Id, string passId)
{
HttpClient client = new ... | How to skip an async call when it doesn't respond | CC BY-SA 4.0 | null | 2023-03-04T14:33:18.007 | 2023-03-04T14:56:49.170 | 2023-03-04T14:56:49.170 | 18,519,921 | 21,142,004 | [
"asp.net-mvc",
"async-await"
] |
75,636,324 | 2 | null | 75,630,809 | 1 | null | Here's a better method for a :
```
sublist1([H|T], Index, Length, Sublist) :-
sublist1_start_(T, H, 1, Index, Length, Sublist).
% P = previous
sublist1_start_(L, P, Ind, Index, Length, Sublist) :-
sublist1_loop_(L, P, Ind, Index, 1, Length, Sublist).
sublist1_start_([H|T], _, Ind, Index, Length, Sublist) :-
... | null | CC BY-SA 4.0 | null | 2023-03-04T14:33:05.187 | 2023-03-04T14:33:05.187 | null | null | 17,628,336 | null |
75,636,328 | 2 | null | 62,031,301 | 0 | null | For `List<bool>`, you need to define a [compare](https://api.flutter.dev/flutter/dart-core/List/sort.html) function:
```
final boollist = <bool>[false, true, true, false];
boollist.sort(
(a, b) => (a == b ? 0 : (a ? 1 : -1)),
);
```
output:
`[false, false, true, true]`
The reasons for this situation with `bool` in ... | null | CC BY-SA 4.0 | null | 2023-03-04T14:33:42.457 | 2023-03-04T14:42:44.033 | 2023-03-04T14:42:44.033 | 19,853,550 | 19,853,550 | null |
75,636,318 | 2 | null | 75,636,237 | 1 | null | Listing [[Python.Docs]: struct - Interpret strings as packed binary data](https://docs.python.org/library/struct.html#module-struct).
If the expected value out of (the beginning of) this contents is , @KennyOstrom's comment is correct, it's the byte order (buffer is encoded using , while the default (for / processors... | null | CC BY-SA 4.0 | null | 2023-03-04T14:31:54.137 | 2023-03-04T14:38:29.263 | 2023-03-04T14:38:29.263 | 4,788,546 | 4,788,546 | null |
75,636,329 | 2 | null | 75,628,056 | 1 | null | In theory you would be able to do this in a virtual stream (this is assuming that `subFolder1` is a folder in the parent stream's `Paths`, not in the depot root) with a `Remapped` line:
```
Type: virtual
Paths:
share subFolder1/...
Remapped:
subFolder1/... ...
```
but there is currently a (long-standing) bug t... | null | CC BY-SA 4.0 | null | 2023-03-04T14:33:48.047 | 2023-03-04T14:33:48.047 | null | null | 3,799,759 | null |
75,636,330 | 1 | null | null | -2 | 14 | im in a desperate need of help to instal ipython for Mac but firstly I need to know how to instal pip for my device
I've overlooked several links to find out how to carry it on but unfortunately it didn't went well
| how to install pip and python for python3 | CC BY-SA 4.0 | null | 2023-03-04T14:34:07.133 | 2023-03-04T14:34:07.133 | null | null | 21,304,148 | [
"pip",
"ipython"
] |
75,636,337 | 2 | null | 75,635,119 | 0 | null | Replace
```
p = P(stylename="Illustration")
p.addElement(doc.image(filename, cmx,cmy))
```
with:
```
p = P(stylename="Illustration")
di=doc.image(filename, cmx, cmy)
di.setAttribute(u'anchortype', u'paragraph')
p.addElement(di)
```
| null | CC BY-SA 4.0 | null | 2023-03-04T14:34:59.997 | 2023-03-04T14:34:59.997 | null | null | 363,028 | null |