Florent SCHILDKNECHT
Florent SCHILDKNECHT
That would make things so much simpler when working in an https://nx.dev/ workspace/monorepository, really hope this can get prioritized 🙏
> Can we develop an azure function project in nx? There is no official plug-in but I currently manage to maintain one Function App as a nx workspace thanks to...
If you use the HTML form `action` to call your backend endpoint, then you probably need to add `enctype="multipart/form-data"` attribute on it, so the browser knows the request should be...
I am willing to contribute on the mock, but I am struggling a bit to understand: 1. wether the `src/renderer/*` subfolder is intentionally not exported from the mock? (... and...
Awesome, I missed those, will add tests there :) > Do you know if it's possible to load a Mock asynchronously? (allowing us to use CanvasKit in the mock) I...
I added some (intentionally failing) tests, took the already existing `ExportableCanvas` as component, but I could create a custom one as documented here if you prefer?
> Do you know if it's possible to load a Mock asynchronously? (allowing us to use CanvasKit in the mock) So, I tried writing a [custom test environment](https://jestjs.io/docs/configuration#testenvironment-string) extending the...
Hey @larkarvin, thanks for the PR! Did you have any problem using Symfony 3.2 ? I am not sure I had any trouble with it actually, could you explain the...
Hey @soufyaneM, IMHO I think it relate to a customized parameter (from `app/config/parameters.yml` which I called `stripe_api_key` in the example, containing the actual api key of your Stripe platform account...
In the example (README.md), I just added a shortcut yo use Symfony parameters. If, in your `/app/config/config.yml` file, you include such lines : ``` # app/config/config.yml flosch.stripe: stripe_api_key: "%stripe_api_key%" ```...