Tac Tacelosky

Results 500 issues of Tac Tacelosky

### Description The login page is quite nice. Could you also add a registration page, e.g. https://demo.adminkit.io/pages-sign-up.html? Of course, this isn't trivial -- the UI is, but security and authentication...

Feature

Terrific article (https://thecodingmachine.io/building-a-single-page-application-with-symfony-4-and-vuejs). If you decide to update to Symfony 5 (which would be awesome), can you also consider using ApiPlatform instead of custom JSON endpoints? Oh, if if you're...

https://www.bootstrapdash.com/demo/star-admin2-free/template/pages/tables/basic-table.html The date widget doesn't work on the tables page: ![image](https://user-images.githubusercontent.com/619585/177982181-9fdd363e-4a6f-4560-8b11-f3c6e18738ed.png)

What an excellent library, thanks for sharing this. It is mostly working for me, but I'm struggling how to get an element that has a #text value and attributes, e.g....

I've heard there is an iOS issue only regrading location service apps running in the background. Upon restart they don't automatically start location services. This seems to be happening with...

The default format for Traccar seems a bit non-standard. The "extended format" used on the Android device seems much more complete (although it would be nice to have "accuracy" and...

$objUser should just be $user

I love the twig components. They rock. I'm refactoring a badge TwigFunction as a component, and realized that calling the component was longer than the twig call. ```twig {# with...

How can I use Autocomplete to filter based on some underlying data? That is, I only want to autocomplete answers from a specific question. With a regular choice field, I...