Patrick Lucas

Results 18 issues of Patrick Lucas

``` u = UUID::Client.new '/tmp/uuid.sock' u.inspect ArgumentError: not an AF_INET/AF_INET6 sockaddr from /usr/local/lib/ruby/gems/1.9.1/gems/uuid-2.3.1/lib/uuid.rb:432:in `unpack_sockaddr_in' from /usr/local/lib/ruby/gems/1.9.1/gems/uuid-2.3.1/lib/uuid.rb:432:in `inspect' from (irb):17 from /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands/console.rb:44:in `start' from /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands/console.rb:8:in `start' from /usr/local/lib/ruby/gems/1.9.1/gems/railties-3.0.3/lib/rails/commands.rb:23:in `' from script/rails:6:in...

The Instant converter is working great for me, but I'm having trouble with the LocalDate and LocalDateTime converters. ```java private Instant date; private LocalDateTime date2; private LocalDate date3; private Instant...

A bit confusing when not using USD. https://github.com/bytefury/crater-mobile/blob/241241f0946b0bdd8be5ec94b70d529b36581399/src/features/expenses/components/Expense/index.js#L322

Customers with long names cause layout problems in various places in the Crater UI, sometimes obscuring content. As demonstrated on the [Crater Demo](https://demo.craterapp.com/admin/invoices/6/view): ![image](https://user-images.githubusercontent.com/95053/176998814-e37d8384-b08c-4c52-8625-e26dca356758.png) Note that the amount and date...

**Describe the bug** PDFs generated by crater include some random HTTP-related data prior to the actual beginning of the PDF data. This causes file type detection to fail in some...

Perhaps this is already supported, but I wasn't able to figure it out. I have added an optional custom field for invoices "Customer Reference", which I would like to include...

I was surprised by the behavior of `reg rm` in that it removes other tags that point to the same image digest as well as the specified tag. The real-world...

The Prometheus and Grafana Helm charts both create some cluster-level resources, causing conflicts if they are installed multiple times in the same cluster. We might be able to improve that...

Running the first time with input from an nginx server, gltail crashed and I received the following traceback: ``` ./bin/../lib/gl_tail/element.rb:280:in `glDeleteLists': no implicit conversion from nil to integer (TypeError) from...

## What is the purpose of the change This change configures the the GCS client used by the GSFileSystem's RecoverableWriter codepath to use the same GCS root URL as used...