Jesse Bowes

Results 15 issues of Jesse Bowes

If someone has some text between tags (such as "<example>.txt"), pidgin will just display ".txt". The web client, however, will show the full string.

There are multiple ways to implement extensions, one of which is a very modular approach by using extends, for example: ```ruby // app.rb require 'sinatra/base' require_relative 'routes' class App <...

If I have an optional dependency that isn't applicable to the current system, license_finder will report an unknown license. I can recreate with the following package.json and on Linux (Centos...

unscheduled
bug

## Description This started out as maybe a page not working, but it actually appears to be an extension bug. The issue first crept up in Jira. If you don't...

Requiring facets in test-unit unit tests causes invalid assertions to pass. See the below code reference ``` require 'test/unit' require 'facets' class TestExample < Test::Unit::TestCase def test_hash assert_equal({'name' => 'left'},...

DTD Validation fails with https urls. This script recreates: ```ruby #! /usr/bin/env ruby require 'nokogiri' xml = ' /sourcedir/test ' options = Nokogiri::XML::ParseOptions::DTDLOAD doc = Nokogiri::XML::Document.parse(xml, nil, nil, options) puts...

state/needs-triage

### What is the problem? When I use ApplicationLoadBalancedFargateService with a certificate managed by AWS Certificate Manager and `redirectHTTP: true`, I get a `HIPAA.Security-ELBv2ACMCertificateRequired` error. If I remove redirectHTTP, I...

other

### What is the problem? I have an Aurora Serverless cluster that I added to my BackupPlan When running HIPAASecurityChecks, I get the following error for my writer and readers:...

bug
researching

The application is no longer available at https://ruby-gem-downloads-badge.herokuapp.com. Is the project hosted elsewhere now or can it be redeployed?

### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug With...

enhancement