AntonioCS
AntonioCS
**Description** Allow devs to give an alias to a filter property, so that the user doesn't have to use a big query string parameter **Example** I have the following in...
I have the following in an excel file:  In Libreoffice calc I can see the file is set as Number but when I read a row and use the...
Hey, just followed this article here https://pavlakis.dev/posts/upgrade-to-friends-of-behat-symfony-extension/ to get behat up and running in symfony 4. I ran the following commands: ``` composer require --dev friends-of-behat/symfony-extension:^2.0 composer require --dev friends-of-behat/mink...
I have a fixture that I plan to use for 2 groups. The issue is that I would like to load different data sets depending on what group was called....
I have the following: ``` static const char static const char USAGE[] =[] = R"(Usage: my_program [-ho ] [--output=] [--remove_comments] [--no_separators] [--no_timestamp] [--silent] -h --help show this -o --output= specify...
I have compiled the master branch (before the addition of liburi) and I had no issues, but after switching to the dev branch and doing: make I got the following...
What is the issue with the int in the for loop declaration? Gcc and Clang both support C99 and C11.
## Feature Request Hey, My user table has some extra fields that are required and I take care of this when I'm creating a user using a GUI, but when...
When I click on "Register account" I get: > Unknown error At the top of the page. If I go to the letsencrypt/live directory I do see an accounts directory...