João Magalhães

Results 32 issues of João Magalhães

## Description It should be possible by using code to gather the complete set of ACL tokens that are registered for the currently running application. This way it would be...

enhancement
p-high

## Description By using multicast UDP it would be possible to discover other services with the same INSTANCE values and start communicating with them for certain puposes. Election system to...

enhancement
p-medium

## Description It should be really cool to create a migration infra-structure like the one present in [Migratore](http://migratore.hive.pt). ## Description The idea is to build an infra-structure that is agnostic...

enhancement
p-low

## Description Using a pool of threads and the `Future` based abstraction it should be possible to adapt the current data layer access to an async fashion. PyMongo with callback...

enhancement
p-low

## Description Sometimes it's important to have a proper abstraction for a working unit inside an abstraction system. Having per example a `DownloadTask` that allows the downloading of an HTTP...

enhancement
p-medium

# Description To be able to efficiently debug an Appier application it's very important to be able to have it reloaded at a development time. Effectively avoiding the need to...

enhancement
p-high

## Description Currently it's possible to store an integer on a string based field using the Appier data model storage engine. This is a serious vulnerability that may lead to...

bug
p-high

## Description While using Appier it's important to keep in mind that many features of it use the concept of global variable to simplify the usage process. These same global...

enhancement
p-high

## Design changes * Merge of the server and client base infrastructure under `common.py` (`server()`, `socket_tcp()`, `socket_udp()`) * More server related methods in the `compact.py` file ## Current Status *...

enhancement
risky ❕
core 💎

## Rationale The world of HTTP is now constantly migrating and although the evolution from HTTP 1.1 to 2.0 took a lot of time the migration from 2.0 to 3.0...

feature-request 💡