Ed Langley

Results 32 comments of Ed Langley

Is there any progress/workarounds on this bug? It just started being an issue for me after an upgrade

I solved the issue by calling `evil-normalize-keymaps` In the `window-configuration-change-hook`

It'd be useful to have an example of opening a PDF and extracting its title/author metadata and similar things

I just ran into this issue with LW8 and managed to work around it by adding `(or :lispworks7.1 :lispworks8)` wherever there was a lispworks7.1 reader conditional.

I guess I need to finish the tests...

Here's an example without my fix applied: ``` (AWS-SIGN4:CREATE-CANONICAL-REQUEST :POST "/" "Action=ListStacks&StackStatusFilter.member.1=UPDATE_COMPLETE&StackStatusFilter.member.10=CREATE_IN_PROGRESS&StackStatusFilter.member.11=DELETE_IN_PROGRESS&StackStatusFilter.member.12=DELETE_FAILED&StackStatusFilter.member.2=UPDATE_IN_PROGRESS&StackStatusFilter.member.3=UPDATE_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.4=UPDATE_ROLLBACK_COMPLETE&StackStatusFilter.member.5=UPDATE_ROLLBACK_IN_PROGRESS&StackStatusFilter.member.6=UPDATE_ROLLBACK_FAILED&StackStatusFilter.member.7=UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.8=CREATE_FAILED&StackStatusFilter.member.9=CREATE_COMPLETE" '(("host" "cloudformation.us-west-2.amazonaws.com") ("x-amz-date" "20180625T190057Z")) "host;x-amz-date" "")```

I'm not sure if there has been any progress on this, but I've been looking into this in order to improve text-input support for McCLIM. There are two halves to...

Yeah, I thought #89 looked similar but wasn't sure because that one involved a more complicated situation (classes + instances) while this was a fairly simple datatype.

I think this bug has to do with SNI not working correctly in carrier.

@inklesspen my testcase works now.