Yordis Prieto
Yordis Prieto
Based on FormData we shouldn't expose functions throw the prototype, for example, https://github.com/form-data/form-data/blob/b16916a568a0d06f3f8a16c31f9a8b89b7844094/lib/form_data.js#L81 We should probably use closures to keep the current `this` scope or change the scope of the...
Configurations like: - `raise_on_failure` which is very handy in development for every model. - `enqueue` probably use for every model, if you use some queue - `synchronous` probably use for...
Right now we validate [the `page` parameter here](https://github.com/algolia/algoliasearch-rails/blob/master/lib/algoliasearch-rails.rb#L557) but we missed the `hitsPerPage` and my queries are failing because I am not seding any value. The value is `nil`. At...
Hey folks, I am a bit confused why `Cocktail.Schedule.t` has a list of `recurrence_rules`, here https://github.com/peek-travel/cocktail/blob/2b12aa0d8cecb0ef58e08d9dba6d9646f8a4e419/lib/cocktail/schedule.ex#L39 Following this Stackoverflow question: https://stackoverflow.com/questions/38296679/icalendar-spec-rrule-multiple-times it seems that based on https://datatracker.ietf.org/doc/html/rfc5545 specification > "but...
Hey folks, thanks a lot for such an amazing package, I am currently using it only for the `RRULE` part of it, which for that I love what you did...
To avoid confusion and mistakes in PRs would be nice if you could document the PR process. Visit https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates for more information about it ### TODOS - [ ] Document...
Here is the case I would have the following files ``` /commands build.d.ts build.js ``` For some reason here https://github.com/infinitered/gluegun/blob/e30b03f0292ab52124a1076952126456655c6459/src/loaders/module-loader.ts#L13-L14 Node is actually requiring the `.d.ts` file instead of the...
Yarn V2
In order to share the implementation in NodeJS and Browser environments, would be nice to set up some mono-repo or something and create some packages that allow us to share...
## User story. As a viewer of the specification, I can do view the `operation id` of the operation, so that I can use it to find the SDK function...