Skip to main content
1 vote
0 answers
43 views

I was recently put on a project that involves taking over operation for a legacy web site originally built in 2004. When the developer who has been maintaining it shows us the code base on his machine,...
user30580328's user avatar
0 votes
3 answers
67 views

I'm working on an old C# .NET 4.8 project for my company. It uses ScintillaNET 2.2.7895.17875 to create a custom code editor. There's a dropdown arrow (highlighted in red in my attached image) that ...
PépéMax's user avatar
-1 votes
1 answer
85 views

I'm working on a legacy project (angular 4, node 10.9). Unfortunately it won't get upgraded soon. Is there a way to install the basic features of tailwind statically? Either copy paste from somewhere ...
Chen Peleg's user avatar
  • 3,190
0 votes
0 answers
35 views

I am trying to compile some legacy code of my PhD research that I did in the early 2000s, mostly for reasons of nostalgia ;-) The code used mpich. In the version of mpich that I used at the time, ...
Roeland's user avatar
  • 11
1 vote
2 answers
87 views

I have a python project that I previously ran successfully in docker containers, with all dependencies and package versions fixed using pipenv. However, when I tried to launch the project again in ...
Mikhailo's user avatar
0 votes
1 answer
73 views

I'm trying to make a laravel project work inside a legacy site while we work on modernizing the entire code base. I've been able to make it work in my dev computer using valet creating a custom valet ...
Stefano Finetti's user avatar
0 votes
1 answer
79 views

JavaFX shows icon image in IDE project Run, but doesn't show the image in project build, what is strange about it is that when you click on the space there it should have been the button still ...
NationalGeographicProgrammer's user avatar
4 votes
2 answers
371 views

I am currently in the process of migrating a large, super-legacy codebase to PHP 8.x, and I am utilizing PHPStan to identify potential issues. However, I have encountered a challenge related to the ...
elixon's user avatar
  • 1,332
0 votes
1 answer
731 views

First of all, I am not used to Delphi. I am assigned to get a grip of a comprehensive collection of Delphi applications. Working through a ton of compilation challenges I now am stuck at a faulty unit ...
KOMiT JK's user avatar
-1 votes
1 answer
111 views

i'm facing a problem with a wrong designed java Object with 34 parameters. This object can sometime has 3 filled values and the others must be null . In a second case 15 fields are filled, the others ...
Monepoke Moon's user avatar
0 votes
1 answer
42 views

I'm testing out the Remez library in Julia and have hit a couple of snags. I would like to build the original ARM reference code written in Julia 0.4 whilst making as few changes as possible to it. ...
Martin Brown's user avatar
  • 3,636
0 votes
1 answer
72 views

I would like to have some easy way to support me while rewriting legacy functions/methods. Say we have a legacy function and a rewritten one: var legacyFunction = function() { return 1; }; var ...
Alex Schwartz's user avatar
1 vote
1 answer
304 views

I have some legacy code that I want to upgrade to c++20. The code compiles in c++17 without any issues but fails if I switch to C++20. I simplified the code as much as possible, please look at the ...
NT2023's user avatar
  • 23
0 votes
0 answers
252 views

For example, I have files: /js/common.js and /js/jqextend.js. Most of legacy JS files have such architechture: ;var common = (function() { functionName = function () { } })(); ...
Geckon01's user avatar
1 vote
2 answers
86 views

I am struggling with the legacy code (refactoring scheduled, but I need to use it now) that has the devicedrivers designed to accept (argc, argv) arguments for its constructors. The base class that I ...
pptaszni's user avatar
  • 9,307

15 30 50 per page
1
2 3 4 5
32