Alberto Leal

Results 51 issues of Alberto Leal

Ref: https://developer.mozilla.org/en-US/docs/Web/API/Long_Tasks_API

Type: Feature
Status: In Progress
Feature: Performance

Any chance of splitting this library into multiple packages / modules? I'd like to see something like http://lodash.com/custom-builds

https://www.npmjs.com/package/@types/shallowequal

Unsure if it's out of scope of `rust-everywhere`. I'm wondering if it'll be useful if rust-everywhere would be able to generate homebrew formula scripts for osx binaries.

Some code smells: - variable naming and init placement - method naming - global var clean up

Branches from https://github.com/getsentry/sentry/pull/39052. When redirecting back to `sentry.io` from github.com, we'll redirect the user back to the customer domain hostname, if the initial github app installation came from a customer...

Scope: Backend

Branches from https://github.com/getsentry/sentry/pull/39016. This delegates the pipeline redis store to propagate customer domain information for the OAuth2 implementation that resides in [`sentry.identity.oauth2`](https://github.com/getsentry/sentry/blob/master/src/sentry/identity/oauth2.py).

Scope: Backend

In https://github.com/getsentry/sentry/pull/38970, I had updated an OAuth2 provider implementation such that we do per-request customization by dynamically update the callback URL based on if a subdomain is present (e.g. `sentry.sentry.io`)...

Scope: Backend

I have a usecase where I'd like to somehow pass [`numbering::InputPosition::position`](http://m4rw3r.github.io/chomp/chomp/types/numbering/struct.InputPosition.html#method.position) to an `Error` type as a way of reporting parsing errors at a location (e.g. line/column location). The issue...

enhancement
combinator