Alex Kreidler

Results 86 issues of Alex Kreidler
trafficstars

1. Go to https://multiplayer.dev/ 2. Open DevTools You will see the error: ``` WebSocket connection to 'wss://nixfbjgqturwbakhnwym.realtime.abc3.dev/socket/websocket?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im5peGZiamdxdHVyd2Jha2hud3ltIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NDc5NTk1ODksImV4cCI6MTk2MzUzNTU4OX0.YZMe4JJxd7SsB3__cLPg1ykGCG3krqc7sDKHQnlb4I4&vsndate=2022&vsn=1.0.0' failed: ```

bug

I'm very excited that you built OPT-IML bench with so many tasks/datasets. It seems like a great tool to compare LLMs. Have you released the code? I may just not...

bug

**Is your feature request related to a problem? Please describe.** I'd like to add some additional backend logic that happens whenever a `POST /api/myEntity` or another operation on that entity...

**Describe the bug** There are two errors that happen when creating a backend method. **To Reproduce** I have some code like this: ```ts import { BackendMethod, Entity, EntityBase, Fields }...

#2054 enabled support for the Docker `--no-cache` CLI flag in the `skaffold.yaml` file under each artifact. However, my use case is that I want to select a subset of artifacts...

kind/feature-request
priority/p2
area/cache

### Which package is the feature request for? If unsure which one to select, leave blank None ### Feature Expose the Playwright [`browser.newContext`](https://playwright.dev/docs/api/class-browser#browser-new-context) options to Crawlee users so they can...

feature
t-tooling

## Please select if your request is either something new or an enhancement ## - [x] Enhancement of an existing Feature. - [ ] Request of a new feature. ##...

type.enhancement
status.triage-needed
scope.pod

I have a `.sql` file with a table like this: ```sql CREATE TABLE surveys ( id int, title text, "description" text, created_at timestamp, updated_at timestamp, owner_id uuid, is_demo boolean default...

When I start a new Azimutt project for the first time by importing some tables from a SQL file, I'd like to quickly get an overview of the project by...

# Bug report I'm making a request like this: ``` const res = await postgrest.from('surveys').select('*').eq('id', 'abc') console.log(res) ``` The HTTP request to the relevant URL (`localhost:5001/surveys?id=eq.abc&select=*`) returns a 404 status...

bug