John McBride

Results 143 issues of John McBride

### Describe the bug The cumulative stars data can appear inaccurate if there hasn't been an update on a repo in some time: ![Screenshot 2024-04-04 at 11 08 50 AM](https://github.com/open-sauced/app/assets/23109390/aec672ee-5e08-4d5c-a7fd-629385d3e689)...

🐛 bug
👀 needs triage

### Type of feature 🍕 Feature ### Current behavior When in a list, and this goes for insight pages as well, I keep finding myself wanting to go back to...

💡 feature
needs design
👀 needs triage
BWI

This is a followup to: - https://github.com/open-sauced/app/pull/3019 https://github.com/open-sauced/app/blob/602a44fe7325741cf6e3d2e98f40ba2d0ba3aa53/lib/hooks/api/useGetWorkspaceRepositories.ts#L15-L16 which was a hotfix for getting paginated workspace repos to work. This will get a huge number of repos from the API...

🐛 bug
👀 needs triage
core team work

### Describe the bug Running the docker container from an arm based machine: ``` ❯ docker run -it ghcr.io/ublue-os/bluefin:latest bash WARNING: The requested image's platform (linux/amd64) does not match the...

### Describe the bug I'm not able to log into the extension: https://github.com/open-sauced/ai/assets/23109390/d8256514-6f1b-4cc2-93be-d43fb4c5f076 I have `extensions.sdk.console.loglevel` set to "all" in my browser as well. But I'm not seeing logs. Maybe...

🐛 bug
👀 needs triage

### Type of feature 🍕 Feature ### Current behavior Currently, the OpenSauced.ai browser extension is not supported in Firefox. It'd be awesome to also support this in Firefox! ### Suggested...

💡 feature

> Maybe not blocking, but this changes a number of `"` double quotes over to `'` single quotes: we can push this pr through but would probably be good to...

chore

### Describe the feature Let's say that I have this function ```go func CreateCluster(stack constructs.Construct, instanceType awscdk.CfnParameter) eks.Cluster { cluster := awseks.NewCluster(stack, jsii.String("my-cluster"), &awseks.ClusterProps{ ... }) cluster.AddNodegroupCapacity(jsii.String("my-nodegroup"), &eks.NodegroupOptions{ InstanceTypes: &[]ec2.InstanceType{...

feature-request
p2
language/go

I noticed that the vectors only support `f32` floats: https://github.com/qdrant/rust-client/blob/cd7ee0f5946bdf4d5c49de438230f8f9d337a6fc/src/qdrant.rs#L2037-L2042 and I ran into an issue attempting to load `PointStruct`s that are of `Vec` (using embeddings generated from an ollama...

It'd be great to provide a CFN parameter for the _type_ of instance that is launched in the nodegroup: ```go testsysNodegroupInstanceType := awscdk.NewCfnParameter(stack, jsii.String("TestsysNodegroupInstanceType"), &awscdk.CfnParameterProps{ Type: jsii.String("String"), Description: jsii.String("The x86...

blocked