1,093 questions
0 votes
0 answers
47 views
Issue with building a loss in keras model when migrating to tensorflow 2
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 ...
0 votes
0 answers
41 views
In Grate, why do database modifications appear in RunScript but the version in grate version stays the same?
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 ...
0 votes
0 answers
130 views
Hostinger WordPress Migrate Website Using Temporary URL still
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 ...
0 votes
0 answers
26 views
Error: PollingBlockTracker - encountered an error while attempting to update latest block
My truffle-config.js: require("dotenv").config(); const { MNEMONIC, INFURA_PROJECT_ID } = process.env; const HDWalletProvider = require("@truffle/hdwallet-provider"); module....
0 votes
0 answers
16 views
Shopify: I'm trying to find a way to transform a shopify template in html5
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 ...
0 votes
1 answer
641 views
Example of new Firebase HTTP v1 iOS JSON Payload notification syntax
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"...
0 votes
0 answers
32 views
Flask Migrate always create/ set varchar size to Max
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('...
0 votes
1 answer
196 views
Firebase Legacy to HTTP v1 Send request Payload changes
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 ...
1 vote
0 answers
46 views
How to perform parallel data migration using Python
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 ...
1 vote
1 answer
377 views
How to Properly Register and Access Dependency Services in .NET MAUI Multi-Project App with WinUI3
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 ...
0 votes
1 answer
96 views
How to recover Django users password after migrating project to a different server
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 ...
2 votes
1 answer
1k views
I use VS Code, how can I smoothly migrate from ASP.NET Core in .NET 7 to .NET 8?
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 ...
2 votes
2 answers
431 views
InfluxDB line protocol export without data
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/...
1 vote
1 answer
102 views
migrate error : ...No migrations to apply
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 ...
0 votes
0 answers
91 views
Compiling and Running Older Dart 2.7.0 Applications After Updating to Dart 3.0.0 and Flutter
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 ...