nik2208
nik2208
I have a `questions` table and an `answers` table. the `answers` table has a foreignKey field named `questionUuid` related to the field `uuid` (not related to the id field) of...
is there a way to set, in the PHPSESSID, the option SameSite to "none"? my devel db is on another machine and the browser defaults its value to SameSite="Lax", blocking...
would be useful to collapse elements horizontally. As far as I was able to investigate, there is no easy way to achieve this thru configs. [here](https://stackblitz.com/edit/angular-rvbxrq) is a working stackblits
If I load a gif it is converted into a static image. Is there a way to exclude gif images from the compress process?
actually the subject is already the matter.. In particular: I would like to use both social login (like google or facebook or whatever) with my own jwt auth mode. I...
join returns a subobject array even if it has a 1 to 1 relationship not really a problem.. just not to access the object using its index [0]
this is the message I get: ``` This application depends upon a library published using Angular version 14.2.0, which requires Angular version 14.0.0 or newer to work correctly. ``` I...
come da titolo...
## 🚀 Feature would be useful to have tiktok among builtin provider.
working on a project I prepared a docker-compose file to put up mysql, php, and swagger to work straight away on the php-crud-api endpoint. this is what I ended up...