Charlie Jonas

Results 93 issues of Charlie Jonas

I recently got tripped up by [some generated documentation](https://deno.land/x/[email protected]/mod.ts?s=default.ChatCompletion) on the deno package site (which I assume is generated by this library?). Deno doesn't like the `default` in the import...

bug
html

**Is your feature request related to a problem? Please describe.** Navigating to a particular object/field `.xml` definition requires lots of folder structure traversing. **Describe the solution you'd like** `goto-definition` &...

area:apex
type:feedback
area:usability

### Summary I setup a project, pulled metadata down using the "Org Explorer". When I attempt to retrieve, deploy, etc any individual file, I get this error. ### Steps To...

area:deploy/retrieve
type:enhancements

When using this package, we are getting an odd typescript error after transpilation. `tsc` completes successfully, but the "output" `.d.ts` files this error: > Namespace "yup" has no exported member...

I know you could do this by writing a javacsript function to output html or markdown tables, but wondering if someone already have an elegant way to do this?

I'm trying to import a `.ts` file. While it works, the IDE show an error and I don't get any types. > Cannot find module './connection' or its corresponding type...

# Issue It seems like import maps are failing in multiple ways: 1. When the mapped directory is INSIDE the function folder, the import map does not properly resolve in...

functions

Let's say I have a very simple use case where I need to show a list of contacts by hitting this endpoint: > GET api/contacts/:id Using RTK query hooks, it...

enhancement
rtk-query

The build/release/tag/publish scripts have been broken for sometime and the process is manual. Probably time to look at implementing a proper multi-package workspace and publishing to NPM using CI...

chore

added `set -e` to cause it to error