James C Scott III

Results 72 issues of James C Scott III

Background: https://github.com/GoogleChrome/webstatus.dev/pull/94#discussion_r1523756104 This will allow us to easily reference the type that is passed in the sort parameter. Also enable Enum [extensions](https://github.com/drwpow/openapi-typescript/blob/92f4b96f655538adf366a7e380f8a93b536f65fa/docs/advanced.md#enum-extensions) so that frontend can get the generated Enum...

typescript
tech-debt

In both the overview page and 404 playwright tests, the google sign in pop appears for both the webkit and firefox browsers. This issue to investigate and solve how to...

help wanted
typescript

During a recent round of database optimizations, Jason had a good idea to leverage materialized views for the feature search query. See this comment for background: https://github.com/GoogleChrome/webstatus.dev/pull/103#discussion_r1528957158 Whoever does this...

help wanted
tech-debt

We should have a process that will proactively flush the redis instances when a workflow finishes.

enhancement
go

Gap in functionality: Querying for numbers only returns a 400 error There are some features that have numbers and if a user searches only for the numbers, it won't work...

enhancement
go

![image](https://github.com/GoogleChrome/webstatus.dev/assets/7788930/6e7f6121-9c68-4739-b903-049686004ae0) https://website-webstatus-dev.corp.goog/features/preserves-pitch?q=baseline_date%3A2023-01-01..2023-12-31 Going to WPT.fyi, we see the number of subtests for safari to be low ![image](https://github.com/GoogleChrome/webstatus.dev/assets/7788930/ab9f5cc4-2088-4f8a-afc7-d85832ee568e) https://wpt.fyi/results/?label=master&label=stable&aligned&q=feature%3Apreserves-pitch%21is%3Atentative We need to ignore them like we ignore crashes

bug

Currently, the WEB_FEATURES.yml allows for: 1. `**` - Recursive wildcard (special case) 2. `*` - Wildcard at the current directory 3. Listing out the individual files There are some cases...

Taking a look at this [Github Action](https://github.com/web-platform-tests/wpt-metadata/actions/runs/8511859872/job/23312301217?pr=6215), you see that it breaks the build because the URL cannot be parsed because it is missing the protocol. ``` --- FAIL: TestParseMetadata/../html/semantics/popovers/META.yml...

**Is your feature request related to a problem? Please describe.** When a user currently searches without any terms, we search based on a feature's ID or name. However, both of...

enhancement