Dmitry Ignatov

Results 21 comments of Dmitry Ignatov

@RyanCavanaugh I didn't say that we should or should not mark tuples or objects as `readonly`. I meant that it doesn't matter in the context of this issue. You may...

@lautarodragan > @awerlogus would you consider editting the description of the issue, adding this info? I think it answers all questions about your proposal. All this conversation is the issue...

@scotttrinh this issue is not about `is` operator. Here's example of query without `is`: ```ts const user = e.select(e.User, () => ({ filter_single: { id: userId } })) const words...

In my personal color theme, I painted the sidebar in the same color as the editor area so it would not attract the attention of peripheral vision while editing the...

Yet another option: everything around the editor is painted in its color, the rest is darker ![изображение](https://user-images.githubusercontent.com/24425566/204471904-cbdf8fa1-b2e5-41e3-8111-8e82ce654440.png) ![изображение](https://user-images.githubusercontent.com/24425566/204473273-52f2c991-327a-4da0-84c2-0b290dfaef59.png)

The reason why I do not use parametrized queries is that they cannot be embedded inside other queries. Is it possible to allow this? If so, the optimization suggested in...

Duplicate of https://github.com/edgedb/edgedb-js/issues/808

I think, the typelevel interface may look like this, but right now I don't see clearly how to implement transformation of this expression. I need some time to research this....

The feature is released in the latest version of the package. I'm not sure if there are no bugs, so it would be nice if you could help me with...

It's a very strange bug. It did not appear until the new version of package was published. I fixed this one.