Marty
Marty
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers_api_usage.htm ``` Sforce-Limit-Info: api-usage=25/5000; per-app-api-usage=17/250(appName=sample-connected-app) ```
### Describe the bug Export step no longer working when running `netlify build` My build function is defined in my package.json as is suggested by [nextJS documentation](https://nextjs.org/docs/advanced-features/static-html-export): ``` { "build":...
# Bug report ## Summary iOS Builds with the new RN architecture enabled are running into errors: ``` ComponentDescriptors.h:21:62 Non-virtual member function marked 'override' hides virtual member function ComponentDescriptors.h:37:42 Non-const...
### Describe the bug I'd like to initialize monaco from an npm package so I can write unit tests. Seems like this is a [common problem](https://github.com/suren-atoyan/monaco-react/issues/88#issuecomment-1085819089) since monaco is by...
Might be able to toggle with https://github.com/ant-design/ant-design-dark-theme
1. Run a query ``` SELECT Id, (SELECT Id FROM Cases) FROM Account ``` 2. Expand rows with subqueries 3. Run a new query without subquery ``` SELECT Id FROM...
Hi folks, As of now, the library is not under active maintenance. My journey has taken me away from Salesforce and Laravel, and as a result, I'm no longer able...
### Current behavior Navigating to a new screen, then hiding/showing the header and navigating back with `navigation.goBack()` will cause the parent screen's header to not render properly. Resetting the navigation...