STEVEN AGUILAR
STEVEN AGUILAR
I'm currently trying to deploy to AWS Lambda. I'm using Ruby -v 2.5.8 and `mysql2` 0.5.2 version. ``` FROM lambci/lambda:build-ruby2.5 WORKDIR /var/task # Install MySQL RUN yum -y install mysql-devel...
I'm trying to load XML from an RSS feed. I'm using [rss-parser](https://github.com/bobby-brennan/rss-parser/issues/100) to turn the rss feed url into JSON. However, the JSON response I get back leaves out the...
I'm a bit confused by the documentation and am willing to create a PR to improve it once I have a better understanding of the following. In `https://github.com/bobby-brennan/rss-parser#xml2js-passthrough` states that...
Currently, I'm able to get the JSON response from an RSS feed however it does not return the namespace for even as shown in the following image.  I would...
I'm currently trying to upgrade a rails application to move from `ruby-3.0.1` to `ruby-3.1.2`. Im currently using ajax-datatables-rails version `ajax-datatables-rails (1.3.1)`. When I upgrade the Ruby version, I encounter the...
I created a WP sandbox to implement SSO. When I add the XML medadata to the SSO Ido Metadata field I get the following error: > Invalid array settings: sp_entityId_not_found,...
I'm currently trying to use the Configuration via code settings to generated valid SP Metadata. I'm trying to get a similar SP Metadata to the one below: ``` XXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXX...
I currently updated from version `ddtrace (0.50.0)` to `ddtrace (1.4.2)`. The upgrade raised the following errors in our CI tool (Semaphore CI): ``` NoMethodError:00:10 undefined method `ci_mode' for ##, :env=>#,...
Hi there, I'm currently getting the following error when compiling with [Vite.js](https://vitejs.dev/) ``` VITE v4.3.9 ready in 567 ms ➜ Local: http://localhost:3036/vite-dev/ ➜ press h to show help ✘ [ERROR]...
I'm currently working with PHP version 7.1.7 on OS High Sierra. It seems Spyc is not able to read the variables in the config.yml file. Following the [documentation](https://github.com/CityOfNewYork/nyco-wp-config) I been...