Skip to main content
-4 votes
1 answer
51 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
0 votes
1 answer
29 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
2 votes
1 answer
49 views

Old scroll stuff doesn't work since migrating: private RestHighLevelClient client; response = client.searchScroll(new SearchScrollRequest(response.getScrollId()).scroll(TimeValue.timeValueMillis(60000)...
Someone's user avatar
  • 63
Best practices
0 votes
0 replies
20 views

I’m facing a migration problem with Google Play and I’d like to get feedback from other Android developers. Context I originally had two apps: a paid app (premium by default) a free app Maintaining ...
clement pignet's user avatar
2 votes
1 answer
77 views

I am migrating Elasticsearch to version 7.17.29 getting rid of RestHighLevelClient But I've encountered an issue since subAggregation is no longer present. This is the code I am trying to migrate. ...
Someone's user avatar
  • 63
0 votes
0 answers
45 views

I'm trying to compare the schema of two different Supabase projects (each in a separate Supabase account). My goal is to generate a migration or diff showing the differences between: Project A (dev) ...
user12504353's user avatar
1 vote
1 answer
103 views

Here's my laravel composer.json for its version info: { "name": "laravel/laravel", "type": "project", "description": "The skeleton ...
Evan Fersadi's user avatar
Tooling
1 vote
1 replies
56 views

Is there anyone reading this that has experience of netcore-System.Data.Linq? We are about to embark on a very large code-base migration from Framework 4.8 to .NET8. We have relied on Linq2Sql for all ...
Femah's user avatar
  • 11
1 vote
1 answer
265 views

I use this nx generate @angular/core:inject to migrate projects but get below error: Could not find any files to migrate under the path /home/jibit/Desktop/jibit-angular-workspace/. Cannot run the ...
kian's user avatar
  • 1,779
1 vote
2 answers
66 views

I am migrating a project from Spring Boot 2.7.18 to Spring Boot 3, and this causes a Hibernate upgrade as well from Hibernate 5.6 to Hibernate 6.1.7. I had a rather complicated criteria query. After ...
riskop's user avatar
  • 1,839
6 votes
1 answer
196 views

We are planning to use a Gitflow workflow and a shared test database. We currently use EF 6.5.1 and have automatic migrations disabled. Problem: if a developer runs Update-Database (or dotnet ef ...
EMN's user avatar
  • 163
-1 votes
2 answers
157 views

In my current project, I’m migrating from Tailwind v3 to the latest version, where all color-related tokens are consolidated under the --color namespace. In Tailwind v3, I was able to extend textColor,...
Sathira Nipun's user avatar
0 votes
1 answer
72 views

Database records with FlexForm columns don't auto-upgrade when new fields are added in the flexform. When adding a new select field in a plugin configuration (or a flux content element), I can't rely ...
cweiske's user avatar
  • 31.4k
0 votes
0 answers
135 views

I am using Reflex with Alembic to manage migrations. My problem is that when I run reflex db makemigrations, Alembic includes all the tables that already exist in the database, even if they are not ...
Santiago Lorenzano's user avatar
0 votes
1 answer
302 views

I've been trying to resolve the following problem for quite some time now: I started implementing the tests with Detox when our app was on RN 0.77, and everything was working fine. However, after ...
Manorka's user avatar

15 30 50 per page
1
2 3 4 5
747