kerimcharfi

Results 5 issues of kerimcharfi

edgedb names it self a graph-relational database. However, I miss basic graph query abilities in edgedb. Graph queries can be realisied in SQL by using a recursive query in SQL....

I can't use the iterator from NCollection_List.begin(), because of UnboundTypeError I made this somewhat hacky workaround: ``` function MoveListToJs(list: TopTools_ListOfShape){ let res = [] while(list.Size() > 0){ res.push(list.First_1()) list.RemoveFirst() }...

**Motivation** In order to make SwiftWasm more debuggable a **SwiftWasm REPL** is needed. This would also be very helpful for debug tools. **Solution** My Idea to make this happen with...

**Describe the bug** Cannot compile simple Cxx interop hello world project, when -target wasm32-unknown-wasi is set. **This works:** swiftc helloword.swift -o ubu.wasm -enable-experimental-cxx-interop -I ./helloCxx -Xfrontend -validate-tbd-against-ir=none **This doesn't work:**...

bug

HI! looks like a cool project! However I've got some problems getting it up and running. Im currently facing a lot of errors: ``` using '!' is not allowed here;...