Daniel Ly

Results 5 issues of Daniel Ly

Use case: I have some `Lazy` doesn't implement `Display`. To get this to work, use `&*Docid::VALIDATION_REGEX` instead or `Lazy::force()`. It might be surprising for people that `DESCRIPTION` and `VALIDATION_REGEX` are...

``` $ expresso ... coverage output ... ``` but if I want to redirect the coverage report to coverage.txt, the file contains only the usual expresso report that all tests...

`assert()` is same as `assert.ok()`. ``` nalp@muse:~$ node -v; node -e 'require("assert")(false)' v0.5.10 assert.js:104 throw new assert.AssertionError({ ^ AssertionError: false == true at Object. (eval at (eval:1:75)) at Object. (eval:1:63)...

This is not a request, but a hopefully respectful invitation to a discussion. I already did it in my fork, and it seems to work for my use case browser...

I need to match a token which contains unicode scalar values in the categories L, M, N, P, S and Cf. I see three different ways to solve this: 1....