Alex Tan

Results 14 issues of Alex Tan

Here are two variations of the same bug: SSCCEs: [Trying to render the invalid DOM element initially](https://ellie-app.com/9TTbpwZWtrva1) (TypeError: Attempted to assign to readonly property outputted once) [When the DOM is...

I'm running into an issue where I have a single entry for my webpack config `entry: "./src/index.ts"`. That file imports a single Elm app `import { Elm } from "./App.elm";`...

Was taking a glance at this as mysql-simple doesn't support the JSON column. It didn't look like this project has support for that either yet, am I correct about that?...

**Describe the bug** Just installed the latest VSCode update today and it appears to have broken the `dd` command to delete a line. **To Reproduce** 1. With your cursor on...

### Describe the problem as clearly as you can Using the same version of bundler, the Gemfile.lock is different for unknown reasons. ```diff diff --git a/Gemfile.lock b/Gemfile.lock index 80fbf03b8b..60648301cb 100644...

status: feedback required
Bundler

When trying to query a JSON column I get this error: ``` *** Exception: Database.MySQL: unknown field type 245 CallStack (from HasCallStack): error, called at Database/MySQL/Base/Types.hsc:104:12 in mysql-0.1.4-AEZSVdBqVyl80ZWOA9H6yD:Database.MySQL.Base.Types ``` Even...

## Is your feature request related to a problem? Please describe. The reason we would want to forbid delegate in our codebases is because [Sorbet](https://sorbet.org) doesn't understand it. ## Describe...

enhancement

When running `tapioca dsl` on attributes with Postgres' `cidr` [type](https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-CIDR), it treats it as `T.untyped`. It looks like the underlying type in Rails is Ruby's `IPAddr`.

``` CREATE TABLE example_table ( reference character varying ) ``` `line 2: ERROR: syntax error at or near "reference"`