misterx

Results 5 comments of misterx

@aminvakil Question is realted to docker internal dns. I've created some sandbox for that. ```yaml #front/docker-compose.yml version: "3.7" services: web: image: alpine command: > sh -c ' echo my IP...

I've created a simple fix that should update globals if they are different. I can't test it in FrankenPHP at the moment, but I hope this will help. Additionally, it...

@mozkomor05 My fix is related to accessing the fresh AdminContext in Twig templates. Regarding the issue with the menu, as I see, menu highlighting is implemented in MenuItemMatcher. Therefore, it's...

I'm using the following code that processes the '_defaults' query parameter, i.e., localhost:8080/xxx?_defaults[game_id]=2. In my opinion, it is more correct to set data into the form instead of directly in...

I've pushed my findings. You can use my PHP implementation of Broadlink Cloud search by keyword for fetching needed remote. https://github.com/ThePHPGuys/broadlink#draft-implementation-of-broadlink-catalog-cloud Each remote is a simple zip with json files...