6,762 questions
2
votes
1
answer
111
views
Assets not being loaded in Laravel 12 using storage:links
I´ve created a duplicate project of mine to upgrade from Laravel 10 to Laravel 12. As far as the PHP code, routes, and database everything went well as expected.
Yet, in my Laravel 10 project I had my ...
Best practices
0
votes
0
replies
14
views
Looking for recommendations for a resilient home setup
This might be a weird question but I'd like to run it by you. My current setup to store data is as follows:
NAS Synology DS224+ with 2x4TB HDD (avoiding Docker containers)
Daily backup on a Synology ...
1
vote
2
answers
116
views
SwiftData: context.insert() doesn’t persist data [closed]
I’m new to iOS development and currently learning to persist data using SwiftData.
I’m building a very simple to-do list app to understand how local persistence works.
However, I’ve hit a wall and ...
0
votes
0
answers
45
views
Is the "tiered storage" feature ready for production?
I'm looking to implement a tiered storage solution with RocksDB, where hot data resides on fast storage (like SSDs) and cold data is moved to slower, more cost-effective storage (like HDDs).
I'm aware ...
0
votes
0
answers
53
views
CFAST + zero out complete media
I have a SATA CFAST media of 32GB. And a bootloader (which creates 4 partitions) and copies some files to 3 partitions, like copying in 1,2, and 4 partitions, and the 3rd partition is empty.
After ...
0
votes
0
answers
63
views
Created file with app not visible by phone but internal storage
I made an app that creates a PDF file. While the file is successfully generated, it doesn't appear in Google Files. The file, as a document, should appear in the documents section of Google Files, but ...
2
votes
1
answer
84
views
Supabase Storage Upload Works on Desktop but Fails on Mobile
I’ve run into a weird issue with Supabase Storage and could really use some help.
I'm building a document uploader using Supabase Storage. Everything works perfectly on desktop, but when I try ...
1
vote
0
answers
49
views
Documents folder path discrepancy between Android version (9 et 15)
I'm in testing step of my MAUI application, and I have an issue when testing on a emulated Android 9 (API 28).
I was testing and correcting my code on last Android version (Android 15, API 35), and ...
1
vote
1
answer
3k
views
google drive API failed and returned "HttpError 403: Service Accounts do not have storage quota" [closed]
dear all:
I am using google drive service account (as an editor) to share some files via google drive API.
Everything worked fine.
Then after one day, google drive returned error message 403 and said ...
1
vote
0
answers
24
views
testing static TLS limits (thread local storage)
I guess that anyone who's been using Linux for long enough has already run into the message that some shared library (or plugin) can't be loaded because it uses static TLS.
KDE's Krita was one of the ...
0
votes
0
answers
64
views
How to query disk cache settings inside Linux vm? Specifically if the disk has Read-only cache enabled
I am running a RHEL VM on azure with multiple disks having different cache settings (ReadOnly, ReadWrite).
OS details:
Source image publisher : Redhat
Source image offer : RHEL
Source image plan : 9-...
0
votes
0
answers
27
views
Migrate Android app from READ_MEDIA_VIDEO permission
I have an old Android app which I'd like to keep running, but Google Play has sent me a notice to take action since it uses the READ_MEDIA_VIDEO permission.
The app (first written back in 2014) ...
0
votes
0
answers
39
views
TASK ERROR: activating LV 'SAS-Thin/SAS-Thin' failed
I'm getting the following error TASK ERROR: activating LV 'SAS-Thin/SAS-Thin' failed: Activation of logical volume SAS-Thin/SAS-Thin is prohibited while logical volume SAS-Thin/SAS-Thin_tmeta is ...
4
votes
1
answer
150
views
lifetime of an array after placement new
This is a follow-up on this question and my answer
#include <new>
struct A {
int x{42};
int y{24};
};
static_assert(sizeof(A) == 2 * sizeof(int));
static_assert(alignof(A) == alignof(...
0
votes
1
answer
227
views
Restoring deleted blobs from a azure storage account container
I have a storage account with a blob container. I have created a lifecycle management to filter blobs created 1100 days ago and delete them. For some reason the execution of this task didn´t work as ...
0
votes
0
answers
34
views
Google bucket directly accessed using oauth2.0 client credentials flow
Can Google Cloud Storage (GCS) be directly accessed using OAuth 2.0 Client Credentials flow (client ID + client secret) for file uploads?
Can Google Cloud Storage (GCS) be directly accessed using ...
0
votes
3
answers
55
views
Is there an JS method of storing data for more expansive than 5MB (LocalStorage)? [closed]
Is there is an JavaScript method (library, framework) for storing data (.xml, local data, etc..) for more expansive THAN the LocalStorage uses. (5MB)
I thought that LocalStorage could possibly expand ...
0
votes
0
answers
250
views
Best way to handle Supabase signed URLs for private images on dashboard?
I'm using Supabase Storage and have private images that show up on a user’s dashboard. Since they’re private, I need to use createSignedUrl().
Right now, generating a signed URL on every dashboard ...
1
vote
3
answers
140
views
What formats can data be stored in to allow access to a subset without loading entire file into memory?
I'm running physical simulations and storing the data for later analysis. Up to this point, I've been storing the data as a pickled data frame, and manipulating it using pandas in jupyter lab. ...
0
votes
0
answers
123
views
Supabase : Migrate storage objects
I tried to run this script from supabase to migrate storage objects.
The goal is to copy storage objects from one project to another project.
https://supabase.com/docs/guides/platform/migrating-within-...
0
votes
0
answers
142
views
Login is possible but my supabase user / session is not "authenticated", GoTrueClient getSession() session from storage null
The stack: SvelteKit / Supabase (with docker)
To authenticate the users i followed the supabase tutorial (so my code strictly follows that). It works as i receive the user's data (profile, session...)....
-6
votes
1
answer
161
views
What is best way to store small amount of data in BE (literally 1 line)? [closed]
I am currently working on functionality where users wants to keep a single message in header of a page to notify others of something happening in system. Essentially a header that can be updated by ...
0
votes
1
answer
128
views
File properties for files stored as blobs in Azure Storage Account
I have files stored as blobs in an Azure Storage Account. Is there a way to get the information from the Details tab of Properties without downloading the file? This is information from the Details ...
1
vote
0
answers
30
views
snakemake public remote s3 without secret key
I am using snakemake with rule need visit public read-only s3 storage
# test
$ aws s3 ls 1000genomes/phase1/phase1.exome.alignment.index.bas.gz --no-sign-request
2012-05-01 03:58:41 423691 phase1....
-1
votes
1
answer
46
views
Prevent LocalStorage Manipulation for 2FA Authentication in Admin Panel
I am building an admin panel where users must complete a two-factor authentication (2FA) process after logging in. The flow works as follows:
User logs in successfully.
They are redirected to the 2FA ...
0
votes
1
answer
460
views
How to configure prometheus storage options
I have installed Prometheus in a vim using apt install prometheus. I want to configure storage location and retention size. Here is the excerpt from the documentation
Prometheus has several flags ...
0
votes
2
answers
220
views
How to Retrieve Amount of Storage Backed up (in GB) by Azure?
I am tasked with retrieving information about a given Azure Backup Vault, and whether the backup(s) are successful or unsuccessful. If successful, I must record how much data has been backed up ...
0
votes
0
answers
21
views
How can I optimize the space used by multiple similar Docker containers with different versions of the CUDA toolkit?
I'm currently using Docker to build and run multiple different versions of an application (GROMACS, if that's important). This application requires CUDA and a large number of libraries, resulting in ...
0
votes
0
answers
12
views
Flutter gsheet and local storage conflict
I'm developing an app that I use to check data of medical devices.
The first realese can store the data in separated csv files.
Now I'm tring to store data in Google sheet and now I can't find any ...
0
votes
0
answers
22
views
Data Loss in JarvisLabs /home/jl_fs After Pause/Unpause. I tried jarvislabs online gpus and all my data in their file storage system vanished
I am facing a critical issue with JarvisLabs’ file storage system. I have been storing my data under /home/jl_fs, but couple of times, when I pause and unpause my instance, all my data disappeared ...
-3
votes
1
answer
56
views
Characters storing in memory AABBCCDDEE..., Little Endian ?? I have no idea, how, can anyone answer please
I got asked this question in my Computer Organization and Architecture assesment.
Can you guys please help me with this?
"A processor is designed to receive a data stream in little endian format ...
0
votes
2
answers
105
views
Usage of powershell Set-Disk on USB attached devices
I try to run the following statements on an usb attached device :
Clear-Disk 2 -RemoveData -RemoveOEM -Confirm:$False
Set-Disk -Number 2 -PartitionStyle MBR
When the device is a usb stick (flash disk)...
0
votes
1
answer
47
views
how to create file from a directory you have saved as a Uri
With my app I allow my users to download images from other users and I am trying to allow them to select a save location. Currently I am allowing them to select a save location using the following ...
0
votes
0
answers
160
views
windows server powershell Get-NetAdapterRdma does not recognize interface name | No MSFT_NetAdapterRdmaSettingData Objects found
I am deploying a TWO node S2D cluster on windows server 2025 datacenter edition (with GUI), installed DCB,hyperv, failover clustering etc and other roles and features required for it, before testing I ...
0
votes
0
answers
187
views
Keycloak User Storage SPI configuration to store password from external DB to keycloak
I'm trying to store password and other details like firstname, lastname, timestamp from external database into keycloak.
My main intention is that whenever I use my User Storage SPI to load users ...
0
votes
1
answer
438
views
Cloudflare R2 + Localhost + CORS Issue
I'm getting a pre signed url from my backend ( that uses amazon sdk to generate this )
After getting the pre signed url in the react client ( localhost:3000 ), the next step is to use this pre signed ...
1
vote
3
answers
113
views
Are auto variables deleted when (parent)block exits?
I'm talking about the lifetime of auto variables in C (storage classes).
If I have an auto variable, it depends on the parent block if it exists or not (once "control" goes out of the block, ...
0
votes
0
answers
90
views
Striping data: true RAID 0 vs user program
I want to build a high performance recording device that receives streaming data from a PCIe 5.0 card and stores it into a storage array. The throughput is 10 Gbytes/s and I need to record 20 TBytes ...
0
votes
1
answer
234
views
creating storage replica issue
i am trying to create a failover cluster with active/passive configuration.
and currently i am using two virtual machines on laptop for this.
as i don't have iSCSI, so i am trying to use storage ...
1
vote
1
answer
154
views
Using OAuth to authenticate against Azurite with a Java SDK example
We needed to test our Azure code against something real, so we decided to use Azurite. However, Azurite's documentation documents well known test Connection Strings to be used. However, we soon hit a ...
1
vote
1
answer
525
views
Azure function trigger unable to access storage account with key access off
I'm testing an Azure function that has a blob trigger then writes a message in a message queue.
I have "Allow storage account key access" disabled as we want to use Managed identities to ...
0
votes
0
answers
63
views
Is there any client-side storage that is safe from browser extensions?
LocalStorage, SessionStorage and IndexedDB can all be easily accessed by browser extensions through content scripts. Yes, the extensions need user permission, but users are dumb enough to give ...
2
votes
1
answer
182
views
Is there a way to set up a delete lifecycle rule of less than one day in google cloud storage?
I am trying to delete objects in a storage bucket by setting a delete lifecycle rule. I want these objects to be deleted 2 hours after creation, but it seems like you can only set the delete rule with ...
0
votes
0
answers
81
views
Ceph erasure coding issue
See I have total host 5, each host holding 24 HDD and each HDD is of size 9.1TiB.
So, a total of 1.2PiB out of which i am getting 700TiB.
I did erasure coding 3+2 and placement group 128.
But, the ...
1
vote
0
answers
29
views
Not having access to the phone's storage memory after updating Flutter's sdktarget to 34
Since I changed the sdk target of the app to 34. The program no longer has access to the phone's storage.
I use the hive database.
I also gave him all the manifest permissions, including
read, write, ...
0
votes
1
answer
109
views
How to get the IQN of a Storage Device for ISCI Configuration for an openshift cluster
I have a small baremetal openshift cluster and want to use ISCSI for creating and using PVs. As far as the documentation went i have activated and set up ISCSI on the worker nodes and configured it ...
0
votes
0
answers
63
views
How to connect Laravel storage with Storj.io bucket for file uploads like S3?
I’m trying to connect my Laravel application to a Storj.io bucket for file uploads using Laravel’s built-in storage system (Storage::disk()), similar to how I would connect to AWS S3. However, I haven’...
0
votes
1
answer
172
views
Next JS 14 Setting Cookie In Layout
Im trying to fetch and essentially cache the data using cookies, but I'm getting an error when creating the cookies. I'm not sure if I'm allowed to fetch and store data in the layout file itself. Can ...
0
votes
2
answers
264
views
Java how to create an BlobServiceClient with a sas token for a specific folder?
I have a SAS token for a specific folder, which in itself of course has more folders and blobs. I am looking to create a Service or Container client to allow me to iterate on the folders/blobs in this ...
0
votes
0
answers
110
views
Django ModuleNotFoundError: No module named 'storages' despite package being installed
I'm encountering a persistent ModuleNotFoundError when trying to run my Django project, even though the package is installed. Here are the details:
Problem
When I run:
python3 manage.py runserver
I ...