John
John
This PR updates the `full_tz` branch with correct timezone parsing / serializing. I'll add some comments in the code to explain some of the changes. It uses the `responds_to?(:time_zone)` method...
_This pull request fixes the `PathParams` type._ [The example](https://sunderjs.com/docs/middleware-router#route-parameters) shown in the docs has a type error in Typescript 4.4/4.5. ```ts type Params = PathParams; // => { firstName: string;...
### What’s the bug you are facing? Here's a video demonstrating the bug: https://www.loom.com/share/630aa4174980480f83bae48e256ec60b In short: an error is being thrown when calling `editor.commands.setNodeSelection(position)` if `position` points to an empty...
### [REQUIRED] Step 2: Describe your configuration - Extension name: **firestore-bigquery-export** - Extension version: **0.1.25** - Configuration values (redact info where appropriate): - **BIGQUERY_PROJECT_ID=${param:PROJECT_ID}** - **COLLECTION_PATH=organizations/{organizationId}/workspaces** - **DATASET_ID=comms_sandbox_firestore_export** - **DATASET_LOCATION=us-west3**...
### [REQUIRED] Step 2: Extension name This feature request is for extension: **firestore-bigquery-export** - Specifically it's for the `@firebaseextensions/fs-bq-schema-views` script ### What feature would you like to see? I'd like...
### What is the new or updated feature that you are suggesting? The new `createBrowserRouter()` API internally calls `createBrowserHistory()` but doesn't provide a way for end-users to get access to...
# 🚀 feature request ### Relevant Package This Proposal is for @angular/forms ### Description The ReactiveFormsModule is pretty good, but it has a number of problems. 1. The module is...
I think issue #1424 has started to bloom into multiple issues. I'm opening this up to continue the discussion of creating some sort of includeable ActiveLabel module functionality. #### Preface...
### Problem Currently, when defining a `has_many` or `has_one` association, you indicate what the association's targets are using `model_class`. This can be limiting. For example, given the models below, I...
I really appreciate that you put this example up! Correct me if I'm wrong, but the current setup will fail when someone adds a second app to their project. At...