James Qualls
James Qualls
@tj , thanks for this awesome tooling. I'm not sure if this was ever possible. But in `1.3.0` `mmake help` does not output any help data for a simple included...
I moved the inline comments to their own markdown table. Someone who copies and pastes the default example will run into prisma generate errors that are a bit ambiguous. Fixes:...
I found a serious issue with the error handling in ElasticSearchClient. I have narrowed it down on my end to the ERROR event When elasticSearch returns an error, or is...
Hey all, :wave: Here's a simple addition for binding cookies. I've seen this a few times in closed PRs #2805 & #2812. Seems like they decided to move to their...
### Where the bug happens - [X] Browser Extension - [ ] Library - [ ] Other ### your browser Chrome ### Describe the bug Hello 👋 Amazing tool, thank...
So, consider a scenario where the server template has some logic like this ``` jade if user.isAdmin() h1 Welcome Back Admin else h1 Hey, Your not an admin ``` asset-rack...
Im not able to find any documentation for this anywhere. Im trying to get sage to return the full raw data because I want the match count.
Hello, saw this in chrome after installing the extention. As a side note, I had to install this to get focus v2 to work with the [chrome developer edition](https://developer.chrome.com/). https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/...
**Describe the bug** The default CORS origin is `*`, which is overridden in the docker-setup template. https://github.com/temporalio/ui/blob/2a91c8cc85495c573650510cce1999b123d0f465/server/docker/config-template.yaml#L24 **To Reproduce** Steps to reproduce the behavior: Set `TEMPORAL_CORS_ORIGINS=*` in docker environment variable....