Jake Verbaten

Results 104 issues of Jake Verbaten

In the readme you mentioned that you want to use a content addressable storage. There are existing content addressable systems like IPFS that you can leverage. I’ve recently spoken with...

enhancement
registry

## This would solve... I spend two hours with a coworker trying to figure out how to upload a file using multi part formdata encoding and gave up and loaded...

enhancement
Docs

## This would solve... I found it challenging to navigate the documentation and understand how to do things like - What are all the options available to `request()` - I...

enhancement
Status: help-wanted
Docs

Since the code in the npm tarball is minified by default ( https://socket.dev/npm/package/preact/files/10.15.1/dist/preact.mjs ) It's nearly impossible to debug or profile the preact framework when using it to build my...

11.x

I have code like the following ```ts const loggerOptions: LoggerOptions = { level: (IS_TEST ? 'warn' : process.env.LOG_LEVEL || 'debug') as Level, transport: ENVIRONMENT === 'development' && !IS_TEST ? {...

I have a reasonable recent laptop. The example_model maxed out all 16gb of my RAM and used 9gb of swap and my whole laptop was unusable for anything else. Is...

I ran the example script and it started downloading `v4/validation.parquet` ; My wifi was slow and my computer went to sleep, I woke up my computer and the program was...

Running the `--help` command like ``` ~/numerai/example-scripts/compute-lite-example on jakev/deploy* $ numerai node config --help Model name: ``` prompts me for the model name, this makes me think `--help` is an...

We have a fantastic divider to structure test output in a tree. It's files. We could group the list of green ticks by which file the `test('...')` occur in. The...