Ritchie Martori

Results 35 issues of Ritchie Martori

I expected the following to work... but took a look at the docs and `require('shelljs').find` quite a bit different than I expected. Here is what I'm trying to do: ```...

fix
help wanted
low priority
bash compat

`res.sendFile()` accepts an option to disable ETags. It would make sense that `app.disable('etag')` sets `sendFile()`s `options.etag` to `false` for you. This is a breaking change so it would have to...

enhancement
5.x

I'm trying to use `primus` (as the result of `Primus.connect()` in the browser) as a `net.Socket`. Is there a way to get `primus` to behave like this? Specifically: emit `data`...

discussion

After a discussion (quite a while ago) with @dougwilson I've been thinking about how we could improve the boilerplate generator for express. The generator itself hasn't really gone through an...

ideas

This moves most of the logic into a single hook used in the 2d/3d lookers.

See [here](https://github.com/voxel51/fiftyone/blob/a746c787d414cf004aac474ddc3bb971c3af25a4/app/packages/plugins/README.md) for the latest info on plugins.

### Proposal Summary As a user of the app doing quality assurance on a dataset, I want to be able to jump through full dataset. I need to be able...

enhancement
app

Users have reported several issues with Collab notebooks. This issue is a placeholder for that information. If you are reading this and have additional issues when using fiftyone in a...

bug
app
notebook

So far this is for discussion only. This may drastically change before landing. Using this draft PR for commenting.

I'd like to refactor `server.js` a bit for use directly in node. My proposal is to move the CLI bits into `bin/cli.js` and make `server.js` the entry point. Let me...

enhancement