Michał "phoe" Herda

Results 160 issues of Michał "phoe" Herda

From a quick glance, it seems that almost all (or even all) of the operations here can apply to vectors of any type, not just `(vector character)` which is what...

From https://gitlab.common-lisp.net/alexandria/alexandria/-/jobs/27735 (@phmarek) ```lisp Test ALEXANDRIA-TESTS::TYPE=.2 failed Form: (ALEXANDRIA:TYPE= (QUOTE LIST) (QUOTE (OR NULL CONS))) Expected values: T T Actual values: NIL T. Test ALEXANDRIA-TESTS::TYPE=.3 failed Form: (ALEXANDRIA:TYPE= (QUOTE NULL)...

While working on the test suite of split-sequence at https://github.com/sharplispers/split-sequence/pull/24#discussion_r549261736 I discovered that there's no way that would allow code to figure out whether an implementation supports extensible sequences. This...

https://github.com/jaseemabid/micromanual/blob/ce489210ed788a299041da6b530cf52a21b14348/eval.lisp#L15-L76 Indentation is off in these `cond` forms; all forms belonging to a single `cond` case (meaning, test and the implicit `progn` afterwards) should have the same level of indentation....

![zrzut ekranu z 2017-10-02 20-50-51](https://user-images.githubusercontent.com/15045546/31093867-66105c16-a7b3-11e7-91f2-f61ec42afb48.png) Google Chrome 61.0.3163.100 on debian buster/sid.

bug

Duplicate of #43 that was closed by its author. ![zrzut ekranu z 2018-11-06 17-05-35](https://user-images.githubusercontent.com/15045546/48076775-386a0500-e1e6-11e8-9dd4-e9c7667d2987.png)

The API tells me what to do in two cases: - ...check whether reading from a socket stream will block, and - ...check whether the other end has closed my...

Built on debian sid. Trying to run the resulting binary gives me: ``` /usr/include/c++/8/debug/vector:417: Error: attempt to subscript container with out-of-bounds index 0, but container only holds 0 elements. Objects...

On Windows, running a deployed application results in: ``` $ DEPLOY_DEBUG_BOOT=true ./raptor-splitter.exe ==> Performing warm boot. -> Runtime directory is C:/Users/Raptor/Downloads/bin/ -> Resource directory is C:/Users/Raptor/Downloads/bin/ ==> Running boot hooks....

The documentation at https://shinmera.github.io/qtools/ lists all symbols for package `CL+QT` (`ORG.SHIRAKUMO.QTOOLS+COMMON-LISP`), meaning that it lists all of the CL symbols. I think that's superfluous.