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,618,356 | 1 | null | null | 0 | 19 | I'm playing with on the frontend and on the backend.
I'm finding myself unable to get an object passed from the front to the backend's method.
Help is appreciated.
```
let endpoint = "http://localhost:8080/api/users/search";
async function apiCall() {
try {
const res = await axios.post(endpoint,... | How to pass a JSON object from Svelte to Quarkus | CC BY-SA 4.0 | null | 2023-03-02T16:37:31.347 | 2023-03-03T09:44:05.427 | null | null | 694,740 | [
"rest",
"axios",
"svelte",
"quarkus"
] |
75,618,359 | 1 | null | null | 0 | 27 | I am using laravel 10 and vue 3.I successfully set up it, after add @vite('resource/js/app.js') its works fine.but when i try to connect route then it does not work.I don't know what is the problem.Please give me solution.[[[enter image description here](https://i.stack.imgur.com/FRaOj.png)]([https://i.stack.imgur.com/... | How to setup laravel 10 and vue 3 and connect with route? | CC BY-SA 4.0 | null | 2023-03-02T16:37:34.907 | 2023-03-03T13:47:50.910 | null | null | 17,404,550 | [
"php",
"laravel",
"vue.js",
"vuejs3"
] |
75,618,343 | 1 | null | null | 0 | 18 | hi currently i am rewritting a home page of app which was initialy build with setstate method , currently i am doing with provider state management , i am trying to implement pagination in home screen with feeds like instagram which contain articles, userposts, during initial build they created a api service function i... | Flutter Api inegration with provider | CC BY-SA 4.0 | null | 2023-03-02T16:36:35.513 | 2023-03-02T16:36:35.513 | null | null | 18,070,456 | [
"javascript",
"flutter",
"dart"
] |
75,618,360 | 1 | null | null | 0 | 16 | We're using [Azure SQL Data Sync](https://learn.microsoft.com/en-us/azure/azure-sql/database/sql-data-sync-data-sql-server-sql-database?view=azuresql) to migrate our on-prem SQL Server DBs to Azure SQL DB. Lower environments have worked just fine, and they are a cloned, scrubbed version of our production DBs. When runn... | Azure SQL Data Sync database provisioning failed, Execution Timeout Expired | CC BY-SA 4.0 | null | 2023-03-02T16:37:41.067 | 2023-03-02T20:31:50.527 | null | null | 58,508 | [
"azure-sql-database"
] |
75,618,353 | 1 | 75,619,231 | null | 0 | 21 | Have a question , i have many variables (mostly secrets defined as group variable in azure devops), i download the variables in my azure pipeline , my requirement pass this group variables based on the environment to my docker compose.yml file which build my container, the issue is the group variable is not passed to ... | Azure Devops group variable to Docker compose file | CC BY-SA 4.0 | null | 2023-03-02T16:37:19.600 | 2023-03-02T20:00:15.387 | 2023-03-02T19:53:57.613 | 3,678,105 | 3,678,105 | [
"docker",
"azure-devops",
"docker-compose"
] |
75,618,365 | 1 | null | null | -1 | 19 | I need my discord bot to be running non-stop, but I got something in my terminal after about an hour of working:
```
2023-03-02 10:59:56 INFO discord.gateway Shard ID None session has been invalidated.
```
What is it? Does it mean that my bot stopped working?
| Did my discord bot stopped working? Shard ID None session has been invalidated | CC BY-SA 4.0 | null | 2023-03-02T16:38:04.133 | 2023-03-02T16:38:04.133 | null | null | 19,694,624 | [
"python",
"discord",
"discord.py"
] |
75,618,363 | 2 | null | 60,517,198 | 0 | null | First is defined your function outside this `$(document).ready(function ()})` make it global then you can call the function like this.
```
<script>
function nameLogMe(data) {
console.log(data)
}
$(document).ready(function () {
$('#table').DataTable({
columns: [
{"data": "id"},
{"data... | null | CC BY-SA 4.0 | null | 2023-03-02T16:37:52.607 | 2023-03-02T16:37:52.607 | null | null | 6,426,817 | null |
75,618,361 | 2 | null | 75,616,076 | 1 | null | You could use the window.showSaveFilePicker(), that will create a pop-up just like when you "save as" an image or something. It lets the user specify the name and location of the file they are saving, and for that reason it's the only way to overwrite a user file, because in other ways, where the user don't have contro... | null | CC BY-SA 4.0 | null | 2023-03-02T16:37:42.197 | 2023-03-02T16:37:42.197 | null | null | 16,462,886 | null |
75,618,364 | 1 | 75,618,666 | null | 2 | 79 | I am completely perplexed. We came across a bug, which we easily fixed, but we are perplexed as to why the value the bug was generating created the output it did. Specifically:
Why does `~True` equal `-2` in python?
```
~True
>> -2
```
Shouldn't the bitwise operator `~` only return binary?
(Python v3.8)
| Why does ~True = -2 in python? | CC BY-SA 4.0 | null | 2023-03-02T16:38:02.667 | 2023-03-02T17:39:07.590 | 2023-03-02T16:41:34.627 | 1,302,551 | 1,302,551 | [
"python",
"python-3.x"
] |
75,618,362 | 2 | null | 75,616,908 | 1 | null | Sounds like you've been quite close to the answer!
Where you got with the one tutorial (where you could look around a 3D scene), that was pretty much all the work done. To create a video that you can look around, simply create a 3D sphere in Unity and apply the video to the texture You will then have a video sphere whi... | null | CC BY-SA 4.0 | null | 2023-03-02T16:37:48.590 | 2023-03-02T16:46:03.650 | 2023-03-02T16:46:03.650 | 21,121,257 | 21,121,257 | null |
75,618,368 | 2 | null | 75,585,947 | 0 | null | According to [github/super-linter](https://github.com/github/super-linter)'s [Filter linted files](https://github.com/github/super-linter/tree/v4.10.1#filter-linted-files) section, you can use the environment variables to include and exclude files i.e. `FILTER_REGEX_INCLUDE` and `FILTER_REGEX_EXCLUDE` respectively.
See... | null | CC BY-SA 4.0 | null | 2023-03-02T16:38:42.670 | 2023-03-02T17:02:42.267 | 2023-03-02T17:02:42.267 | 7,670,262 | 7,670,262 | null |
75,618,371 | 2 | null | 75,522,124 | 0 | null | There is no global universal way to disable the paging prompt.
Some functions might have a limited ability to avoid pagination, but others might not.
For example, the "help" strings have a hard pagination of 20 lines.
On the other hand, taskShow takes an optional parameter that can disable paging:
`taskShow(0, 4)` will... | null | CC BY-SA 4.0 | null | 2023-03-02T16:38:54.133 | 2023-03-02T16:38:54.133 | null | null | 10,703 | null |
75,618,340 | 1 | null | null | 1 | 49 | I've created a for-loop.
The code runs fine, but it takes a long time to finish (11 minutes) due to the size of the dataframe.
```
for col in df.columns:
for date in df.index:
mask = (dat['start'] < date) & (dat['end'] > date) & (dat['plant_type'] == col)
df.loc[date,col] = dat.loc[mask]['Difference'].sum()... | Vectorizing for-loop in Pandas | CC BY-SA 4.0 | null | 2023-03-02T16:36:12.070 | 2023-03-03T14:02:10.827 | 2023-03-03T14:02:10.827 | 21,320,342 | 21,320,342 | [
"python",
"pandas",
"dataframe",
"vectorization"
] |
75,618,373 | 1 | 75,618,495 | null | -1 | 40 | Is it possible that one function can return multiple values?
```
func dataChange(type: String) -> (String || Int) {
if (type == "string"){
return "stackover flow"
}
return 123
}
```
Can the function return different values based on an if condition.
| Can we return multiple values based on return type | CC BY-SA 4.0 | null | 2023-03-02T16:39:14.533 | 2023-03-03T07:51:33.083 | 2023-03-03T07:51:33.083 | 17,215,021 | 1,867,584 | [
"swift"
] |
75,618,372 | 2 | null | 72,742,797 | 0 | null | The problem might be that you are using Laravel 5.x and your hosting provider is set with php 8.x
- First thing to do is to configure your PHP version to 7.x here a link on how to do it:
[https://www.hostgator.com/help/article/php-configuration-plugin](https://www.hostgator.com/help/article/php-configuration-plugin)- T... | null | CC BY-SA 4.0 | null | 2023-03-02T16:39:02.237 | 2023-03-02T16:39:02.237 | null | null | 9,169,129 | null |
75,618,367 | 1 | 75,618,452 | null | -1 | 40 | I want to input multi coordinate value like (x1,y1,z1),(x2y2z2)...,(xn,yn,zn) to the input
program:
```
def coordinate(getdata):
l = getdata
lx = [x for x,y,z in l]
ly = [y for x,y,z in l]
lz = [z for x,y,z in l]
x = lx
xv = []
for f in range(len(x)-1):
bx = x[f+1] - x[f]
... | how to fix "not enough values to unpack (expected 3, got 1)" with multi input value with list | CC BY-SA 4.0 | null | 2023-03-02T16:38:34.603 | 2023-03-02T17:06:52.897 | null | null | 21,092,077 | [
"python"
] |
75,618,375 | 2 | null | 75,617,186 | 0 | null | The now() method in Laravel returns a Carbon instance, which allows you to set the timezone using the tz() method. However, when you use dd(), it displays the date and time in the timezone you set. But when you return the result, it uses the default timezone of your application, which is set in the config/app.php file.... | null | CC BY-SA 4.0 | null | 2023-03-02T16:39:18.817 | 2023-03-02T16:39:18.817 | null | null | 21,320,625 | null |
75,618,378 | 2 | null | 75,615,579 | 0 | null | If you are willing to use Google Apps Script, then you can create a Custom Function using JavaScript. To get to the code editor, go to Extensions -> Apps Script. There you will see a sample function that looks like this:
```
function myFunction() {
}
```
You would change myFunction to something like:
```
function T... | null | CC BY-SA 4.0 | null | 2023-03-02T16:39:35.100 | 2023-03-02T16:39:35.100 | null | null | 1,313,642 | null |
75,618,377 | 1 | null | null | 0 | 19 | I'm trying to create an email template on Netsuite, and wanted to put a package tracking `number:${customRecord.package.packagetrackingnumber}`. After saving, I tested it with an order, but showing no package tracking info there. Wondering what's the correct variable name of package tracking number?
I found an sale or... | Netsuite email template | CC BY-SA 4.0 | null | 2023-03-02T16:39:33.890 | 2023-03-03T03:15:48.797 | 2023-03-03T03:15:48.797 | 11,107,541 | 21,320,597 | [
"javascript",
"html",
"netsuite"
] |
75,618,379 | 2 | null | 75,618,231 | 0 | null | I would use a class to represent a type of data and not where the data is coming from. By declaring other arguments, I can choose whether these arguments are going to be feed by the user or from any other source.
Nothing stops you from doing
```
class Simple:
def __init__(self, name, age):
self.name = name
... | null | CC BY-SA 4.0 | null | 2023-03-02T16:39:36.973 | 2023-03-02T16:39:36.973 | null | null | 15,032,126 | null |
75,618,380 | 1 | null | null | 0 | 18 | I tried different ways to type annotate the redis object and its method as below
```
foo.py
redis_instance: Any = redis.StrictRedis.from_url(url=REDIS_DB_URL, decode_responses=False)
```
```
config.py
REDIS_DB_URL: str | None = os.environ.get("REDIS_DB_URL")
```
```
.env
REDIS_DB_URL=redis://redis:6379/0
```
but sti... | Type hint redis function python | CC BY-SA 4.0 | null | 2023-03-02T16:39:47.463 | 2023-03-02T16:39:47.463 | null | null | 19,130,803 | [
"python",
"redis"
] |
75,618,369 | 1 | null | null | 0 | 11 | So I have this Alpine.js store set up in `<script>` tags:
```
<script>
const url = import.meta.env.PUBLIC_CONTACT_FORM_URL;
document.addEventListener('alpine:init', () => {
Alpine.store('contactFormState', {
// Form State
formData: {
name: '',
... | Cannot access store state from within Alpine.js store in Astro | CC BY-SA 4.0 | null | 2023-03-02T16:38:47.833 | 2023-03-02T16:38:47.833 | null | null | 2,036,766 | [
"typescript",
"alpine.js",
"astro"
] |
75,618,376 | 1 | null | null | 1 | 21 | as you can see from my code, I've written a simple program with turtle module to randomly draw lines with a random color.
The turtle will randomly move forward or backward with a random distance which is chosen from a list.
What I would like to do is to prevent the turtle to go outside the window border. I've tried dif... | Can't prevent python turtle from going outside the window | CC BY-SA 4.0 | null | 2023-03-02T16:39:19.700 | 2023-03-02T18:02:05.983 | null | null | 9,071,739 | [
"python-turtle"
] |
75,618,384 | 2 | null | 75,618,167 | 1 | null | `include is like copy-pasting the text of one file into another. import allows you to use the things defined in a package without having to prefix the package name in front of them.
In order to import the package must have first been defined, so depending on how your project is set up you may need `include to pull in t... | null | CC BY-SA 4.0 | null | 2023-03-02T16:40:22.287 | 2023-03-02T16:40:22.287 | null | null | 10,844,906 | null |
75,618,383 | 1 | null | null | 0 | 24 | I am attempting to convert a protobuf message into an Avro record in order to send it to a Kafka topic using KafkaProducer. I am aware there is a KafkaProtbufSerializer for the value.serializer, but I would like to convert the protobuf message into Avro to use the KafkaAvroSerializer. How would I do this?
| How to convert a protobuf message into Avro? | CC BY-SA 4.0 | null | 2023-03-02T16:40:16.903 | 2023-03-03T20:48:08.360 | null | null | 15,641,225 | [
"apache-kafka",
"protocol-buffers",
"avro",
"kafka-producer-api",
"protobuf-java"
] |
75,618,374 | 1 | 75,618,701 | null | 0 | 14 | I would like to be able to create Channel-Adaptor connections during runtime of my program. I have a solution but it doesn't seem like the proper way to do things in JPOS.
My program will receive information from the user through a JSON Post request similar to below:
```
@PostMapping(value = "/message", consumes = DEFA... | How to properly change port of JPOS Channel-Adapter during runtime? | CC BY-SA 4.0 | null | 2023-03-02T16:39:16.020 | 2023-03-02T17:19:52.747 | null | null | 10,073,380 | [
"jpos"
] |
75,618,387 | 2 | null | 75,613,224 | 0 | null | An Activity or a Context is not an Application, so you can't cast it to one. Replace
```
(requireContext() as WeatherApp)
```
with
```
(requireActivity().application as WeatherApp)
```
| null | CC BY-SA 4.0 | null | 2023-03-02T16:40:27.613 | 2023-03-02T16:40:27.613 | null | null | 506,796 | null |
75,618,389 | 1 | null | null | 0 | 22 | Application deployed on WildFly using Java EE `javax.jms.MessageListener` to consume messages from queue.
```
@ResourceAdapter("remote-artemis")
@MessageDriven(name = "DeliveryMDB", activationConfig = {
@ActivationConfigProperty(propertyName = "destinationLookup", propertyValue = "delivery_inbound"),
@A... | Why is MessageListener consuming ActiveMQ messages before a pool is ready to work on the message? | CC BY-SA 4.0 | null | 2023-03-02T16:40:30.927 | 2023-03-04T23:18:00.363 | 2023-03-04T23:18:00.363 | 3,767,959 | 12,524,189 | [
"java",
"wildfly",
"activemq-artemis",
"java-ee-8",
"message-listener"
] |
75,618,385 | 1 | 75,634,625 | null | 0 | 27 | I want to take the following imports and code:
```
import {HotTable} from '@handsontable/react';
import {registerAllModules} from 'handsontable/registry';
registerAllModules();
```
And convert them over to use React.lazy() so that webpack will create a separate bundle for the HandsOnTable library.
If I do this:
```
co... | Issue converting standard import statements over to React.lazy() in order to code split a bundle | CC BY-SA 4.0 | null | 2023-03-02T16:40:24.220 | 2023-03-04T09:34:44.390 | 2023-03-03T22:03:15.537 | 549,226 | 549,226 | [
"javascript",
"reactjs",
"webpack",
"handsontable"
] |
75,618,392 | 2 | null | 75,617,886 | 0 | null | I worked it out based on this post about Formik textareas: [link](https://stackoverflow.com/questions/60700899/formik-component-textarea-multiline-in-placeholder)
The solution is to separate each entry that should be highlighted in the multiple-select field with the html line break code - \n.
So in my case the followin... | null | CC BY-SA 4.0 | null | 2023-03-02T16:40:42.157 | 2023-03-02T16:40:42.157 | null | null | 20,695,270 | null |
75,618,382 | 1 | 75,619,467 | null | 1 | 40 | I am experimenting with `git reset` and get some results I don't understand.
First lets check `git log --oneline`:
```
bebf9f0 (HEAD -> main, [MyRepository]/main) Merge branch 'main' of https://github.com/[MyRepository] into main
b20fac7 Merge branch 'main' of https://github.com/[MyRepository] into main # AFTER RESET... | Git reset unexpectedly removes older commits | CC BY-SA 4.0 | null | 2023-03-02T16:39:57.907 | 2023-03-02T18:30:41.430 | 2023-03-02T17:19:27.543 | 2,447,656 | 2,447,656 | [
"git",
"reset",
"git-reset"
] |
75,618,386 | 2 | null | 23,897,098 | 0 | null | As Mchl stated, using an async function as your test and awaiting the call to add the script will work.
```
//jasmine setup
let scriptContainer = null;
beforeEach(function() {
scriptContainer = document.createElement("div");
document.body.appendChild(scriptContainer);
});
afterEach(function() {
document.body.remo... | null | CC BY-SA 4.0 | null | 2023-03-02T16:40:24.883 | 2023-03-02T16:40:24.883 | null | null | 6,836,211 | null |
75,618,393 | 1 | null | null | -2 | 21 | I am pretty much new to Python so i don't know most of the stuff here. i recently tried running the following code in my python terminal :
`python3 setup.py`
What it says is:
`zsh: command not found: python3setup.py`
I’ve tried checking previous answers to similar problems but didn’t quite get an answer that worked. Al... | Having trouble with running the setup.py command on my terminal | CC BY-SA 4.0 | null | 2023-03-02T16:40:51.770 | 2023-03-02T16:54:24.043 | 2023-03-02T16:54:24.043 | 21,320,598 | 21,320,598 | [
"python",
"python-3.x",
"error-handling",
"setup.py"
] |
75,618,391 | 1 | null | null | -1 | 19 | Im getting this, while trying to create an order on Binance using curl in C++: Error: "Mandatory parameter 'timestamp' was not sent, was empty/null, or malformed." I am pretty sure I have it in the right format and everything. If needed, I can provide more functions from the source code. Here is the one that places the... | Error when creating order on Binance in C++ using REST API: "Mandatory parameter 'timestamp' was not sent, was empty/null, or malformed." | CC BY-SA 4.0 | null | 2023-03-02T16:40:41.977 | 2023-03-02T16:40:41.977 | null | null | 21,320,577 | [
"c++",
"curl",
"binance",
"binance-api-client"
] |
75,618,388 | 1 | null | null | -3 | 28 | I have a dataset just like seeing below. I need to impute null values with the median of that person's Homework values. I was using SQLite to do this task. Since there isn't a median function in SQLite, I was trying to use SQL query [this link](https://stackoverflow.com/questions/71858808/sqlite-impute-missing-values-b... | How to calculate median for each person in SQLite | CC BY-SA 4.0 | null | 2023-03-02T16:40:29.523 | 2023-03-02T17:17:30.730 | 2023-03-02T17:17:30.730 | 3,706,016 | 15,387,756 | [
"sql",
"sqlite"
] |
75,618,325 | 1 | null | null | 0 | 19 | When I run helm upgrade install with the following configmap, which basically helps to mount the fields.yml configuration of metricbeat in a pod and starts metricbeat with this config I get the following error. How do I fix this issue. It seems to be a pretty simple one to fix but since I am new to kubernetes I dont kn... | How to mount a yml containing the metricbeat field mapping configuration to a kubernetes pod | CC BY-SA 4.0 | null | 2023-03-02T16:34:25.330 | 2023-03-02T16:34:25.330 | null | null | 6,705,009 | [
"elasticsearch",
"kubernetes",
"yaml",
"metricbeat"
] |
75,618,395 | 1 | null | null | 0 | 23 | i tried to use this pipeline to create a video streaming for some .png pictures.
SENDER:
auto rtsp_pipeline = "appsrc ! video/x-raw,format=BGR,width= 1920, height= 1080,framerate=10/1 ! videoscale ! videoconvert ! x264enc tune=zerolatency bitrate=80000 speed-preset=superfast ! rtph264pay ! udpsink host=127.0.0.1 port= ... | gstreamer green screen Ubuntu 20.04 | CC BY-SA 4.0 | null | 2023-03-02T16:41:00.527 | 2023-03-02T23:39:00.633 | null | null | 20,984,799 | [
"streaming",
"buffer",
"pipeline",
"gstreamer",
"ubuntu-20.04"
] |
75,618,398 | 1 | null | null | 0 | 31 | [How to upload image in node js](https://i.stack.imgur.com/xGpw7.png)
I am trying to upload aa photo and save it on my database but its not working
How i upload the photo in database with node js
| Upload Photo in node js with monogodb | CC BY-SA 4.0 | null | 2023-03-02T16:41:10.727 | 2023-03-02T18:11:19.220 | null | null | 20,733,141 | [
"javascript",
"node.js",
"express",
"mongoose"
] |
75,618,390 | 1 | null | null | 0 | 14 | The project is not mine and it needs to be a convertion from laravel-backpack to default laravel views, controllers, etc
The link shows the backpack view but imagine i want the same views and functionalities
[https://lh6.googleusercontent.com/Y_KmyTv2i46fekr-25dO6qT8WTnq3H8sRGjMX2O0pA3louH5qfA_uNHlESm8Vci_EQ7ThCJzFl0NT... | How to display as selected, the model relation records for select input options in nested foreach loop in laravel | CC BY-SA 4.0 | null | 2023-03-02T16:40:39.470 | 2023-03-03T20:33:44.023 | null | null | 2,757,099 | [
"php",
"laravel",
"loops",
"select",
"foreach"
] |
75,618,397 | 2 | null | 31,190,164 | 0 | null | Update 2023: At this moment in time, chromium web driver for Raspberry Pi is available from repo via:
`sudo apt install chromium-chromedriver`
The driver will be at /usr/lib/chromium-browser/chromedriver
[https://ivanderevianko.com/2020/01/selenium-chromedriver-for-raspberrypi](https://ivanderevianko.com/2020/01/seleni... | null | CC BY-SA 4.0 | null | 2023-03-02T16:41:09.300 | 2023-03-03T11:21:16.930 | 2023-03-03T11:21:16.930 | 3,858,589 | 3,858,589 | null |
75,618,394 | 1 | 75,618,580 | null | 0 | 21 | I'm formatting data for proportional hazards survival analysis (based on wildlife telemetry data), and have interval steps for data. I'm hoping to combine these time steps, and only start a new row when an animal goes missing for 1+ time steps.
```
# Current data
id start end fail cause
1 1 2 3 ... | Condensing a data frame in R but retaining min/max values | CC BY-SA 4.0 | null | 2023-03-02T16:40:57.073 | 2023-03-02T16:58:03.090 | 2023-03-02T16:47:28.260 | 17,816,353 | 17,816,353 | [
"r",
"tidyverse",
"survival-analysis"
] |
75,618,404 | 2 | null | 55,760,167 | 0 | null | I managed to get over the same error adding the resource group in the command.
```
azure$ az acr build --registry mpregistry01 --resource-group cont-demo --image webimage .
Packing source code into tar to upload...
Excluding '.gitignore' based on default ignore rules
Uploading archived source code from '/tmp/build_arch... | null | CC BY-SA 4.0 | null | 2023-03-02T16:42:16.410 | 2023-03-02T16:42:16.410 | null | null | 1,395,136 | null |
75,618,400 | 1 | null | null | 0 | 12 | I am try to add angular material autocomplete in Text input.
The idea is when use input like "@" character, the autocomplete dropdown will appear, the user can choose any from the list.
the input can be like 'name=@... and city=@'. before user input @, the dropdown should not show. but once user input @, the autocomple... | How to use angular material autocomplete in the text input anywhere | CC BY-SA 4.0 | null | 2023-03-02T16:41:15.233 | 2023-03-02T16:41:15.233 | null | null | 21,320,465 | [
"angular"
] |
75,618,401 | 2 | null | 75,617,742 | 1 | null | By putting the plot into `isolate()` function and putting a dependency to the `go` button you can prevent the unwanted change in the title. Then, whenever you click on the `go` button all the plot will be updated and I was wondering if you don't need to disappear the plot anymore in this case. But if you need the plot ... | null | CC BY-SA 4.0 | null | 2023-03-02T16:41:29.187 | 2023-03-02T16:49:38.380 | 2023-03-02T16:49:38.380 | 5,040,824 | 5,040,824 | null |
75,618,405 | 2 | null | 58,704,251 | 0 | null | I don't know if you already found a solution but I found using `useLayoutEffect` solved my issue of component flickering on page load.
| null | CC BY-SA 4.0 | null | 2023-03-02T16:42:20.743 | 2023-03-02T16:42:20.743 | null | null | 20,661,134 | null |
75,618,403 | 1 | null | null | 0 | 10 | I have web application which uses nginx, and I have placed my template `.conf` files in `sites-enabled` and `sites-available`:
```
server {
return 404;
}
upstream web {
keepalive 500;
server 127.0.0.1:8000;
}
server {
listen 0.0.0.0:80;
server_name mysite.com;
client_max_body_size 100m... | Nginx, [emerg]: zero size shared memory zone "limitback" | CC BY-SA 4.0 | null | 2023-03-02T16:42:11.157 | 2023-03-02T16:42:11.157 | null | null | 3,003,432 | [
"nginx"
] |
75,618,396 | 2 | null | 75,606,165 | 0 | null | Here comes the power of the [ViewModifier](https://developer.apple.com/documentation/swiftui/viewmodifier)
You can do something like this
```
struct ContentView: View {
@State var isPresented: Bool = false
var body: some View {
VStack {
Image(systemName: "globe")
.i... | null | CC BY-SA 4.0 | null | 2023-03-02T16:41:05.317 | 2023-03-02T16:41:05.317 | null | null | 10,701,774 | null |
75,618,406 | 1 | null | null | 0 | 9 | I'm trying to establish a direct connection between an Azure App Service and an Azure Database for PostgreSQL single server.
I'm currently connecting to the database through a string connection and a user created in the database itself.
I need to switch this method to connect with a Service Principal.
I've managed to s... | Azure - Connection between App Service and Azure PostgreSQL Database using AD | CC BY-SA 4.0 | null | 2023-03-02T16:42:23.053 | 2023-03-02T19:54:22.683 | 2023-03-02T19:54:22.683 | 6,210,860 | 6,210,860 | [
"postgresql",
"azure",
"azure-active-directory",
"azure-web-app-service",
"azure-postgresql"
] |
75,618,412 | 1 | null | null | 0 | 14 | I´m trying to use retrofit to get data from a laravel web page I have developed, but I don´t know why I keep getting this message.
Here`s my API:
```
public class API {
public static final String BASE_URL="http://tfg.test/";
private static Retrofit retrofit = null;
public static Retrofit getApi(){
... | Getting java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found | CC BY-SA 4.0 | null | 2023-03-02T16:42:46.537 | 2023-03-02T16:42:46.537 | null | null | 20,825,233 | [
"android",
"retrofit"
] |
75,618,399 | 1 | null | null | 0 | 18 | I need to access XCOM values outside the operator, it can be done using variables, but i want to avoid it.
I am pushing the xcom values from one operator and then a funcction to fetch xcom values using getone/getmany function, but it is returning null/none.
even chatgpt is not providing correct result.
please have look... | Access XCOM values outside operator | CC BY-SA 4.0 | null | 2023-03-02T16:41:10.850 | 2023-03-02T16:41:10.850 | null | null | 10,472,912 | [
"airflow",
"airflow-2.x",
"astronomer"
] |
75,618,409 | 1 | null | null | 0 | 48 | My goal is to allow a user to like a product and add it to the list of liked products, one user can like multiple products and each product can be liked by multiple users. But when I hit AddLike endpoint in LikeController in Postman I get 404 Not Found, however there are products with particular Id in the database. I d... | Why I am getting 404 Not Found when trying to like a product? | CC BY-SA 4.0 | null | 2023-03-02T16:42:33.457 | 2023-03-02T19:31:33.500 | 2023-03-02T19:31:33.500 | 20,605,690 | 20,605,690 | [
"c#",
"asp.net",
".net",
"asp.net-core",
".net-core"
] |
75,618,415 | 1 | null | null | 0 | 19 | I would like to see if someone can help me, I installed SSRS and I am generating a KPI to show certain information, everything is going well, the problem is that the thousands format appears with "." instead of ",", could someone help me to give it the correct format.
[enter image description here](https://i.stack.imgu... | How to change the format of a KPI in SSRS? | CC BY-SA 4.0 | null | 2023-03-02T16:43:10.967 | 2023-03-02T17:17:15.900 | 2023-03-02T17:17:15.900 | 3,706,016 | 13,711,431 | [
"sql-server",
"reporting-services"
] |
75,618,402 | 1 | null | null | 0 | 47 | I have a function that fills missing values of a dataframe column with a chosen string or value.
# Fill missing values of a column with 'desired values'
```
def fill_num_random_fun(df, col_inputs):
col_name=col_inputs[0]
col_value=col_inputs[1]
df[col_name]=df[col_name].fillna(value=col_value, inplac... | Fast API error: "TypeError: unhashable type: 'list'" , even after converting the 'key' to a tuple | CC BY-SA 4.0 | null | 2023-03-02T16:41:39.650 | 2023-03-03T06:38:53.157 | 2023-03-03T06:38:53.157 | 641,135 | 20,632,095 | [
"python",
"list",
"dataframe",
"fastapi"
] |
75,618,419 | 2 | null | 72,948,876 | 0 | null | You don't need to use 'Personalisation' for this. Just tap on 'Conditions' tab in Firebase and add any condition you like (app version, device locale, country etc).
These condition can then be used for any value inside the 'Parameters' tab.
| null | CC BY-SA 4.0 | null | 2023-03-02T16:43:15.873 | 2023-03-02T16:43:15.873 | null | null | 11,310,951 | null |
75,618,416 | 1 | null | null | 0 | 32 | I'm trying to use a flexbox to show a few 600x300 images and for some reason, I'm getting a small gap between the rows even though I'm specifying a 0 gap and margin. Screenshot: [https://imgur.com/QsKRzXB](https://imgur.com/QsKRzXB)
```
.gallery {
display: flex;
width:100%;
height:100%;
flex-wrap:wrap;
justif... | Flexbox set with 0 gap and margin still has a small gap between rows | CC BY-SA 4.0 | null | 2023-03-02T16:43:14.173 | 2023-03-03T04:09:58.853 | 2023-03-02T17:17:28.253 | 4,142,316 | 4,142,316 | [
"html",
"css"
] |
75,618,381 | 1 | null | null | -1 | 27 | Working on a large project to migrate all of our Windows apps to Blazor. I am responsible for generating the web API to access data. The data model is messy and based upon an existing database which has ... evolved over time.
My partner in crime responsible for the Blazor side of the equation has requested that the G... | ASP.Net Core Web API - How to DTO | CC BY-SA 4.0 | null | 2023-03-02T16:39:53.193 | 2023-03-02T16:39:53.193 | null | null | 17,667,102 | [
"c#",
"asp.net-web-api"
] |
75,618,418 | 1 | null | null | -2 | 39 | I am using a script in C++ in Visual Studio that acquires position data, and this data is then saved in a csv file.
At the moment the working code I am using is as follows:
```
auto time_start = std::chrono::high_resolution_clock::now();
std::chrono::duration<double> elapsed = std::chrono::high_resolution_clock::now() ... | Increase clock resolution in C++ | CC BY-SA 4.0 | null | 2023-03-02T16:43:15.453 | 2023-03-02T16:43:15.453 | null | null | 16,759,875 | [
"c++",
"clock"
] |
75,618,420 | 1 | null | null | 0 | 26 | I am working on a PrimeFaces project and since the 10.0 migration the `p:calendar` component in my xhtml is deprecated. I have replaced it with `p:datePicker`, but I don't know if I can still use these line of codes to get the `DatePicker` instance in the bean:
```
Calendar calendar = Calendar.getInstance();
calendar.s... | Trying to use Calendar instance for p:datePicker component | CC BY-SA 4.0 | null | 2023-03-02T16:43:17.150 | 2023-03-03T14:35:28.147 | 2023-03-03T13:55:41.610 | 880,619 | 21,320,578 | [
"jsf",
"primefaces",
"datepicker"
] |
75,618,417 | 1 | null | null | -2 | 49 | for below flattened array in javascript
```
[{
"category": "FRESH MEAT NON PI",
"categoryId": 76,
"subCategoryId": 12,
"subCategory": "BEEF-THIN MEATS",
"itemThreshold": null,
"sellItem": "BEEF SHORT RIBS",
"sellItemId": 980217310,
"key": "76-12"
}, {
"category": "FRESH MEAT NON PI",
"categoryId": 7... | How can I group a flatten array in js | CC BY-SA 4.0 | null | 2023-03-02T16:43:14.893 | 2023-03-02T20:49:00.120 | 2023-03-02T16:49:00.753 | 4,830,196 | 21,300,593 | [
"javascript",
"reactjs",
"arrays",
"lodash"
] |
75,618,407 | 2 | null | 58,167,038 | 0 | null | I'm using `Vue2` with `Laravel7` I get error `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory` when I run `npm run prod`,
and this is the full error.
```
> @ prod /var/www/html/exptradies
> npm run production
> @ production /var/www/html/exptradies
> cross-env ... | null | CC BY-SA 4.0 | null | 2023-03-02T16:42:23.997 | 2023-03-02T16:42:23.997 | null | null | 8,936,389 | null |
75,618,408 | 2 | null | 75,617,940 | 1 | null | Weights matrix #1 should be number_of_features_plus_1-Dim x number_of_outputs_to_classify-Dim and weights matrix #2 should be number_of_features-Dim x number_of_outputs_to_classify-Dim. This link goes over the details ([https://ml-cheatsheet.readthedocs.io/en/latest/forwardpropagation.html](https://ml-cheatsheet.readth... | null | CC BY-SA 4.0 | null | 2023-03-02T16:42:26.540 | 2023-03-03T00:49:42.550 | 2023-03-03T00:49:42.550 | 16,785,596 | 16,785,596 | null |
75,618,427 | 1 | 75,618,639 | null | 0 | 42 | I need to iterate over all instances of the `Character.UnicodeBlock`. For some weird reason it is not an enum. How can I get the values inside a Collection or array. The HashMap that holds them all is private.
| What is best way to get all UnicodeBlocks? | CC BY-SA 4.0 | null | 2023-03-02T16:43:50.520 | 2023-03-02T17:21:37.567 | null | null | 18,197,654 | [
"java"
] |
75,618,426 | 1 | null | null | 0 | 38 | How could I call a Javascript function within the view of my ASP MVC application?
Assign the href value to the anchor tag inside the C# foreach loop. The value will be retrieved from the Javascript function. How can we achieve this functionality in C# the MVC model?
It should get values from the javascript function wit... | How could I call a Javascript function within the view of my ASP MVC application? | CC BY-SA 4.0 | null | 2023-03-02T16:43:42.700 | 2023-03-02T17:54:57.987 | 2023-03-02T17:25:17.040 | 1,366,033 | 9,113,706 | [
"javascript",
"c#",
"jquery",
"asp.net-mvc",
"razor"
] |
75,618,429 | 2 | null | 61,208,598 | 0 | null | ```
//SecondViewController
class SecondViewController: UIViewController {
var dataPass: ((_tempNum : Int) -> Void)?
@IBAction btnCloseClicked(_ sender: UIButton){
self.dismiss(animanted: true){
if let callback = dataPass{
callback(5)
}
}
}
}
//F... | null | CC BY-SA 4.0 | null | 2023-03-02T16:44:21.043 | 2023-03-02T16:47:30.370 | 2023-03-02T16:47:30.370 | 21,050,929 | 21,050,929 | null |
75,618,425 | 1 | null | null | 1 | 40 | I have a scenario where I send a request to a 3rd party API that provides a response like the following:
```
data: [
{
id: 111,
highPriorityItems: [
{
"time": "2022-01-01T00:00:50Z",
"price": 5000.55
},
{
"time": "20... | How to handle conditional JSON response from API with pagination | CC BY-SA 4.0 | null | 2023-03-02T16:43:40.643 | 2023-03-02T18:35:49.707 | 2023-03-02T16:52:32.153 | 9,571,463 | 9,571,463 | [
"go",
"pagination",
"slice"
] |
75,618,421 | 2 | null | 75,615,579 | 0 | null | Here's one possible solution added to your [sheet here](https://docs.google.com/spreadsheets/d/1fk6l5JW8CSs2tPiiETX5XhzAUf0vBa_vrM3QXCFph1I/edit#gid=782579706):
1. you are just going to fill your manual data(Name, Start_time, end_time) in Sheet 1
2. the single formula in Cell A2 of Sheet 2 will populate the entire man... | null | CC BY-SA 4.0 | null | 2023-03-02T16:43:21.983 | 2023-03-02T16:43:21.983 | null | null | 5,479,575 | null |
75,618,431 | 1 | null | null | -1 | 27 | I am trying to execute a query to display the order number and amount from the orders table that does not have an order line item in the order line item table. I would appreciate it if could someone help with this query.
The data flow is order connects to the order line item. In other words, the order table is a foreig... | SQL Queries in Big Query | CC BY-SA 4.0 | null | 2023-03-02T16:44:47.723 | 2023-03-02T17:17:02.937 | 2023-03-02T17:17:02.937 | 3,706,016 | 14,739,940 | [
"sql",
"google-bigquery"
] |
75,618,434 | 1 | null | null | -1 | 33 | ```
public class Solution {
public static int countSetBits(int n) {
// Write your code here.
int count = 0;
while(n>0) {
int bits = n&1;
if(bits == 1)
count++;
n=n>>1;
}
return count;
}
}
```
```
... | how could they be different? | CC BY-SA 4.0 | null | 2023-03-02T16:44:59.057 | 2023-03-02T16:48:03.340 | null | null | 21,320,627 | [
"java",
"loops",
"bit"
] |
75,618,436 | 2 | null | 71,107,462 | 0 | null | I had the same error, I solve it by doing this:
```
router.get("/logout", function (req, res, next) {
req.logout(function (err) {
if (err) {
return next(err);
}
req.flash("success", "Goodbye");
res.redirect("/campgrounds");
});
});
```
The docs also shows it,
you can check it out in the link ... | null | CC BY-SA 4.0 | null | 2023-03-02T16:45:04.710 | 2023-03-02T16:45:04.710 | null | null | 21,320,590 | null |
75,618,439 | 2 | null | 74,236,301 | 0 | null | in MainActivity in xml file
you can change android:launchMode to "singleInstance" like
android:launchMode="singleInstance"
| null | CC BY-SA 4.0 | null | 2023-03-02T16:45:13.970 | 2023-03-02T16:45:13.970 | null | null | 17,134,502 | null |
75,618,438 | 2 | null | 75,617,926 | 0 | null | It's not enough to the AppImageConfig locally and only push the built image to ECR -- you also need to push the AppImageConfig using the following command:
```
aws sagemaker create-app-image-config \
--cli-input-json file://app-image-config-input.json
```
And then use that when you're attaching the custom image t... | null | CC BY-SA 4.0 | null | 2023-03-02T16:45:06.423 | 2023-03-02T16:45:06.423 | null | null | 9,754,418 | null |
75,618,437 | 2 | null | 58,454,406 | 0 | null | With windows 11, this is now possible by using the following methods (copied from Win11Forms.pas mentioned below):
```
uses
Winapi.Dwmapi, VCL.Dialogs, System.SysUtils;
const
DWMWCP_DEFAULT = 0; // Let the system decide whether or not to round window corners (default)
DWMWCP_DONOTROUND = 1; // Never round win... | null | CC BY-SA 4.0 | null | 2023-03-02T16:45:05.833 | 2023-03-02T16:45:05.833 | null | null | 9,217 | null |
75,618,441 | 2 | null | 75,617,639 | 0 | null | this code can be use too, use with map and filter
```
const a = {
activeBookingsCostBreakdownGroups: [
{
bookType: "RAIL",
costBreakdowns: [
{ canceled: false, totalInTripCurrency: { amount: 43.39 } },
],
},
{
bookType: "CAR",
costBreakdowns: [
{ canceled: tru... | null | CC BY-SA 4.0 | null | 2023-03-02T16:45:23.633 | 2023-03-02T16:45:23.633 | null | null | 15,146,520 | null |
75,618,440 | 1 | null | null | -2 | 17 | So I have this data set with 393 companies. I need to find the annual revenue for each one. How can i get that data for each company without doing it manually? is there a website to do that with? or some kind of prebuilt webscraper? my final question is: what is the best tool to accomplish this? [](https://i.stack.imgu... | What is the best way to gather an annual revenue number by company from a dataset? | CC BY-SA 4.0 | null | 2023-03-02T16:45:20.617 | 2023-03-02T16:45:20.617 | null | null | 20,056,081 | [
"web-scraping",
"search"
] |
75,618,424 | 1 | null | null | -1 | 22 | Need to read option names under sections too.
And after that get all the info into a CTkTextbox.
After that i need need to be bale to edit the CTkTextbox and write both option and key to the ini file.
Or if i need to i can also read and output everything under the section /Script/ProjectX.ProjectXGameInstance into a CT... | ConfigParser read option name and write option names and key under section | CC BY-SA 4.0 | null | 2023-03-02T16:43:27.563 | 2023-03-02T16:55:24.677 | 2023-03-02T16:55:24.677 | 21,282,757 | 21,282,757 | [
"python",
"configparser",
"customtkinter"
] |
75,618,430 | 1 | null | null | 0 | 36 | The code below switches from an anchor image to an icon that gets shown on top of the picture once you click the `img`.
If you click the image again the icon disappears showing the image back as shown in the code.
I am not successful in implementing it to keep adding functionality to the image in 3 clicks, as follows:
... | image-link three steps onclick process to show (1) icon (2) additional information (3) back to image | CC BY-SA 4.0 | null | 2023-03-02T16:44:23.397 | 2023-03-03T13:02:25.043 | 2023-03-03T13:02:25.043 | 15,893,917 | 15,893,917 | [
"javascript",
"css"
] |
75,618,443 | 2 | null | 75,618,215 | 1 | null | Check the output here-
```
const myDefinedStr = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<html>\n <head>\n <meta charset=\"utf-8\"/>\n </head>\n <body>\n <ul id=\"BcVWDENh\">\n <li id=\"3C\">\n <p>Hello World</p>\n </li>\n </ul>\n </body>\n</html>\n";
const result = JSON.parse(JSON.st... | null | CC BY-SA 4.0 | null | 2023-03-02T16:45:33.430 | 2023-03-02T16:45:33.430 | null | null | 21,294,952 | null |
75,618,449 | 1 | null | null | -1 | 6 | I'm working on a DRL-based task offloading method for IoT devices in the edge cloud continuum, what are the best simulators I can use and why?
I found references to ifogsim and EdgeCloudSim simulators
| What simulators can I use to test my DRL-based task offloading method (IoT, edge, cloud)? | CC BY-SA 4.0 | null | 2023-03-02T16:46:40.433 | 2023-03-02T16:46:40.433 | null | null | 13,238,656 | [
"cloud",
"simulation",
"iot",
"reinforcement-learning",
"simulator"
] |
75,618,450 | 1 | null | null | -2 | 25 | background-color in SVG tags?
I am unable to change a background color in a SVG tag in tailwind from white to deepBlue.
plz help to clarify my doubt
| How to add background color in a SVG tag? | CC BY-SA 4.0 | null | 2023-03-02T16:46:44.103 | 2023-03-02T16:46:44.103 | null | null | 21,320,630 | [
"html",
"svg",
"tailwind-css"
] |
75,618,442 | 1 | null | null | 0 | 10 | I've created an API on API Gateway and without authentication I'm able to access the API without any issues.
I then enabled IAM authentication and now I get 403 on Postman and this message:
```
{
"message": "Forbidden"
}
```
On Postman I'm sending the authorization as `AWS Signature` and still get the same error.
... | API Gateway 403 with IAM authorization enabled | CC BY-SA 4.0 | null | 2023-03-02T16:45:24.120 | 2023-03-02T17:24:06.713 | null | null | 21,226,282 | [
"amazon-web-services",
"aws-api-gateway",
"api-gateway",
"amazon-api-gateway",
"aws-signature"
] |
75,618,423 | 1 | null | null | 0 | 12 |
## Description of Problem
---
I'm trying to implement user regsitration for a facebook clone. I'm using apollo server and apollo client. The mutation is working on the backend and is succesfully creating a new user and adding them to the database. However when I'm trying to implement this on the client side the d... | ApolloError: Cannot read properties of undefined (reading 'firstName') on the client | CC BY-SA 4.0 | null | 2023-03-02T16:43:25.090 | 2023-03-02T17:50:56.670 | null | null | 17,117,044 | [
"reactjs",
"api",
"graphql",
"apollo",
"registration"
] |
75,618,452 | 2 | null | 75,618,367 | 1 | null | User input is treated as a string, as shown in the code you posted. You will need to evaluate the user input as Python code using [ast.literal_eval()](https://docs.python.org/3/library/ast.html#ast.literal_eval):
```
import ast
getdata = input("coordinate in (x, y, z):")
l = ast.literal_eval(f"[{getdata}]")
lx = [x f... | null | CC BY-SA 4.0 | null | 2023-03-02T16:46:49.183 | 2023-03-02T16:53:10.043 | 2023-03-02T16:53:10.043 | 17,200,348 | 17,200,348 | null |
75,618,451 | 2 | null | 40,861,231 | 0 | null | Set the H5 formula to this:
```
=MID(ADDRESS(ROW(H5),COLUMN(H5)-COLUMN($H5)+1),2,LEN(ADDRESS(ROW(H5),COLUMN(H5)-COLUMN($H5)+1))-3)
```
Then extend this formula across the remaining columns.
This takes the row and column of the current cell, generates the address in the format `$H$5`, and extracts the H from it. But it... | null | CC BY-SA 4.0 | null | 2023-03-02T16:46:45.223 | 2023-03-02T16:46:45.223 | null | null | 385,695 | null |
75,618,447 | 1 | null | null | -2 | 24 | I am retrieving the start date from my table using some parameters. This parameters i cannot change
table - topic_details
```
license_id (int) start_date (varchar 200)
123 2023-01-01T00:00:00+04:00
123 2023-04-01T00:00:00+04:00
select start_date from topic_de... | mysql month and year function not working for retrieve date with varchar data type | CC BY-SA 4.0 | null | 2023-03-02T16:46:25.463 | 2023-03-02T19:15:24.557 | 2023-03-02T19:15:24.557 | 724,039 | 1,321,511 | [
"mysql",
"mysql-date"
] |
75,618,444 | 1 | null | null | 0 | 19 | ```
def send_me_mail(email_message: str):
with smtplib.SMTP("smtp.office365.com", port=587) as connection:
connection.starttls()
connection.login(MAIL_ID, PASSWORD)
connection.sendmail(
from_addr=MAIL_ID,
to_addrs="GMAIL_ID",
msg=email_message
)
s... | I don't understand why Gmail doesn't show 'to' value when I get mail via smtplib | CC BY-SA 4.0 | null | 2023-03-02T16:46:03.523 | 2023-03-03T23:18:39.130 | 2023-03-03T23:18:39.130 | 21,320,609 | 21,320,609 | [
"python",
"gmail",
"smtplib"
] |
75,618,455 | 2 | null | 47,540,926 | 0 | null | Based on [P Tate's solution](https://stackoverflow.com/a/56223071/10106730) and assuming that the binary `segmentation` mask is of type `bool` one could also use that mask to only input the foreground pixels into `np.bincount` by indexing/masking with `segmentation`:
```
import numpy as np
from skimage.measure import l... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:03.833 | 2023-03-02T16:47:03.833 | null | null | 10,106,730 | null |
75,618,454 | 2 | null | 75,614,852 | 1 | null | One option using `matplotlib` bar plot.
```
import matplotlib.pyplot as plt
# Create a single structure to hold your groups. Could work with a list as well.
groups = {"1": G1.values(), "2": G2.values(), "3": G3.values(), "4": G4.values()}
for x, values in groups.items():
bottom = 0
for value in values:
... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:02.573 | 2023-03-02T16:47:02.573 | null | null | 11,080,037 | null |
75,618,458 | 2 | null | 69,287,478 | 0 | null | Add these dependencies :
```
`// To use the androidx.test.core APIs
androidTestImplementation("androidx.test:core:1.5.0")
// Kotlin extensions for androidx.test.core
androidTestImplementation("androidx.test:core-ktx:1.5.0")`
```
| null | CC BY-SA 4.0 | null | 2023-03-02T16:47:11.350 | 2023-03-02T16:47:11.350 | null | null | 7,604,191 | null |
75,618,456 | 1 | null | null | -3 | 35 | How exactly do I convert this C program into assembly code? I am having a hard time understanding this process or how to even start it. I am new to this. Any help would be appreciated!
```
int cmp(char *str1, char *str2){
while(*str1 && (*str1 == *str2)){
str1++;
str2++;
}
return *str1 ... | Coverting sort function to assembly | CC BY-SA 4.0 | null | 2023-03-02T16:47:06.693 | 2023-03-02T16:47:06.693 | null | null | 21,305,265 | [
"c",
"assembly"
] |
75,618,422 | 1 | null | null | 1 | 16 | I have 3 async charts on one page and total number of data on the page is about 15k, but the chart is lagging a lot. Data is from the backend I use Django templates to iterate over specific data and add that data to the chart.
First chart:
```
var options = {
series: [{
name: 'Fed Fund Rate... | I have performance issue with apex charts | CC BY-SA 4.0 | null | 2023-03-02T16:43:24.613 | 2023-03-02T16:43:24.613 | null | null | 21,273,093 | [
"javascript",
"django",
"charts",
"apexcharts"
] |
75,618,460 | 2 | null | 75,616,377 | 0 | null | To read a csv file in python delimited by $:
```
import pandas as pd
df = pd.read_csv("example.csv", sep = '$') //Use pandas.read_csv method
```
To convert a csv file delimited by $ to ,:
```
import csv
reader = csv.reader(open("example.csv", "r"), delimiter='$')
writer = csv.writer(open("output.csv", 'w'), delimite... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:23.180 | 2023-03-02T16:47:23.180 | null | null | 18,505,884 | null |
75,618,453 | 2 | null | 75,618,089 | 0 | null | The properties on an element's `style` object only contains the inline styles, not the styling applied by CSS. I'm making the assumption that your <p> element is hidden initially by CSS. This means that the first time you click the button it will not be `"none"` so your `else` clause runs instead, which adds the inline... | null | CC BY-SA 4.0 | null | 2023-03-02T16:46:59.297 | 2023-03-02T16:46:59.297 | null | null | 2,236,921 | null |
75,618,459 | 2 | null | 75,618,364 | 0 | null | > Shouldn't the bitwise operator `~` only return binary?
Well, technically EVERYTHING in a computer is binary. However, this is only part of the story. There are two important concepts here:
1. Data types of values
2. Representations of those values
For the first one `True` is a boolean and `-2` is an integer. In so... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:15.497 | 2023-03-02T17:39:07.590 | 2023-03-02T17:39:07.590 | 1,440,565 | 1,440,565 | null |
75,618,463 | 2 | null | 75,617,684 | 1 | null | My solution would be to use `std::chrono::milliseconds()`.
Here is an example:
```
#include <cstdio>
#include <chrono>
#define CONFIG_FADE_DELAY_MS 5000
int main()
{
const auto tp_now = std::chrono::system_clock::now() + std::chrono::milliseconds(CONFIG_FADE_DELAY_MS);
}
```
This simply changes the number from a... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:34.453 | 2023-03-02T16:47:34.453 | null | null | 19,370,702 | null |
75,618,464 | 2 | null | 75,186,051 | 0 | null | This will be dependent on the hardware you run on.
For the time to be persistent across a reboot, you typically need Real Time Clock (RTC) hardware on the board. These are typically battery backed and will keep time even if the hardware gets powered off.
Without one of those, it is unlikely you can keep the time acros... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:41.030 | 2023-03-02T16:47:41.030 | null | null | 10,703 | null |
75,618,461 | 2 | null | 75,618,320 | 0 | null | Style the div and buttons:
```
<div id="sort-by-buttons" style="display:inline;">
<select name="sort-by" id="sort-by">
<option value="all">All</option>
<option value="name">Name</option>
<option value="price">Price</option>
</select>
</div>
<button class="button-value" onclick="filterProduct('all')" sty... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:31.313 | 2023-03-02T17:04:14.183 | 2023-03-02T17:04:14.183 | 616,443 | 1,680,071 | null |
75,618,457 | 1 | null | null | 0 | 24 | I am trying to write a loop that runs over multiple tables in a database, stores the result in a dataframe and then writes that dataframe to an excel workbook. However, even though I have 29 tables in my list, my code execution stops after a small amount (and is inconsistent, sometimes it stops after 1 query, but usual... | Python script execution stops when performing multiple PyODBC sql queries | CC BY-SA 4.0 | null | 2023-03-02T16:47:08.407 | 2023-03-02T17:13:04.493 | null | null | 13,286,605 | [
"python",
"pandas",
"pyodbc"
] |
75,618,470 | 2 | null | 75,618,434 | 0 | null | In the first one, the `if` condition only applies to `count++`. In the second one the braces mean the `if` condition applies to both following statements. That makes the code produce a different outcome.
| null | CC BY-SA 4.0 | null | 2023-03-02T16:48:03.340 | 2023-03-02T16:48:03.340 | null | null | 2,376,156 | null |
75,618,466 | 2 | null | 75,613,761 | 0 | null | im not sure if this match with your requirement
```
db.collection.aggregate([
{
"$addFields": { //copy field sections
"tmpSections": "$sections"
}
},
{
"$unwind": "$tmpSections" //Deconstructs section copy
},
{
"$group": {
"_id": "$_id",
"departmen": { // if the deparment ha... | null | CC BY-SA 4.0 | null | 2023-03-02T16:47:43.337 | 2023-03-02T16:47:43.337 | null | null | 9,267,467 | null |
75,618,473 | 1 | null | null | 0 | 7 | In Ventura MacOS, I am trying to use a command line script for affecting the trackpad settings. Specifically, in this case, I am trying to turn on tap-to-click. But I would also like to turn on double-tap to drag, and change the scroll direction. The command that I have found are the following, but they do not work in... | MacOS Command Line for Trackpad Settings | CC BY-SA 4.0 | null | 2023-03-02T16:48:12.630 | 2023-03-02T16:48:12.630 | null | null | 1,639,164 | [
"command-line",
"macos-ventura"
] |