Elias Perez
Elias Perez
### Description The benchmark did not complete see https://www.techempower.com/benchmarks/ at the bottom of the list. It would be great to get this running again for the next round.
### Description Enable browser to cache assets using the Cache manifest in HTML5 The cache manifest in HTML5 is a software storage feature which provides the ability to access a...
# Remove Cluster Option With the addition of the `-Dpreview_mt` crystal cluster option will not be necessary. Instead we can use the process count setting to easily set the `CRYSTAL_WORKERS`...
OPENING FOR DISCUSSION After reading the QUERYING section of the README https://github.com/amberframework/granite-orm#queries it seems more natural and explicit to have an *includes* and *joins* methods since current approach is implicit...
**Is your feature request related to a problem?** A grant type called Device Code Grant is missing **Describe the solution you'd like** The Device Code grant type is used by...
When an OAuth 2.0 client makes a request to the resource server, the resource server needs some way to verify the access token. The OAuth 2.0 core spec doesn’t define...
> This module provides methods for sometimes needed when rendering view **Acceptance Criteria:** - [ ] AssetTag Helper - [ ] AtomFeed Helper - [ ] Benchmark Helper - [...
> The html, json, text and xml method helpers simplify setting the response headers. **Tasks:** - [ ] Create a new module in the controllers folder that ports over the...
> One of the main responsibilities of this module is to provide convenience functions for escaping and marking HTML code as safe. Acceptance Criteria: - [ ] escape_javascript(data) - [...