OpeOginni

Results 39 comments of OpeOginni

Hey @huihzhao I am also planning on working on this idea. I noticed the BnB site only has about 2,3 L2 chains, but on a BnB chai list I saw...

@huihzhao When it comes to `Educational Component` in key considerations, can you give examples of what could be added?

@huihzhao Could I share what I currently have built and get feedback?

@huihzhao Would love some feedback on my submission as well. https://bnb-layerwatch.vercel.app/

@limoragni Could you return what you get when you run this command? `opencode run hello --print-logs`. Idk if there is a way to choose a specific model when running this,...

must have been the `@ai-sdk/anthropic` version, maybe it was somehow stale, but now its updated from what i see in the logs. Only times i could find similar issues in...

Okay cool, the this fix should work. Ill do some more testing and maybe make some docs update as well?

@rekram1-node Hmm thats weird, in this case is it that you didnt explicitly add `*.test.ts` to the extensions, only adding `.ts` without a wildcard?

@rekram1-node Maybe, having a system that checks for any explicit extension combination such as `*.test.ts` if none exists we treat the whole system as previous where a normal `.ts` would...

I tried to get a working logic ```ts async function getFormatter(ext: string, fullExt: string) { const formatters = await state().then((x) => x.formatters) const possibleFormatters = [] // Step 1: Collect...