Edgar Ortega

Results 6 issues of Edgar Ortega

It would be great. :smile:

invalid

``` (node:19680) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. Please migrate your code to use AWS SDK for JavaScript...

**Do you want to request a *feature*, report a *bug*, or ask a *question* about wit?** question/feature **What is the current behavior?** I would like to access Wit without having...

Having this configuration in my initializer file ```ruby Sidekiq::Enqueuer.configure do |config| config.jobs = [::Invoicing::Links::AccountsWorker] end ``` Throws this warning message ``` DEPRECATION WARNING: Initialization autoloaded the constants Invoicing, Invoicing::Links, and...

Hey, Any plan to support multi insert? ``` def insert(data : [] of Hash) end ``` nice library btw!

**Is your feature request related to a problem? Please describe.** I'm trying to package my app, but I don't like to have `node_modules/@types` in my final zip. I used the...

enhancement