Mike Heavers

Results 63 issues of Mike Heavers

Hi - attempting to adapt this example to my own environment, which very closely mirrors this codebase, but getting a: ``` cypress | Cypress could not verify that this server...

Hi - I'm trying to implement the post processing stack of threejs. Do you have an example of this? I'm trying to port a working non-ar example of this into...

Hi - just wondering if this library can support [two.js](https://github.com/jonobr1/two.js), and if so how I would implement that. Thanks!

When I attempt to run a tl copy, I get the following error: ``` node: symbol lookup error: /usr/local/lib/node_modules/mapnik/lib/binding/node-v11-linux-x64/mapnik.node: undefined symbol: _ZNK6mapnik9image_any7getSizeEv ``` I am using node v0.10.38 The command...

proper anchor to extracting video frames

when attempting `python ingest.py` I get the error `is:issue TypeError: issubclass() arg 1 must be a class ` ``` File "[...]/anaconda3/lib/python3.8/typing.py", line 774, in __subclasscheck__ return issubclass(cls, self.__origin__) ```

running import on local wav files - Get error `Error parsing recording file "/Users/mikeheavers/Sites/prototypes/sensing-the-environment/vesper/Vesper-Example-Archive-0.3.0/Clips/imported/bird2.wav": Could not parse file name.` - perhaps some more documentation of what format / parameters /...

enhancement

Hey sorry - am I missing something? Would love to read your book but it seems there's nothing but a markdown file here.

Hi - HTML code does not render proper html tags, only the contents of those tags. for example `Hi` just renders as `Hi`` I've made sure to set the lllanguage...

Attempting to follow [https://llama-node.vercel.app/docs/langchain](https://llama-node.vercel.app/docs/langchain) - I encounter the error: ``` import { LLamaCpp, LoadConfig } from "llama-node/dist/llm/llama-cpp.js"; ^^^^^^^^^^ SyntaxError: The requested module 'llama-node/dist/llm/llama-cpp.js' does not provide an export named 'LoadConfig'...