xiao

Results 18 comments of xiao

It looks like this: ```cabal cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 0237d3eaa901762b9786046b053689250944bf6f8f5cd71ad3894e00fc5f5a72 name: mal version:...

Sure, the repo is [here](https://github.com/fduxiao/mal). I am following [this guide](https://github.com/kanaka/mal/blob/master/process/guide.md) writing a lisp.

Hi @thisch. I was facing the same problem, so I checked out the apidoc command. It is just a simple [python script.](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/ext/apidoc.py) I found that the script will look into...

@P33M done as you wish. I also added baud rate and interface to features. Now the output looks like ```shell $ picotool info debugprobe.uf2 -a File debugprobe.uf2: Program Information name:...

I'm not sure where to get the version string, but I wrote [this](https://github.com/fduxiao/picoprobe/commit/a94195f1756dd79643f7d1ccd41adb6570540b9e) adding the git tag as version. If HEAD is tagged, then the tag is used for version;...

Hi @redfast00, I think the best way is not to document pinout in README, because you may change the pinout when compiling the binary. I think it's better to add...

> Is the intention to also install a `pip` shim as well? The current preview only creates a symlink for `python`. > > $ uv --version > uv 0.6.9 >...

Even worse, the [official document](https://typst.app/docs/reference/model/figure/#figure-behaviour) suggests you use `show` to make a `breakable figure` without warning you of the labelling issue. You have to be careful if you want to...

@jarkinber Thank you for the package. I mean you have to set the style outside the `theorem` function. If you have two groups of theorems with different styles (but with...