Chris Talman

Results 11 issues of Chris Talman

Is it possible to obtain the first and last lexicography sorted IDs for a timestamp? If I understand correctly, it seems possible to get the first ID with `monotonicFactory()`. However,...

Would it be welcome for an `index.d.ts` to be introduced to the project? I imagine that members of the community who use TypeScript, such as myself, would be happy to...

It's unclear whether this module is still under active development. There seem to be numerous unresolved issues and untouched pull requests. The last commit was over a year ago. It...

In Node `12.13.0`, the following warning is issued when using `heml`: ``` Node#moveTo was deprecated. Use Container#append. ``` According to [this](https://github.com/angular/angular-cli/issues/8727#issuecomment-348806198), it may be an issue with PostCSS.

The ReQL documentation for `sample` does not seem to state whether or not the command can return the same document more than once in its results. This could be useful...

`redbird` looks great. For TLS, is it possible to provide raw certificate values instead of paths? In my use case, the certificates are not stored in the file system. They...

Should the CLI include a `-watch` option? It could be useful during development. It could be similar to [`watch` in TypeScript](https://www.typescriptlang.org/docs/handbook/compiler-options.html).

Transient failures can sometimes cause a query to fail at one moment, but be capable of running successfully a moment later. For instance, network instability or limited database system resources....

enhancement
help wanted

According to the `insert()` documentation: > Documents in `changes` for which an error occurs (such as a key conflict) will have a third field, `error`, with an explanation of the...

It would be great for the module, when it encounters an error, to `throw` an `Error` object containing a documented error code. This would enable user code to reliably `try......