instruction stringlengths 0 30k β |
|---|
null |
i am developing a react native expo app in which i need a scheduler which help me to notify me , for some specific time but in android this background notification is not working can anyone help me i need urgent.another thing in some mobile it is working but not in majority
```useEffect(() => {
registerForPushNo... |
Background notification is not working in expo react native |
|expo-notifications| |
null |
The next steps work for me (after I added `C:\emsdk\upstream\emscripten` to the Path variable):
```
> cd assimp-5.2.5 && mkdir build && cd build
> emcmake cmake ..
> emmake make
```
These commands generated the `libassimp.a` library:
[![enter image description here][1]][1]
I try to set up this library i... |
I have a User entity which has one many to many relationship with Authority table and many to one with UserGroup and another many to one with company.
I am using a Projection Interface named UserDto and trying to fetch all users with the help of entity graph with attributePaths as authorities, company and userGroup... |
Duplicate parents after upgrading to Spring boot 3.2.x(hibernate 6) while using entity graph |
|spring-boot|hibernate|jpa|spring-boot-3|hibernate-6.x| |
I am trying to sort an array of objects by 'title' property. How can I switch sorting by Asc and Desc by a button toggle?
I have the below, but the data doesn't sort by toggle
const [text, setText] = useState('');
const [data, setData] = useState([]);
const [toggleFilter, setToggleFilter... |
How to change the color of the liquid when two pipes merge to a given one, depending on which of the flows prevails?
The output is the color of the liquid, which is the first to reach the confluence point. Used Pipeline and Fluid Merge.
[enter image description here][1]
[1]: https://i.stack.imgur.com/5wJJP... |
{"OriginalQuestionIds":[47152691],"Voters":[{"Id":16343464,"DisplayName":"mozway","BindingReason":{"GoldTagBadge":"dataframe"}}]} |
|html|css| |
Issue with makinh python executable with local db, sqlite3, tkinter |
I'm trying to find a way to get a signal-point on the chart everytime the bar is a new 15-days low.
At the moment it fills the 15-spaced array with the same number and also the array.min and array.max functions have the same result.
Thanks for help!
```
//@version=5
indicator("Array Schlusskurse", overlay = ... |
Fill and read the lowest low of an Array of the last 15 days |
|arrays|pine-script| |
null |
Issue with making python executable with local db, sqlite3, tkinter |
If I understand correctly, you have two repositories: a main repository and a submodule repository containing a YAML config file.
Currently, your pipeline is configured to use the main repository as the source, which means you can't map the YAML file from the submodule repo for your pipeline definition.
If this... |
The msvc v19X does not like using the sizeof...() operator in template code.
#include<cstddef>
template <typename ValueType, size_t...Indices>
void experiment (ValueType (&theArray)[sizeof...(Indices)])
{
//code removed
}
The above code works fine in Linux, but I need it working ... |
I have a table and would like to select one row of the duplicates. The table has multiple columns that adds up to identify as duplicates
review the excel table data.
 a short image of the table with data. Ther result should be
![ent... |
Living with the limitations of binary floating-point is a very large and complex topic. You're not going to get easy answers, alas. Start by reading [the elementary Python docs][1] on the topic.
Floating-point addition is not, in general, associative. That means the order in which additions are performed can change ... |
I have to link the Privacy Component with my footer's "Privacy and Policy" text i tried to connect it with anchor tag but its not working and on the path it is showig 404 Page is not found how can i connect that ?
```
import Image from "next/image";
import Privact from "./PrivacyComponent"
import PrivacyComponent f... |
How to make Visual Studio 2022 project launch Windows Terminal instead of PowerShell? |
|windows|powershell|visual-studio|.net-core| |
All of a sudden when accessing a repo on github using a git command I'm getting:
$ git pull
fatal: unable to access 'https://github.com/XXXXX': SSL certificate problem: unable to get local issuer certificate
I worked just fine for years. I'm running Windows 10. |
"SSL certificate problem: unable to get local issuer certificate" when trying to access a repository on github |
|github|ssl-certificate| |
i followed this tutorial :https://docs.avaloniaui.net/docs/guides/platforms/rpi/running-on-raspbian-lite-via-drm
and
i use this display: https://www.amazon.de/Elegoo-Display-Monitor-Raspberry-Schnittstelle/dp/B01JRUH0CY
a 3,5 inch SPI Display
with a Raspberry Pi 4 and the offizial distro.
First i installed t... |
In the 2nd instance of "haOpen" , im getting an undeclared Identifier error when coding the Heikin Ashi Calculation for a Trading strategy. Isnt the first instance the declaration ?
`haOpen = na(haOpen[1]) ? (open + close) / 2 : (haOpen[1] + haClose[1]) / 2`
```
// Heikin Ashi Calculation
haClose = (open + hi... |
|pine-script|pine-script-v5| |
I'm using jupyter hub inside kubernetes, my hub nd workspace are separate docker images. Currently when I launch the workspace from the hub page, it receives the ping activity from the workspace pod, but it never finds the pod.
Below the logs and things I did. One thing I also noticed besides what's below is that th... |
|pine-script|pine-script-v5|tradingview-api| |
You are after a 16-byte, universally unique, chronologically sortable unique identifier.
SQL Server already has that: `uniqueidentifier`.
Many people are under the mistaken impression that a `uniqueidentifer` is a random value, and that its use as a clusting key is bad because it causes I/O to be scattered all ov... |
The stockstats.StockDataFrame is a subclass of pd.DataFrame.
This implies there is no need to do a merge in the end.
After making sure the "datetime" column in the original df contains no duplicates, you could define the `st` dataframe as
```
st = stockstats.wrap(df, index_column="datetime")
```
So, passing... |
in the App Router you need to export functions as HTTP method names like so:
```ts
export const GET = (req: Request) => {
return Response.json({ posts: [] })
}
export const POST = (req: Request) => {
return Response.json({ posted: true })
}
export const DELETE = (req: Request) => {
return Respo... |
so I need help with starting something. So I have a ragdoll fora 2d platformer that I've got moving and he's able to stand on his feet, So now i have made a gun as a child of his forearm, and i want to have the character aim with his gun wielding hand using mouse input (x, y movement of the mouse) so where the player a... |
Ragdoll 2D Aiming |
|c#|unity-game-engine|bulletphysics| |
null |
I am just searching for a website which gives direct link which doesn't expire and doesn't have download limit and many features like this.
I just checked dropbox and someother but some of them has expire date and some of them have download limit i want a website which gives non-expiring direct click to download lin... |
Non-Expiring Direct Link Like When Clicked It Will Download Without Landing Any Page |
|python|node.js|rust|hyperlink|download| |
null |
We can use another approach to resolved this in fact it will worked for me
create a function called python3_remove(){rm -rf /usr/bin/python3* } and add this function in .bb file i,e
ROOTFS_POSTPROCESS_COMMAND += "python3_remove; " after do clean build |
The `featureEnabled.createCacheLoader??` expression just tells if `createCacheLoader` (inside `featureEnabled`, which must exist) is existing and non-null, and it doesn't matter what the value of it is. If you want it to be `false` in effect if it's not there, then write `featureEnabled.createCacheLoader!false`.
See... |
When I seed my users into the database at first migration time, I cannot log in at all via the new .NET 8 API Identity endpoints.
However, if I create the same user using the new endpoint /register swagger api and then log in, it works after confirming the user's email and so forth.
But if I merely set [EmailConf... |
How to link the internal Component with the footer text? |
|javascript|reactjs|typescript| |
null |
[enter image description here][1]I just restored Android Studio to default settings and it's working fine now. This is the solution to This Error and it's simple and easy.
[1]: https://i.stack.imgur.com/PAWAz.png |
I am trying to sign in to a project I'm working on to test the authentication. Currently, when I try to sign in, I'm met with the error "_supabaseClient__WEBPACK_IMPORTED_MODULE_1__.supabase.auth.signIn is not a function"
This is a React project. I'm using Supabase for my authentication. I will include my LogIn.js f... |
_supabaseClient__WEBPACK_IMPORTED_MODULE_1__.supabase.auth.signIn is not a function |
|reactjs|authentication|supabase| |
null |
Finally, I've found a solution to this problem without utilizing the redirect and refreshListenable properties of GoRouter.
The concept involves creating a custom redirection component. Essentially, authStateChanges are globbally listened, and upon any change in AuthenticationState, we navigate to our redirection co... |
Quest 3 device technical feasibility |
|augmented-reality|virtual-reality|unity3d-2dtools|unity3d-editor| |
null |
As a thought experiment that's the literal answer to your question:
```python
>>> i=0
>>> [[i:=i+1, bit, None, None] for bit in h]
[[1, '1', None, None], [2, '0', None, None], [3, '0', None, None], [4, '1', None, None], [5, '0', None, None], [6, '0', None, None], [7, '1', None, None], [8, '0', None, None]]
```
... |
> I have recently detected a request like this (we do have a favicon):
>
> mydomain.com/order.php?item=id/favicon.ico
>
> What type of attack is this?
Depends. First of all, contact your supervisor. Because, it must not even be an attack. However, if it is an attack, your supervisor may already need to know about your... |
why this reCAPTCHA thing is coming and i also tried to remove the reCAPTCHA still the same issue. can anyone explain me why it's coming and after adding in the play store will it go or still it will come ?
and now the safetyNet is depricated and play integrity has come. and i tried this method
added playintegri... |
Sort array of objects on toggle, toggle not working |
|javascript|react-native| |
I am trying to create a post request to send files to the server. I am using multer for file uploads and setting some file validations in the backend (only jpeg supported and less than 5mb). When I select an image file (even larger than the limit set on the backend) and send it, the request is sent and is further proce... |
Maybe you should give a try to the following procedure, I tested it in Oracle Linux 7.9 and it worked.
1. Update system packages
```bash
sudo yum update
```
2. Install required dependencies
```bash
sudo yum install -y yum-utils device-mapper-persistent-data lvm2
```
3. Set up Docker CE repository
```bash
... |
C++26 has views::concat !
#include <ranges>
#include <algorithm>
#include <vector>
#include <string>
using namespace std;
int main(){
const vector<string> v = {"1","2","3"};
const string buffer = views::concat(
"{",
v | views:... |
I am trying to create a post request to send files to the server. I am using multer for file uploads and setting some file validations in the backend (only jpeg supported and less than 5mb). When I select an image file (even larger than the limit set on the backend) and send it, the request is sent and is further proce... |
MSVC Compiler Template Sizeof...() not working |
|c++|templates|visual-c++|ms-word|compiler-construction| |
null |
I want to render by DXGI and need to get the SwapChain.
I want to swap the vtable from DXGI.
I don't want anyone to say that I can render in other method or just create the swap chain, but I know
and I cannot do with other method. That's the task I have problem with.
I reversed the DXGI.dll with IDA Pro and hav... |
Reversing and vtable swapping in dxgi.dll |
|c++|reverse-engineering|ida| |
null |
TL;DR You can't use list and mapping variables in the same variables section
### More details
From [YAML schema - variables definition](https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/variables?view=azure-pipelines):
The variables keyword uses two syntax forms: variable list and mapping (s... |
One thing that the accepted answer doesn't mention is that there _is_ actually a `$HOME` environment variable in PowerShell, so if you run `echo $HOME` you get `C:\Users\bob` or something. But lua can't see that variable, because `os.getenv("HOME")` looks at the `$Env:HOME` variable which is _not_ defined.
If you wa... |
[enter image description here](https://i.stack.imgur.com/qL3yX.png)
I have this line in the header of the last page of the list of tables in my document. Just before the headers start in the content, which is the only part where I want headers. Therefore, I want to delete that line, but I don't know how.
My code ... |
Seeding user doesn't allow user to login webpi but dotnet 8 end points do allow them to sign into web api |
|c#|asp.net-web-api| |
I can see two issues in your code:
1. This part looks wrong to me because `PayloadType` refers to the generic interface `HasPayloadInterface`, but its type is not specified:
```php
/**
* Class CollectionOrdered
* @template PayloadType of HasPayloadInterface
* @implements HasPayloadInterface<PayloadType>
*/... |
I have a horizontal line drawn in the header of the last page of the list of tables in my document, how can I remove it? |
|azure-active-directory|azure-ad-b2c|azure-ad-b2c-custom-policy|multi-factor-authentication| |
{"Voters":[{"Id":1940850,"DisplayName":"karel"},{"Id":466862,"DisplayName":"Mark Rotteveel"},{"Id":13376511,"DisplayName":"Michael M."}],"SiteSpecificCloseReasonIds":[18]} |
null |
I am trying to combine multiple macros into one. How do I add a loop so that it repeats itself 'x' amount of times, with 'x' being the values of Sheet3!A1, and then it executes the print preview function?
This is the VBA code I have so far. I cant seem to get the loop to work correctly. Im trying to work out what I ... |
I have a repository, which I created a Project for under **Projects** to record my progress. But now I want to make the repository public and not include the linked/connected Project when publishing. How do I transfer/remove it from the list?
While it's already private is it possible to remove it from the list so no... |
How do I remove the connection of a Project from a repository on GitHub? |
|github| |
|kubernetes|gitlab|kubernetes-helm|gitops|fluxcd| |
In Android Compose, we will teach you how to hide LazyColumn so that TopBar disappears when you raise LazyColumn.
``` kotlin
Scaffold(
topBar = {
PostTopBar()
}
){ innerPadding ->
CompositionLocalProvider(
LocalOverscrollConfiguration provides null
... |
Raise Android Compose Topbar |
|android|kotlin|android-jetpack-compose| |
# Swift 4.1+
As [@jedwidz](https://stackoverflow.com/users/2396171/jedwidz) has helpfully pointed out, from Swift 4.1 (due to [SE-0185](https://github.com/apple/swift-evolution/blob/master/proposals/0185-synthesize-equatable-hashable.md), Swift also supports synthesizing `Equatable` and `Hashable` for enums with ass... |
I want to change the Values with the command
self.input_itemsearch.bind("<KeyRelease>", keyboard_iteamsearch)
It should refresh the dropdown by every single keyrelease.
My problem is that the dropdown donΒ΄t update and the Docu from the CTkScrollableDropdown doesnΒ΄t help me.
I builded it with the normal... |
In my pygame project using pygame and the library pygameGUI I can't load any pngs as the dll for doing it won't load.
The error message I get:
Traceback (most recent call last):
File "C:\Users\tomto\PycharmProjects\CasinoPy\main.py", line 82, in <module>
test = pygame.image.load('Assets/Cards/2_of_He... |
I have a user (MemberUser1) that is also member of my subcription and member of a group "Group1". This group has access defined in the assigned role of some resources" SQL server and two storage accounts. However, when I cannot connect to any storage account through that user, when I assign the role "Storage Blob Data ... |
Azure Storage Account Access: Role Assignments Yield 'Access Denied' even for "Blob Owners" roles |
|azure-blob-storage|access-denied|azure-data-lake-gen2|azure-authentication|azure-rbac| |