Skip to main content
0 votes
0 answers
47 views

I am working on implementing Deep Learning model in a "Weakly Supervised manner" based on this model (FEAWAD.py). As it was developed under Tensorflow 1, I first have to migrate it to ...
Pierre NEVEU's user avatar
0 votes
0 answers
41 views

I'm testing Grate for deployment database migrations, and I noticed something I'm not sure about. When I modify the database (e.g., create new tables, alter tables, insert data): I see new records ...
Naila Alissa's user avatar
0 votes
0 answers
130 views

I migrated the Wordpress site from one domain name to another, both domains within Hostinger, migrated using Hostinger. As part of that process, Hostinger directed the site to a temporary site whilst ...
Caren Tong's user avatar
0 votes
0 answers
26 views

My truffle-config.js: require("dotenv").config(); const { MNEMONIC, INFURA_PROJECT_ID } = process.env; const HDWalletProvider = require("@truffle/hdwallet-provider"); module....
SHICHAO's user avatar
0 votes
0 answers
16 views

The shopify template "refresh" is well done and very suitable for the needs, I'd need to make the site without the whole shopify integration, and I'm trying to avoid to hand-script but end ...
webman's user avatar
  • 1,204
0 votes
1 answer
641 views

I've looked at a bunch of posts, including the related questions to this one, but there are no examples of the real syntax. Here is an example of my legacy silent Apple notification: { "to"...
fbs419's user avatar
  • 61
0 votes
0 answers
32 views

I do migrate in Flask. This is my class: class DocumentBc23(db.Model): id = db.Column(db.Integer, primary_key=True) packing_list_id = db.Column(db.Integer, db.ForeignKey('...
Tio Ajc's user avatar
0 votes
1 answer
196 views

This doc -- https://firebase.google.com/docs/cloud-messaging/migrate-v1 -- gives a small example about how to change the payload, but it doesn't really apply to what I have. Here is a small example ...
fbs419's user avatar
  • 61
1 vote
0 answers
46 views

I want to perform data migration between tables in parallel. For example, I have data for cities A, B, and C. Let's say the data migration takes about 30 minutes. Migration of cities A and B is done ...
Insan Cahya's user avatar
1 vote
1 answer
377 views

I'm building a .NET MAUI multi-project app with only WinUI 3 support. My solution consists of three projects: MauiApp - Contains all XAML and UI-related code. DataCore - Contains managers, enums, and ...
Monal's user avatar
  • 25
0 votes
1 answer
96 views

I migrated my Django project to a different server, so I figured that the database is the most important thing on the server since my code is on GitHub and my media files on S3 bucket. So I made a ...
Ahmad Raji's user avatar
2 votes
1 answer
1k views

I am currently using VS Code for C# code debugging. I am currently using .NET 7.0 and I want to upgrade to .NET 8.0. I found the following Microsoft documentation webpage, but I have some questions ...
bokabokaboka's user avatar
2 votes
2 answers
431 views

I try to export my data from an InfluxDB bucket with the following command: influxd inspect export-lp --bucket-id 92099289ecc05da7 --engine-path /var/lib/influxdb/engine --output-path ~/backup/...
rybka's user avatar
  • 113
1 vote
1 answer
102 views

I made some changes in the models from my apps and then entered makemigrations and migrate in the terminal. PS C:\Users\USER 1\frist project\website> python manage.py makemigrations home No changes ...
Payam.Si.dev's user avatar
0 votes
0 answers
91 views

I've been working on several applications in Flutter using Dart, but I initially developed them in an earlier version of Dart, specifically version 2.7.0. With the recent release of Dart 3.0.0 and the ...
Samuel Mora Rodriguez's user avatar

15 30 50 per page
1
2 3 4 5
73