Arturo Guzman

Results 6 issues of Arturo Guzman

First of all, this is amazing. I am starting to proxy the server communication during the development of an AngularJS application. So my main use case is for development, not...

- [ ] Better es6 template #34 - [ ] Use a different JSON.stringify that outputs the constants values (single quotes) #24 #26 - [ ] Add strict template for...

enhancement

Hello! Is there a way to document that a function yields an instance of the class passed in as a parameter? ```ruby module Factoryish def self.with_instance(some_class) the_instance = some_class.new yield...

enhancement

Hello 👋, We are currently using [Sage WordPress Theme](https://roots.io/sage/) which uses Laravel's [Blade Templates](https://laravel.com/docs/5.8/blade). It would be amazing to be able to extend Block Lab to use any custom rendering...

When using ransack's `_cont_all` predicate, the value expects an array of search keywords, currently only the string search value is passed to ransack. First idea that comes to mind is...

Hello, I am trying to setup a Form where an object field is optional: ```ts import { Output, object, optional, string, minLength, array } from 'valibot' const TodoForm = object({...

documentation
question