Paco Orozco

Results 22 issues of Paco Orozco

The Registry::store() method uses a prepared statement with a hardcoded table name (see #14), but also it uses `ON DUPLICATE KEY...` which **doesn't exist on SQLite**: ``` $this->database->statement("INSERT INTO system_registries...

**Is your feature request related to a problem? Please describe.** [Laravel Collective](https://laravelcollective.com/thanks) has been deprecated and it will not be maintained, we should replace it. **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** A user should be able to change its email address

enhancement

Create a basic activity stream to publish some actions. ``` Actor |verb| (object) {indirect object} [context] ``` For example: ``` user1 answered question 'Example', obtaining 5 points user1 leveled to...

enhancement
good first issue
hacktoberfest

When I add Image Uploads feature on Questions models it has problems with boot Record Signature. I've disabled it on Question Model, see TODO #1

enhancement

**Is your feature request related to a problem? Please describe.** The current serial number format `AAAAMMDDXX` allows only 99 changes per day. Currently, a change is made when a zone...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, we are implementing a `/install` endpoint to configure DB settings. Several errors are arisen when you use it: -...

enhancement

As I read on [this article](https://www.enchant.com/blog/app-clarity): > While it's a good idea to have documentation available, a user shouldn't be forced to go hunt for the right documentation to figure...

enhancement
good first issue
hacktoberfest

Hi @guilhermegonzaga I've been taking a look to the broken test and I would like to suggest you how to fix it. The GitHub action running your tests is configured...

**Marked version:** 13.0.1 (the previous version was 0.7.0) **Describe the bug** After upgrading the dependency from v0.7.0 to v13.0.1 and building my app I get this error: ``` [ ERROR...

question