Blaine Bublitz

Results 152 issues of Blaine Bublitz

While trying to add Hasura onto an existing DB, I recently found that all tables within any schema other than `public` are prefixed with that schema's name. e.g. `hasura_users` I...

k/enhancement
c/server
team-platform/handover

* **Node Version**: * **CitGM Version**: * **Platform**: I believe vinyl-fs has been flagged as flakey but we've encountered some issues that probably would have been caught by citgm. Can...

- [x] I talked about the limitations in the ESM PR and suggestion in the ts-node transpile PR --- Due to the way hardhat registers tasks, v3 can't support ESM...

This is a draft that builds upon #4750 Binaryen.ml provides separate functions for each of these utilities, but using the `getMemorySegmentInfoByIndex` helper function does a lot of extra work on...

**Describe the bug** If an input channel is in text mode, it is supposed to convert CRLF line endings to LF on Windows. I didn't test the output channels, but...

enhancement

Since `abstract_field` can receive a `~doc` argument, would it be possible to provide that as a default for each implementation in the introspection query? This would be helpful to avoid...

I have a schema similar to: ```reason let card: Schema.abstract_typ(unit, [ | `Pet]) = Schema.( interface( "Pet", ~doc="Interface which all pets must conform to", ~fields=_typ => [ abstract_field( "id", ~typ=non_null(string),...

The [fast-glob](https://github.com/mrmlnc/fast-glob) project provides a stream interface. We should evaluate it against our API. cc @mrmlnc

We should convert from the readable-stream/pumpify combo to using streamx

Thank you for this awesome library! 🙏 I've been using it to fuse memfs and node's fs for use with the wasmer-js project (before they rewrote it in rust) and...