Michael Charles Aubrey

Results 8 issues of Michael Charles Aubrey

No errors are thrown, but when you try to hit an endpoint it just doesn't return anything. It looks like `serverless-offline` is trying to run the `main.go` file as though...

This resolves issue #8 by giving the developer the option to use paths to the compiled file as opposed to the source Go file.

I'm on a M1 Macbook Pro. Node 18.3 Here is the output in my terminal: ``` npx dalai alpaca install 13B mkdir /Users/itsame/dalai { method: 'install', callparams: [ '13B' ]...

This resolves issue #350 by updating the version of 13B that is installed.

The options to match whole word or match case do not make sense in some languages, and I'd like the ability to remove those two options from the search popover.

An error occurs when attempting to run a `react-native` project. ![Can't find variable: Buffer](https://i.imgur.com/Acybatv.png) It is originating from `index.js`, line 4. ![typeof Buffer.alloc === 'function' &&](https://i.imgur.com/KvSZ91l.png) For whatever reason, it...

With my ISP, I'm not supposed to upload more than 30gb per day. However, since I'm on fiber, it is actually rather easy to do so with a well seeded...

enhancement

We're encountering an issue with our multi-tenant API that uses PostgreSQL with row-level security and JSONB columns. We're trying to configure Npgsql to handle JSONB serialization while maintaining our multi-tenant...