Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
58 views

I have several utilities written in C# for .NET 4.8. After upgrading from Windows 10 to 11, the utilities are running ~4 times slower. Has anyone encountered this? The utilities parse large files (~...
rotabor's user avatar
  • 5,611
1 vote
1 answer
44 views

I'm trying to migrate an OpenSearch 2.9 cluster to OpenSearch 3.1 but the eligibility test informs the following message: The following indices are not compatible with the target Elasticsearch ...
Arthur Caccavo's user avatar
0 votes
0 answers
77 views

I’m working on upgrading an application that uses ExtJS 4.0.1 to 7.9. The application doesn’t follow the standard Sencha application structure. Instead, we directly include ExtJS (JavaScript, SCSS, ...
Tran Huy's user avatar
2 votes
1 answer
615 views

In our application we use the Spring Boot built-in logging in ECS format: logging.structured.format.console=ecs logging.structured.format.file=ecs This automagically produces nicely ECS-formatted ...
Honza Zidek's user avatar
  • 21.7k
1 vote
0 answers
131 views

I have a web site running OpenLayers 5 since … maybe 7 years. I am considering to upgrade to OpenLayers 10. I would like to know what I'd have to know before that. Are there many breaking changes? ...
GingkoFr's user avatar
0 votes
1 answer
176 views

My new ARM64 laptop is forcing me to upgrade a project (C# API) from ASP.NET Core 3.1 to 8.0 (I had been planning to upgrade anyway as it is long overdue but was hoping to finish a new feature first!)....
Ego Placebo's user avatar
1 vote
0 answers
270 views

I've a very old legacy ASP.NET web project and I'm trying to upgrade it to latest Log4Net version (from 1.2.10 to 3.0.4). The first problem is that I'm using other old libraries which are using ...
Marc's user avatar
  • 1,505
0 votes
0 answers
155 views

Environment: Pydroid 3 Version: [3.11] Platform: Android Issue: While trying to install Matplotlib on Pydroid 3 using the command: pip install matplotlib During installation, pip attempts to upgrade ...
Konan's user avatar
  • 1
0 votes
1 answer
71 views

I'm testing upgrade of 2.346.3 to 2.375.1 using docker file. Creating the image works OK but once I start the container, Jenkins starts but in the UI I see unhandled exception with ID 056b7f51-56fd-...
Tzach Solomon's user avatar
0 votes
0 answers
22 views

I am upgrading my Rabbitmq version to 3.13.7 from lower version and certain feature flags are mandate from 3.11 version as per policy. One of them is "user_limits". I understand the "...
Dinesh's user avatar
  • 189
1 vote
1 answer
275 views

I followed all the upgrade guide requirements, but when I run php artisan, I get the following error: Undefined array key "driver" at vendor/laravel/framework/src/Illuminate/Filesystem/...
draw134's user avatar
  • 1,219
0 votes
1 answer
186 views

In odoo.sh, after the successfull upgrade of my DATABASE from odoo16 into odoo18 on a Staging branch, I have changed the js and its related t-template files (to display html into gantt cell) of one of ...
S Bonnet's user avatar
  • 1,722
2 votes
1 answer
86 views

Sometimes I install a new version of Dyalog and I have to re-set my ]Box and ]Rows settings. ]box on -fns=on ]rows on -fns=on -fold=3 I know I can set these and then save the session file, but I can'...
RikedyP's user avatar
  • 733
0 votes
0 answers
94 views

I am able to upgrade React App from version 16 to 18 and working fine in the Local server, but gives an errors while deploying through Github. I got the following errors. npm error code ERESOLVE npm ...
user1173465's user avatar
0 votes
0 answers
61 views

Since I want to upgrade my meteor application from meteor 2.16 to 3.0.4, I am replacing the iron:router with ostrio:flow-router-extra. But I dont see the templates rendering properly with flow:router. ...
Deepak K's user avatar
0 votes
2 answers
233 views

Recently, when I try to upgrade Flutter, itself, it gets stuck and there is no output in console. Then it waits infinitely, and is totally stuck. Even adding --verbose does not help. Sometimes a ...
AVEbrahimi's user avatar
  • 19.6k
0 votes
1 answer
123 views

I upgraded apache cxf v4.0.3 to 4.0.4 which is making build fail with below error: Failed to execute goal org.apache.cxf:cxf-codegen-plugin:4.0.4:wsdl2java (generate-sources) on project Exit code: 1 ...
KJ21's user avatar
  • 103
0 votes
1 answer
97 views

I did the upgrade from .NET 6 to .NET 8 and then converted my Azure function from in-process to isolated worker model. After that, when I run the function app, I get this error: Error image This is my ...
Kasun Sameera Wickramasignhe's user avatar
0 votes
0 answers
45 views

Trying to upgrade my test from codeceptjs2 to codeceptjs3 and run lots of test files with run-worker command: npx codeceptjs run-workers 15 --plugins allure The command seems to be working very well ...
Harvey Lin's user avatar
0 votes
1 answer
108 views

I have a Xamarin.Forms application that produces a Windows UWP application. I have recently created a new Maui project which is, in effect, an upgrade of my Xamarin.Forms app. When I deploy the new ...
Sparky's user avatar
  • 135
3 votes
1 answer
486 views

We are planning to upgrade our application to Rails 8.0 and take advantage of the new Solid* features that allow us to remove the Redis dependency. I've done some searching and cannot find any upgrade ...
mark.sack's user avatar
  • 131
0 votes
0 answers
167 views

I had installed Nifi Registry and Nifi 2.0.0-M4 (it was latest version then), and I have implemented lots of flows there. Now I want to upgrade my Nifi and Nifi Registry to 2.0.0, what is the easiest ...
Amir Pashazadeh's user avatar
0 votes
0 answers
34 views

I have an MSI (built with Wix 3) already distributed to customers. Among others, the product has a directory named Reporter that contains two files, A and B. A is the implicit KeyPath, because it is ...
Vlad Valceanu's user avatar
2 votes
0 answers
68 views

Spark version: 3.3.1 Python version: 3.9 By default, calling pyspark.sql.functions.to_date(col("foobar"), "yyyy-MM-dd") raises spark upgrade exception if foobar col can't be parsed ...
hdw3's user avatar
  • 961
1 vote
2 answers
568 views

I've successfully migrated my Angular 18 project to Angular 19 and replaced all @Input decorators with the new input() signals. The code works but the test for a directive with input() signals breaks. ...
kopy01's user avatar
  • 23

1
2 3 4 5
96