Ben Gubler

Results 164 comments of Ben Gubler

@nicolasgarnier is there any possibility you could look into this? I'm stuck in the middle of a project because I can't get auth set up :)

@estill01 @daviddudas99 were you able to find any solutions?

It's unfortunately not possible to combine filters with operations in that way. After a filter `|`, the only valid syntax is `name (args)` and then optionally more filters.

@perotom sure. The trick is to use multiple filters chained together, eg. `{{it.num_array | min | subtract(5) | format}}` or `{{it.fruits | join(" + ") | append("test")}}`

@perotom yeah, Squirrelly unfortunately only supports top-level filters. Your best bet would be to use JS expressions inside of your filter. As an example: `{{ 5 | subtract(it.num_array.min()) | format...

It's unfortunately probably not feasible for this project :(.

I'd probably recommend using filters, defining a helper, or passing the function in through `it`.

@tyteen4a03 I'm currently not working on it, but it would be great if someone else added it!

@xuxucode this seems like a good idea which I'll try to release soon. Do you think it would be helpful to have separate errors for different kinds of bugs, or...

@xuxucode thanks for the input! I'll wait for a few days before working on this to see if others have feedback.