Abdellah

Results 72 issues of Abdellah

- EdgeDB Version: EdgeDB 1.0-alpha.2+g16f75ece5.d20200122 - OS Version: Ubuntu Steps to Reproduce: 1. Execute `insert` mutation using variables in GraphiQL explorer ![image](https://user-images.githubusercontent.com/8558836/74663018-4a817400-519b-11ea-974b-6a929c7636c1.png) Schema: ``` type Repository { required property url...

bug
enhancement
graphql

- EdgeDB Version: 1.2 - OS Version: latest Mac `edgedb migrate` hangs forever when running the migration. Here is the migration created ``` CREATE MIGRATION m1wfuux6kf57s7kw52kki7yx3yd4jkgjzqiqdqwunneliqwa4fue6q ONTO m1ujo4vymv6sgb7zjydxr5oxjbkq7hi6lr3qjneohmbxkekrydafia { ALTER...

I'm trying to run edgedb-js tests, but I run into ``` ❯ yarn test Determining test suites to run... Starting EdgeDB test cluster... Node status file: /var/folders/nb/29vclp9d5494mj6lj4786m2w0000gn/T/edgedb-js-status-file-node-991107731 /bin/sh: edgedb-server: command...

I'm running the following query using the query builder. ```JavaScript const query = e.select(e.Entity, ()=> ({ name: true, __type__: { id: true, name: true }})) ``` But I'm getting the...

``` $ node script.js edgeql-js/syntax/toEdgeQL.ts:1188 throw new Error(`Invalid value for type ${type.__name__}`); ^ Error: Invalid value for type std::json at null.literalToEdgeQL ``` A better error `Invalid value for type std::json...

I was trying to use it since i saw it in the docs, but when i looked in the source code, i saw it was removed. I used `Prefix` instead...

# Context I want to see the app I'm working on while coding in VS Code. I think that's the main use case for the screencast feature. But in practice,...

enhancement
tracked

## Expected behaviour - Tell the user that port 3000 is used - Suggest to run the command using `--port` parameter - Or prompt the user to see if he...

I copy pasted the example of the home page of marko, but it didn't work. The command I use is `npx @marko/serve .` or `npx @marko/serve index.marko`. ``` class {...