Latest Questions

How to set iOS simulator's default language in Xcode 13 & iOS 15?

When creating a new iOS simulator from Xcode and booting it up, it picks up its language from the macOS's keyboard language. Creating a simulator with an older

Repeated running count of column based on date - Tableau

Hi I want to know the index of the purchase number of a client based on the purchasing date. Starting table So I want to count the purchases made by each person

prevent magento from importing images that already exist in var/import/images folder

I am using admin csv import feature In my csv file I have base, small and thumbnail image columns When I do an import, all image come in fine and can be seen as

Error in file temp{].rpt Failed to load database information error in crystal report

I am working on C# Winform Application. It is working correctly on my system but when i deploy it and install it on client's Computer it shows this error messag

Transform the mongoDB data into multiple collections and restore to new server

Problem: want to replicate mongodb data across servers but also like to alter a few attributes before to restoring. Server 1 (DB) -> Transform data of collec

which paypal webhook will i receive on next billing cycle payment in subscription

i am getting webhook for new created subscription which are BILLING.SUBSCRIPTION.CREATED , BILLING.SUBSCRIPTION.ACTIVATED AND PAYMENT.SALE.COMPLETED i am giving

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences) while getting FCM in background

I'm working on a Flutter app in which I'm using the shared_preferences: ^2.0.13 package. Flutter version : 2.10.1 (latest) gradle version: 6.7 Android gradle

xarray discrete scatter plot: specifying legend/colour order

Plotting a discrete xarray DataArray variable in a Dataset with xr.plot.scatter() yields a legend in which the discrete values are ordered arbitrarily, correspo

how do i convert a .csv file to a .data file?

Does anyone know how to convert a .csv file to a .data or know how to use only half of a .data file like a csv file? I'm trying to achieve a mean Average Positi

How to have a sequence status in NoSQL without transaction

This question is only for understanding purpose. This might be a noob question. Assume that I have a tabular or document NoSQL database which do not support tra

Encryption Strategy for Flashing or updating firmware on ARM Cortex M0+

I want to flash a firmware update through CAN, on my ARM Cortex M0+ MCU. I'm using MKV11 microcontroller. How can I secure the firmware, so that, even if the tr

xarray discrete scatter plot: specifying legend/colour order

Plotting a discrete xarray DataArray variable in a Dataset with xr.plot.scatter() yields a legend in which the discrete values are ordered arbitrarily, correspo

Adaptive Threshold for Noise Reducing

how to use the adaptive threshold to remove noise in images using python code? I just know that OpenCV's adaptive threshold is only used for image Thresholding,

Showing the data coming to the IP printer on the Screen-ESC Parse

Project: Flutter/Dart or with Java - Python Decompiler I want to show the data coming to an IP Printer in the kitchen on the screen. I have developed an App wit

How to have a sequence status in NoSQL without transaction

This question is only for understanding purpose. This might be a noob question. Assume that I have a tabular or document NoSQL database which do not support tra

Making a word filter (nextcord,python)

How can I make a word filter? I am using nextcord(py) and I would like to make a word filter, but I dont really know where to start.

Hide/show div using radiobutton functionality using Jquery

I have text & image wrapped in a div. Using Radiobutton the image & text should appear on the left & right. If you select left-icon radiobutton, the

How can I create an Entity Relationship diagram (ER) For BigQuery Tables/ Views [closed]

I have some complex BigQuery views that nest each other. I would like to map them in an ER diagram so they are easier to visualize. I can do t

Making a word filter (nextcord,python)

How can I make a word filter? I am using nextcord(py) and I would like to make a word filter, but I dont really know where to start.

Writing array with pywin32 to excel

I am trying to write an array into Excel. The code snippet is below. import win32com.client as win32 import sys import numpy as np #-------------- if name=="ma

Ignite C++. Can the following APIs be used?

I was wondering if the following APIs are available in Ignite C++. And if they are not available, what would be a reasonable alternative to implementing the sam

Ignite C++. Can the following APIs be used?

I was wondering if the following APIs are available in Ignite C++. And if they are not available, what would be a reasonable alternative to implementing the sam

Dplyr summarize "sum" function works correctly only for subset not the larger dataset in R

I have a dataset where I sampled abundance of 4 species across 12 months, 6 sites (5 replicates within a site). I am trying to calculate various summary stats (

Incorrect schema for yaml file using Serverless Framework Configuration - expected a string

I am using serverless framework configuration and aws for the serverless.yml file and also the yaml plugin on VSCode and it says that is incorrect type and is e

Global php variable is always null

I have a bug in my application which I do not understand at all. I made a minimal example which reproduces the issue: <?php class MyClass { const ITEMS_PE

Head (next/head) throwing error in NextJS

I am trying to add head to a page in NextJS. As per the documentation I have used next/head to add <head>. However, the code block for using next/head is

knex migration - 'ER_INVALID_DEFAULT: Invalid default value for 'timestamp'

I have a knex chema migration to create a table, with the line - exports.up = async function(knex) { return knex.schema.createTable("newTable", table => { ta

knex migration - 'ER_INVALID_DEFAULT: Invalid default value for 'timestamp'

I have a knex chema migration to create a table, with the line - exports.up = async function(knex) { return knex.schema.createTable("newTable", table => { ta

Android TextInputEditText default context menu, dismiss programmatically

I would like to as if there is a way to programmatically dismiss the context menu of android . The menu shows whenever I long press the TextInputEditText. "Cut"

continuous center of user with Mapkit

Good afternoon, I am having trouble displaying a map where it only centers around the user and will stay on the user with movement. My error is in my view file