Lei Wang

Results 26 comments of Lei Wang

> Prefer using :require :refer :all over :use in ns macro. :refer :all is better than :use. However it is even better using refer explicitly like :refer [func-name]. I would...

Observed the same issue. Thanks @AlexHill for pointing out the use of manifold.deferred/timeout!.

Ironically, it happened to me right after I read this issue. cryfs has some good design for highly secured file storage. I just read through the complete thesis of cryfs...

Hello, I ran into a similar issue, disk ran out of space when copying files to a mounted cryfs directory. The problem I am facing is that none of the...

I am trying to use this library exactly the same way. With the improved API, the result is much more predictable. It is better to have more functions with predictable...

This feature is very useful. Is there anything needed for merging this PR?

I am also considering to add Coercion support for all types, including Scalar, Object types and possibly Input Object. We might be able to use the same way we define...

Thanks for reporting the issue. This part of spec has not been implemented yet. To implement it, we need to enhance the parser and possibly the execution engine to support...

Looks like in such case, the only thing missing is to support it during parsing phase. Will it be sufficient to require user to concatenate multiple graphic schema files before...

Yes. Just literally concatenating the files into single string. It is easy to implement without changing any existing functionality. The downside is that the error reporting on line number of...