Henry Ing-Simmons

Results 30 issues of Henry Ing-Simmons

We have just started out using FluentEmail. Our assumption was that this setup: ```csharp services .AddFluentEmail("[email protected]") .AddLiquidRenderer(options => { options.FileProvider = new PhysicalFileProvider("C:\\email-templates"); }); ``` Combined with: ```csharp .UsingTemplateFromFile("template.liquid", model)...

**Describe the bug** Creating a form using a json schema with checkboxes with initial value does not set initial value on form submission. **Reproduction** https://codepen.io/hisuwh/pen/powJJex **Expected behavior** All initial values...

bug report

**Describe the bug** Passing an array of options to `formulate-input` with a numeric value converts the value to a string. And *much more worryingly* actually mutates the options object on...

bug report

**Describe the bug** Clicking a radio button on the example on your website makes the example disappear. This isn't a good advertisement for your package **To Reproduce** Steps to reproduce...

bug report

The repo where I have greenkeeper enabled is a private repo for client system and we have third party project management software so do not really use GitHub issues. As...

I have transient build failures on my CI and so erroneously get "An in-range update of XYZ is breaking the build". If I close this issue manually, I expect greenkeeper...

I'm unable to upgrade from `[email protected]` to latest `v0.5.11` as I am getting build errors in my Vue TSX files that are not using charts: ``` TS2322: Type '{ src:...

bug

Are there any plans to support Vue 3 with this package?

I have a list of pull request numbers, and I want to build a Graph QL query so that I can get information back for all of them. So the...

Status: Up for grabs
Type: Feature

Loving your package. Its great for calling my vuex module from within my components but its biggest drawback is calling other actions and mutations from within the module itself. I've...