Zane Hitchcox

Results 61 issues of Zane Hitchcox

Do you have any recommendations for connecting this to jquery terminal? Ideally, I could package this into an app, and people could just install it, and they could interact with...

I'm trying to run the migrations with `migrate -path $filepath -database postgres://postgres:password@db:5432/dev?sslmode=disable up` where `$filepath` is a path to my sql files. The contents are `1526653772_init_down.sql` and `1526653772_init_up.sql`. But it's...

So, I just want to add a comment referencing #128, which was closed for me, the problem was I had `devtool` set to `"eval-source-map"` Just posting this, because that was...

**Describe the bug** When you create a type, e.g. `type Admin { id: ID! @id user: User! @unique @relation(link: INLINE) }` with a user type ``` type User { id:...

kind/feature
area/server

**Describe the bug** I get the error `There is a relation ambiguity during the migration. Please first name the old relation on your schema. The ambiguity is on a relation...

kind/question
area/cli

**What is the purpose of this pull request?** - [ ] Documentation update - [x] Bug fix - [x] New feature - [ ] Other, please explain: **What changes did...

**Is your feature request related to a problem? Please describe.** DNS misconfigurations or server down time can cause `fetch` requests not to be fulfilled. In the browser, this is handled...

on hold

**Is your feature request related to a problem? Please describe.** I am trying to implement happy eyeballs for fetch (see #1297), but I have to either create a new agent...

enhancement
on hold

Hi, I'm trying to follow the build instructions, but when I get to `test.sh`, I get this error: ``` error: couldn't load codegen backend "/home/pi/codegen/rustc_codegen_cranelift/target/release/librustc_codegen_cranelift.so": "/home/pi/codegen/rustc_codegen_cranelift/target/release/librustc_codegen_cranelift.so: undefined symbol: __register_frame" ```

C-bug
O-arm