Jérémie Laval

Results 4 issues of Jérémie Laval

Context: https://developer.github.com/changes/2020-01-21-moving-the-team-api-endpoints/ It appears that teams related functionality in the `Octokit::Client::Organizations` namespace are still using deprecated API endpoints ([example code](https://github.com/octokit/octokit.rb/blob/d5ad4ccdc1c30d107990f19b9f7f4b4192eefc52/lib/octokit/client/organizations.rb#L341-L353), [API deprecation notice](https://docs.github.com/en/rest/reference/teams#list-child-teams-legacy))

housekeeping

### Describe the problem A potential suggestion/feeling check before I go ahead and try to contribute. We have a user of our CLI tool (which uses shiny TTY::Prompt) that was...

enhancement

In the current specification, [it's mentioned](https://www.w3.org/TR/CSP3/#wasm-integration) that WebAssembly is only integrated with the `unsafe-eval` and `wasm-unsafe-eval` stanza for `script-src`. Separately, there is also a mode of CSP known as [`strict-dynamic`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#strict-dynamic)...

We love the addition of log filtering in 1.97 (https://code.visualstudio.com/updates/v1_97#_output-panel-filtering) however looking at the code it seems pretty much hardcoded to only support a single type of log format to...

info-needed