Aron Jones

Results 5 issues of Aron Jones

**Is your feature request related to a problem? Please describe.** Take the following schema ```prisma model User { id Int @id @default(autoincrement()) email String firstName String posts Post[] } model...

enhancement
priority:medium

According to the [W3C FormData spec](https://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#interface-formdata), the `append` method should have the following signature. ``` void append(DOMString name, Blob value, optional DOMString filename); ``` However, moxie currently [doesn't support](https://github.com/moxiecode/moxie/wiki/FormData#appendname-value) the...

I'm on ubuntu 9.10 with node 0.1.32 defrex@laps:~/Desktop/node-mongo$ node-waf configure build Check for program g++ or c++ : /usr/bin/g++ Check for program cpp : /usr/bin/cpp Check for program ar :...

### Summary I'm a heavy user of the Agent Panel. I like using the models through the Zed subscription because I want to support my favourite editor! However, the "Max...

ai
agent