Daniel Schultz
Daniel Schultz
Surprising to me -- but also something we don't want to happen. Need to modify the search terms to ensure that files will not be included in the results.
For whatever reason the "Feeling Lucky" component of a search doesn't always translate into an actual "feeling lucky" press, resulting in a bunch of google searches instead of an actual...
There are a slew of use cases around taking in caption streams and systemically modifying them -- for instance, to split into sentences, to fix typos, to change language, to...
Right now Opened Captions essentially functions as a proxy for a caption stream. It listens to a stream, and broadcasts that stream so that a socket-io client can connect and...
I suppose a lot changes in two years. I would like: - The code base to be written in ES6 / linted / etc. [This seems like a reasonable guide](http://jamesknelson.com/writing-npm-packages-with-es6-using-the-babel-6-cli/)...
There is a new [@typescript-eslint/class-methods-use-this](https://typescript-eslint.io/rules/class-methods-use-this/) rule which makes it possible to disable the rule in the case of overrides and interface. For example, using this (with the updated options) prevents...
I'm using `@slack/socket-mode` in a TypeScript project and would love to be able to benefit from type definitions when defining event handlers -- e.g. when I invoke something along the...
### Is your feature request related to a problem? Please describe. I'm using the `new.sh` script to create a new custom generator, but I'm doing so outside of the context...
Looking for up to date type information for SQLAlchemy -- it looks like this project is morbidly out of date. Is there a working / published fork that is maintained?...
First: thank you for the project! I have some nice report queries that I don't explicitly bind by time since they're going to be used throughout the year for various...