Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

Cardinality is crucial for our model in K. We won't be able to use Graql without it

I mean cardinality constraints: we use them for deciding how to display relations between entities (`multiple = {cardinality != 1}`). Currently we use OWL which has cardinality constraints but we...

I think an explicit method is better. `__str__` and `__repr__` of Query should probably be the `prologue` and `algebra` properties. Also, the query should serialize its current state rather than...

My current workaround: Using `withLoggerContext` decorator over the functions I would like to use context. Example: ```typescript @withLoggerContext foo() { ``` Here is the code for `withLoggerContext`: ```typescript import {...

Great work @siliconjungle and thank you @Carnageous for helping with the review. I would love to merge once the fixes are in place.

If I remember correctly a TC39 committee member needs to champion it and add it to to a TC39 agenda. Once that is done the proposal will be counted as...

Excellent work. See comments

Have you considered to limit this proposal to instead of introducing new syntax? ```javascript @bar const foo = () => ```

I created a transpiling PR (#2) so hoisting ideas can be tested in the wild. Would you like to merge the basic transpiling for now? Or to limit it to...