Sam El-Borai
Sam El-Borai
Hi @tesanchez, @lukaszzazulak, we would love to get a review from the Prism team here :) Anything we can do to help speed up that process?
Hmm, unfortunately #6943 has been reverted by https://github.com/pnpm/pnpm/pull/7058. Is there another solution? I'm also facing this problem in the context of docker images.
To add to Robert's comment, we use that type of bundles for multiple of our internal tooling, we had a great experience using [esbuild](https://esbuild.github.io) to generate bundles containing all files...
We are facing this exact issue for a ~10k lines dictionary we codegen. Pyright and other tools don't have issues.
@lukaszzazulak Can we do something to help speed up a review of this PR?
We are also interested in providing a seed to control the RNG, our use case is using Prism to mock APIs and run tests for SDKs we generate from an...
Awesome @ilanashapiro, thanks for this π. I will do a full review shortly. @jack-bliss Does that address your use case? Ilana PR adds support for both `--seed` and the header...
Ilana's PR has been merged π. It will be part of the next release: https://github.com/stoplightio/prism/pull/2606.
Hi there, I just found out about this project. I've been working on something that overlaps, I tried to describe in this blog [article](https://sam.elborai.me/articles/tabular-programming/) β though my writing is a...
Hi @esseti, Thanks for reporting the issue. That's pretty odd, `quote` is defined on the model and should be `None` if the server doesn't include it in its response: ```...