Sungbin Jo (조성빈)
Sungbin Jo (조성빈)
The notabug repo is outdated for about a month. With this change we can make them consistent.
Currently the script only checks `ccl -V`. I'm not sure about other platforms, but on mac homebrew installs `ccl64` only if you run `brew install clozure-cl`.
CCL's version string format is `Version 1.11.5 (DarwinX8664)`. Using the original regex makes installation script think the version is 1.5, not 1.11. Modified regex.
Code overflows the container when the container is smaller than the code. Below is a picture in macOS Safari Responsive Design Mode where the browser is sized 800x1024. You can...
I didn’t check in desktop, but on mobile some of the code snippets look BIG.... I’m pretty sure it didn’t look like that a few months ago when the ‘string’...
Hello, I'm a reader of your book and it's been fantastic 👍 However, the one inconvenience that I have felt was that there is no HTML version of the book,...
Including recursive relationships result in a null object. A minimal example is here: [Backend](https://runkit.com/pcr910303/json-api) [Frontend](https://codesandbox.io/s/laughing-visvesvaraya-fqpj3) As you see from the [response](https://json-api-a4z6drvcquyp.runkit.sh/as?include=b.a) of the API, `jsonApi.findAll("a", { include: "b.a" })` should...
#### Description ###### Type(s) - [ ] bugfix - [ ] enhancement - [ ] security fix ###### Tested on macOS 12.2.1 21D62 arm64 Xcode 13.2.1 13C100 ###### Verification Have...
**Is your feature request related to a problem? Please describe.** I use a `/etc/hosts` manager with some custom hosts files to block ads, but GreenTunnel's custom DNS resolver makes hosts...
When sideline tries to render on lines where there is not enough space (maybe this is because sideline has no more lines to display on the top), sideline pushes the...