Norbert Boros

Results 39 issues of Norbert Boros

This is the modern solution to automatically update timestamps in Doctrine. I have added `createdAt` and `updatedAt` to all entities using [LifecycleCallbacks](https://www.doctrine-project.org/projects/doctrine-orm/en/2.16/reference/events.html#lifecycle-callbacks).

**Is your feature request related to a problem? Please describe.** You cannot install modules/addons. Is it modules? Is it addons? Is it extensions? Please clarify this as well. **Describe the...

resolved

As the title says, do you have any plans to maintain this repo?

I've just started to configure your package, and it seems you cannot configure the _path_ as per the documentation: ``` In ArrayNode.php line 314: Unrecognized option "path" under "gpslab_geoip". Available...

bug

Hi, What's the purpose of this ? ``` unsigned char *pRandChar = (unsigned char *)_pagePtr; for (size_t i = 0; i < _pageSize; i++) { pRandChar[i] = LOBYTE(rand()); } ```...

I have some suggestions, would be nice to implement: - Don't call RtlGetVersion, use ASM and load PEB into RAX - Don't call get usermode functions... find a way to...

The project is nice, in fact the only one... but your pregmatch is bugged. https://github.com/romanpitak/Nginx-Config-Processor/blob/master/src/Directive.php -> checkKey: 1. / An unescaped delimiter must be escaped with a backslash (\) Plenty...

Would you be able to change the colors used on windows ? They are all the "dark" version of them, and it's pretty much eye killing... The brighter versions are...

suggestion

First of all, great work! Second, why do I have to call flush to write to file ? I`m testing this on Windows with the following code: ``` auto custom_logger...

question

You should update your composer to require monolog 2.x ...