Re: Git hub master branch

2023-09-02 Thread Christoforos Korifidis
> all > hint: of your new repositories, which will suppress this warning, call: > hint: > hint: git config --global init.defaultBranch > > > best regards, > michael > > > On 02.09.23 15:00, Christoforos Korifidis wrote: > > Hello, > > When I initia

Git hub master branch

2023-09-02 Thread Christoforos Korifidis
Hello, When I initialize Github repository for a project it start with master branch instead of mail. Is there a way I can change this? I could not find this property in setting for Team. I am using Netbeans 18. με εκτίμηση Χριστόφορος Κορυφίδης κιν./mob. : +30 6932606269 Διεύθυνση: Κώτσου 9,

Node environment variables

2023-07-26 Thread Christoforos Korifidis
I am trying to make a small node.js application with netbeans 17. I want to use custom-environment-variable.json to use a secret from environment variable. I have a config folder and inside it there is 1. default.json 2. custom-environemnt-variables.json Contents of default.json are: {

Debug nodejs application

2023-07-26 Thread Christoforos Korifidis
Hello, I am trying to dedug a nodejs application but I got the error: [DEP0062]: node --debug and node --debug-brk are invalid. Please use node --inspect and node --inspect-brk instead. I have try to put --inspect and --inspect-brk at the arguments of the run settings but it did not work. I have

NB 13 Springs plugin problem

2022-06-14 Thread Christoforos Korifidis
Hello, I am using Apache Netbeans 13 and I am trying to install Srping Web MVC plugin. Unfortunately I get the following error: "Networking problem in https://netbeans.apache.org/nb/updates/13/enterprise/org-netbeans-modules-spring-webmvc.nbm " This is the url is trying to get the plugin but the

[XDebug] NetBeans 13 with Xdebug 3.1.3

2022-03-28 Thread Christoforos Korifidis
Hello, I am trying to configure NetBeans 13 to communicate with Xdebug 3.1.3 I am using PHP 8.1 in a centos-stream 8 with multiple versions of PHP and on a site constructed with Joomla 4. I have followed all the instructions in the Xdebug installation wizard and a suggestion from NetBeans itsel

Subscribe me

2022-03-28 Thread Christoforos Korifidis

Re: NB 12.1 PHP xdebug

2021-02-15 Thread Christoforos Korifidis
if someone knows if is it posssible to use XDebug 2.x with php 7.4. με εκτίμηση Χριστόφορος Κορυφίδης κιν./mob. : +30 6932606269 Διεύθυνση: Κώτσου 9, 34100 Χαλκίδα. Address : Kotsou 9, 34100 Chalkida Greece. On Sat, 13 Feb 2021 at 22:34, Alan wrote: > On 2021-02-13 14:33, Christofo

[no subject]

2021-02-13 Thread Christoforos Korifidis
I am trying to debug a Jooomla web site on the following system: - NetBeans 12.1 - Xdebug 3.0.2 - PHP 7.4.14 - nginx 1.18.0 - CentOS 8 Xdebug configuration from this file /etc/php.d/90-xdebug.ini: extension=/usr/lib64/php/modules/xdebug.soxdebug.mode=debugxdebug.start_with_request