Olof-Joachim Frahm (欧雅福)

Results 27 issues of Olof-Joachim Frahm (欧雅福)

``` $ git st On branch ... Changes to be committed: (use "git reset HEAD ..." to unstage) renamed: X.scala -> Y.scala Changes not staged for commit: (use "git add...

enhancement

It seems that regular, indented code blocks are treated differently than unindented (marked with ```) code blocks in terms of highlighting? IMO, even though there's currently no way to set...

Hi, I've resurrected my fork and prepared this one (of two) pull requests. It adds HSL colors and conversions to RGB and, via a default method, to all others. Also...

It looks to me like pressing Ctrl-Z does nothing, when in fact that should pause the process. Would it be possible to have that going to the shell instead of...

I still had these lying around, actually one more, but it fails with auto-loading at the moment. - Fix tags being taken from first pass results, c.f. . - Fix...

Similar to https://abcl.org/trac/ticket/297 the element type is a bit confused when using `:INITIAL-CONTENTS`: ``` CL-USER(18): (make-array 10 :element-type '(unsigned-byte 16) :initial-contents #(-1 1 2 3 4 5 6 7 8...

https://github.com/mcna/closure-common fails to load properly because the `xstream` structure causes a redefinition failure, the reason being that the slot `buffer` of type `(simple-array buffer-byte (*))` (which is also what's in...

There's an API call that's evidently still in beta even when it's been used for months in the notifications view: Marking a selection of notifications as "done" will remove them...

Attempting to fetch an issue could result in a 404 if it's from a private organisation and the token doesn't have permissions. However, at the moment it will actually terminate...

This should fix https://github.com/rotatef/cl-html5-parser/issues/26. ``` (html5-parser:parse-html5 "" :dom :cxml) => # ... All Slots: [ ] CHILDREN = #(# #) [ ] DOC-TYPE = # ... ```