Dorian Taylor

Results 29 issues of Dorian Taylor

Getting a crash scenario from a 301 without a `Location` header. What appears to happen is that `HttpConnection#redirect` gets called with `nil` as a location which creates an empty hostname....

## Describe the bug This is a design issue I'm not sure how to tackle. It seems as though there will invariably be situations where there are `Types::Instance` or `Types::Constructor`...

bug
help wanted

Here's another good one: I created [`rdf-lmdb`](/doriantaylor/rb-rdf-lmdb) a while ago but only recently noticed, incidentally when I had a structure containing a lot of `RDF::List`s, that blank node IDs got...

help wanted

### Describe the change Adds a read-only accessor to the `@prompt` member of `TTY::Prompt::AnswerCollector` ### Why are we doing this? To prevent ugly compromises in the code when we want...

### What is the issue with the HTML Standard? Where §4.12.2 reads: > [Contexts in which this element can be used](https://html.spec.whatwg.org/#concept-element-contexts): > In a [head](https://html.spec.whatwg.org/#the-head-element) element of an [HTML document](https://dom.spec.whatwg.org/#html-document),...

URL being validated or code to reproduce error: https://doriantaylor.com/file/see-into-noscript ``` Error: XHTML element [noscript](https://html.spec.whatwg.org/multipage/#the-noscript-element) not allowed as child of XHTML element [body](https://html.spec.whatwg.org/multipage/#the-body-element) in this context. (Suppressing further errors from this...

> On the basis that `PATH_INFO` can already have a value of `*` if `Rack::Lint` is not used, we can accept this PR. However, I still think we should have...

### Describe the change This is a trivial change that affords `^W` etc; closing #29 and #25. ### Why are we doing this? Users expect common shell key bindings to...

Hey, trying to implement `^W` in `read_line` and can't figure out how to do it. It appears that [control characters have been explicitly no-op'd](https://github.com/piotrmurach/tty-reader/blob/ac9257188cfd19f91f5386217ef29c218b9a83bd/lib/tty/reader.rb#L339) in the ordinary control flow. When...

This is more of a meta-bug to the extent that I could use some help tracking down spinning in Emacs running EXWM. The load on my system is consistently hovering...

kind:support