Kirill A. Korinsky
Kirill A. Korinsky
During work with https://github.com/scala-native/scala-native/pull/3835 I've encoutnered that at the end of SN application when multithreading is enabled, I have in logs: ``` Exception in thread "main"java.lang.IllegalMonitorState ``` Unfortently, due to...
NetBSD supports `if_dl.h` but it adds a few defines which technically brokes our integration layers. So, it was disabled inside https://github.com/scala-native/scala-native/pull/3835
Due limitation of support of unwind on NetBSD stack traces were dissabled on NetBSD by https://github.com/scala-native/scala-native/pull/3835
During work to port to NetBSD at https://github.com/scala-native/scala-native/pull/3835 I've encountered that `glob` inside unit test doesn't match anything. Alway.
An attempt to load `cl-containers-documentation` fails with: ``` cl-containers-documentation.asd: don't recognize component type :DOCUDOWN-SOURCE ``` This is happened on `SBCL`, `ECL` and `Clisp`.
Here a few trivial changes which allows to pass internal unit tests. I've tried to explain everything in commit messages. It was tested on macOS 12 at: - SBCL 2.3.7...
Some documentation available here: https://github.com/stumpwm/stumpwm-contrib/tree/master/minor-mode/notifications
Hey, This is nice calculator but it missed a few units: `assload` and `buttload`. Some details can be find here: https://www.researchgate.net/publication/322293495_A_Bytt_of_a_Buttload_-_Origin_of_the_Word_AssloadButtload
Let me share a small example of latex code: ```latex \documentclass[a4paper, DIV=15]{scrartcl} \usepackage{enumitem} \begin{document} Some text \begin{enumerate}[label={(\alph*)}] \item\label{item1} Some item; \item Another item; \item An item that has references to...
Performed: $ go mod edit -require=go.etcd.io/[email protected] $ go mod tidy