Results 10 issues of Yuito Murase

Hi all. First, thank you all for your active development of this fantastic extension! I tried using the extension to solve exercises of [Software Foundations](https://softwarefoundations.cis.upenn.edu), and I found the language...

bug

When I ran `satyrographos version`, I got the following output. ``` $ satyrographos version ((username"")(hostname"")(kernel"")(build_time(1970-01-01 09:00:00.000000+09:00))(x_library_inlining false)(portable_int63 true)(dynlinkable_code false)(ocaml_version"")(executable_path"")(build_system"")) 0.0.2.8 ``` The first line looks like a debug message and...

# Automatic follow-ups Choose follow-up actions. Do not write anything after this section. - Add to snapshot `snapshot-develop` - ~~Add to snapshot `snapshot-stable-0-0-4`~~ (Inconsistent) - Add to snapshot `snapshot-stable-0-0-5` -...

CI for the PR of satysfi-base-1.6.0 fails due to errors with compiling several packages (see: https://github.com/na4zagin3/satyrographos-repo/pull/653#issuecomment-1737736744). This blocks merging #653. Error message: * https://github.com/na4zagin3/satyrographos-repo/actions/runs/6341673085/job/17225830525?pr=653#step:14:1819 * https://github.com/na4zagin3/satyrographos-repo/actions/runs/6341673085/job/17225830525?pr=653#step:14:2341

# Current behavior ``Color.of-css `invalid#000000` `` successfully returns a color value # Expected behavior Should fail with panic # Note This behavior is because the regex to extract rgb value...

Currently, this repo has two dependencies on JS(node/yarn) * unit tests (being replaced with #142) * scripts Considering their verboseness, we want to get rid of JS dependency and find...

# Background `Eq` module expects each (data-type) module to provide `eq: 'a Eq.t`, which is essentially an equality function on `'a`. # Goal The current `Array` module lacks `eq: ('a...

# Changelog - #278 Add some string functions by puripuri2100 - #280 Fix 279 by puripuri2100 - #198 Add big-int by puripuri2100 - #286 Support SATySFi 0.0.x # TODOs For...

According to the document, > %% If [fill-tail] is true, [Inline.fil] is added at the end of the return value. If `fill-tail` is false, there may be no `Inline.fil` in...

I found the `Block` module in `block.satyh` has the following definition ``` let frame-breakable pads deco f ctx = block-frame-breakable ctx pads deco f ``` while it doesn't have `frame-breakable`...

bug
good first issue