samuel-jimenez
samuel-jimenez
Create .gitattributes to preserve line endings for unifont-5.1.20080820.hex, so build won't choke under MSYS2.
#'init-kernel-seed will fail on Windows due to no /dev/random existing. Use secure-random to init seed instead.
The following code: ` (json:decode-json-from-string nil)` gives an error: ``` The value NIL is not of type STRING when binding STRING ``` when it should return `NIL`
Resolve issue #30
Resolves ReactDOM.render deprecation discussed [here](https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis).
``` (setf yason:*parse-object-as* :alist) (yason:parse "{\"foo\":0,\"bar\":1}") ``` returns `(("bar" . 1) ("foo" . 0))` Ordering of original list is not preserved.
``` pikaur -Vq Pikaur v1.20.r6.g1821e8d Pacman v6.1.0 - libalpm v14.0.0 - pyalpm v0.10.6 ``` Running `pikaur -P` from within the build directory deletes the directory before copying and then fails...
The version delivered by Package Control is out of sync with this repo. eg: #18 has been fixed, but the Package Control version still suffers from it.
``` pikaur -Vq Pikaur v1.20.r6.g1821e8d ``` ##### Description: Attempting to perform git operations of non-owned paths will result in the following failure: ``` fatal: detected dubious ownership in repository at...
Colon-prefixed keywords (`:name` compared with `#:name`) are common in Emacs and Common Lisp dialects. Currently, the macro considers the colon character to be a separator, so splits tokens along the...