I am using : Symfony 5.4 + ApiPlatform + JWTRefreshTokenBundle 1.1 JWTRefreshTokenBundle => https://github.com/markitosgv/JWTRefreshTokenBundle I need to ch
I have deployed the admin panel to heroku, the apis working correctly on local but not on heruko. I have been using http://144.76.103.235:5010/admin/api/auth/lo
In a very low transaction volume environment, such as some of our test environments, what will the project reactor classes do if the subscriber requests N new i
I am trying to automate one scenario using Cucumber. Step Then Create item actually takes values from first row only. What I want to do is execute step Then Cre
I've used ag-grid with some columns using direct values and some columns using valueGetters. columnDef: ColDef[] = [ { field: 'column1' }, { field: 'c
I'm testing an assertion with EXPECT_DEATH() and it fails on Ubuntu (gitlab ci pipeline) with killed by signal 6 SIGABRT. However, exact same code works fine on
I've got the following problem: I want to access the css properties of styles.css inside Electron. The problem is that I can't use document.getElementsByClassNa
I have 2 Dataframe in pandas. I want to merge but, I need to do it by 4 columns. Somenthing like that: DF 1: doc, cod_doc, name, city DF 2: id, cod_id, incom