Brian Whitton

Results 8 issues of Brian Whitton

Just like `{count}`, but starts from zero.

Feature request

Does `append` work with nested arrays? ```js const a = { module: { rules: [{ test: /\.js$/, use: { loader: 'babel-loader', options: { plugins: ['@babel/plugin-proposal-class-properties'] }, } }] } };...

need to return the promises from the paged-remote-array init, otherwise `findPaged` will not return a promise, which is required in a `model` hook for Ember's 'wait until promises are resolved'...

More working examples will help people wrap their heads around the roles and responsibilities of connections and the service. We should build out the dummy app with more examples and...

Hiya! Thank you for datasette. It's amazing and I'm using it more and more everyday. After the recent spatial data cooking show at NICAR, I've been working on a couple...

Hi there. What a lovely library. I'm encountering a typing issue with dynamic inserts: `Type of 'await' operand must either be a valid promise or must not contain a callable...

### What happened? I can't exit a chroma server running locally when installed from pip or npm. Running a server from a "global" install (`curl -sSL https://raw.githubusercontent.com/chroma-core/chroma/main/rust/cli/install/install.sh | bash`) seems...

bug

## Description of changes _Summarize the changes made by this PR._ Removes the node cli SIGINT handler. It was interfering with the rust handlers and the process would never stop...