-
Often times one may have two or more rules that work together to implement a behavior. For example, I've an implementation for an MQTT Event Bus that consists of three rules: publish, subscribe, and o…
-
I'm using your Github Action via the Marketplace and have configured the options for the step.
Copied the step definition directly from Marketplace search result & modified. ✔️
Github's UI validate…
-
Would it be feasible to use the same (or similar) rendering logic from Super Quick Info as a sort of XML Comment (the `/// ...` kind) viewer in your own code. Something that could easily toggle to edi…
-
### Problem Description
Latest integrations brought a commit that switches from INSTANTIATE_TEST_CASE_P to INSTANTIATE_TEST_SUITE_P in googletests. https://github.com/facebook/react-native/commit/12a…
-
Not sure if it's just me, but google is currently blocking me from installing the coingecko addon.
-
**vscode**: Version 1.33.1 (1.33.1)
**Name: Mocha Test Explorer**
Id: hbenl.vscode-mocha-test-adapter
Description: Run your Mocha tests in the Sidebar of Visual Studio Code
Version: 1.9.0
Publish…
-
Enable server side rendering to build pages and easily host static assets for things like landing pages. An example use case for this is for restaurant menus that would be accessed via QR code. Restau…
-
### GitHub Instance (*)
None
### GitHub Organization (*)
sfdc-demo
### Payload URL (*)
https://example.com/poster
### Content type(*)
json
### Secrets
- [ ] Enable
### Active
- [X] Enable
…
-
**_objective / purpose_**
**_completion checklist_**
- [ ] Discovered in: whichx.y.z or n/a
- [ ] Resolved/introduced in: whichx.y.z
- [ ] Design Ready - labels, estimates
- [ ] Developm…
-
## Port publishing similar to Docker's `--publish` flag
Here's a specific use-case from my org: we run a JUnit test suite in GH Actions, and were trying to debug an issue with suite using Act, but …