Skip to content

Commit

Permalink
Deploy website
Browse files Browse the repository at this point in the history
Deploy website version based on 45b5c6b
  • Loading branch information
Docusaurus bot committed Nov 7, 2024
1 parent 61ed189 commit e1656f3
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
22 changes: 11 additions & 11 deletions docs/codecs.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("long"),</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = "long"</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = {"type":"long","logicalType":"timestamp-millis"}</span>
<span class="hljs-comment">// ),</span>
Expand Down Expand Up @@ -114,19 +114,19 @@
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("long"),</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = "long"</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = {"type":"long","logicalType":"timestamp-millis"}</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// typeName = "Instant"</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@75bdfda8,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@58fb2994</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@4ab13b20,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@13aa2506</span>
<span class="hljs-comment">// )</span>
</code></pre>
<p>When we have a newtype where we ensure values are valid, we can use <code>imapError</code> instead.</p>
Expand All @@ -145,7 +145,7 @@
<span class="hljs-comment">// res5: Codec.Aux[Codec.string.AvroType, SerialNumber] = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("string"),</span>
<span class="hljs-comment">// f = &lt;function1&gt;,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@416b33b9</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e1860c3</span>
<span class="hljs-comment">// )</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="decimals"></a><a href="#decimals" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Decimals</h2>
Expand Down Expand Up @@ -305,8 +305,8 @@ <h2><a class="anchor" aria-hidden="true" id="unions"></a><a href="#unions" aria-
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = UnionCodec(</span>
<span class="hljs-comment">// alts = Append(</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@26d0882b),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1ed282b3)</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@74e50a0a),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@4e285bba)</span>
<span class="hljs-comment">// )</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = ["int","string"]</span>
Expand Down
22 changes: 11 additions & 11 deletions docs/codecs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("long"),</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = "long"</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = {"type":"long","logicalType":"timestamp-millis"}</span>
<span class="hljs-comment">// ),</span>
Expand Down Expand Up @@ -114,19 +114,19 @@
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("long"),</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = "long"</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562</span>
<span class="hljs-comment">// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = {"type":"long","logicalType":"timestamp-millis"}</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// typeName = "Instant"</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@75bdfda8,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@58fb2994</span>
<span class="hljs-comment">// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@4ab13b20,</span>
<span class="hljs-comment">// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@13aa2506</span>
<span class="hljs-comment">// )</span>
</code></pre>
<p>When we have a newtype where we ensure values are valid, we can use <code>imapError</code> instead.</p>
Expand All @@ -145,7 +145,7 @@
<span class="hljs-comment">// res5: Codec.Aux[Codec.string.AvroType, SerialNumber] = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("string"),</span>
<span class="hljs-comment">// f = &lt;function1&gt;,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@416b33b9</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e1860c3</span>
<span class="hljs-comment">// )</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="decimals"></a><a href="#decimals" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Decimals</h2>
Expand Down Expand Up @@ -305,8 +305,8 @@ <h2><a class="anchor" aria-hidden="true" id="unions"></a><a href="#unions" aria-
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = UnionCodec(</span>
<span class="hljs-comment">// alts = Append(</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@26d0882b),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1ed282b3)</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@74e50a0a),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@4e285bba)</span>
<span class="hljs-comment">// )</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = ["int","string"]</span>
Expand Down
16 changes: 8 additions & 8 deletions docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ <h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratu
<span class="hljs-type">Codec</span>[<span class="hljs-type">Day</span>]
<span class="hljs-comment">// res3: Codec.Aux[Int, Day] = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("int"),</span>
<span class="hljs-comment">// f = enumeratum.values.Vulcan$$$Lambda$16254/0x0000000104662840@1d05849a,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@6850d88f</span>
<span class="hljs-comment">// f = enumeratum.values.Vulcan$$$Lambda$16275/0x0000000104643040@34e1aa19,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e482a7d</span>
<span class="hljs-comment">// )</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="generic"></a><a href="#generic" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Generic</h2>
Expand Down Expand Up @@ -195,8 +195,8 @@ <h2><a class="anchor" aria-hidden="true" id="generic"></a><a href="#generic" ari
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = UnionCodec(</span>
<span class="hljs-comment">// alts = Append(</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@7253ea6a),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1d66c8d)</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@68712b65),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@38b4b8fc)</span>
<span class="hljs-comment">// )</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = [{"type":"record","name":"First","namespace":"com.example","fields":[{"name":"value","type":"int"}]},{"type":"record","name":"Second","namespace":"com.example","fields":[{"name":"value","type":"string"}]}]</span>
Expand All @@ -216,8 +216,8 @@ <h2><a class="anchor" aria-hidden="true" id="generic"></a><a href="#generic" ari
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = UnionCodec(</span>
<span class="hljs-comment">// alts = Append(</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1eac7f4d),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@39fe8430)</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@628ca074),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@214f9b8e)</span>
<span class="hljs-comment">// )</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = ["int","string"]</span>
Expand Down Expand Up @@ -303,8 +303,8 @@ <h2><a class="anchor" aria-hidden="true" id="refined"></a><a href="#refined" ari
<span class="hljs-type">Codec</span>[<span class="hljs-type">PosInt</span>]
<span class="hljs-comment">// res9: Codec[eu.timepit.refined.api.Refined[Int, eu.timepit.refined.numeric.Positive]] = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("int"),</span>
<span class="hljs-comment">// f = vulcan.refined.package$$$Lambda$16276/0x0000000104680040@77439cc1,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@425dd58f</span>
<span class="hljs-comment">// f = vulcan.refined.package$$$Lambda$16297/0x000000010465f040@587e8069,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@233281fe</span>
<span class="hljs-comment">// )</span>

<span class="hljs-type">Codec</span>.encode[<span class="hljs-type">PosInt</span>](<span class="hljs-number">1</span>)
Expand Down
16 changes: 8 additions & 8 deletions docs/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ <h2><a class="anchor" aria-hidden="true" id="enumeratum"></a><a href="#enumeratu
<span class="hljs-type">Codec</span>[<span class="hljs-type">Day</span>]
<span class="hljs-comment">// res3: Codec.Aux[Int, Day] = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("int"),</span>
<span class="hljs-comment">// f = enumeratum.values.Vulcan$$$Lambda$16254/0x0000000104662840@1d05849a,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@6850d88f</span>
<span class="hljs-comment">// f = enumeratum.values.Vulcan$$$Lambda$16275/0x0000000104643040@34e1aa19,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e482a7d</span>
<span class="hljs-comment">// )</span>
</code></pre>
<h2><a class="anchor" aria-hidden="true" id="generic"></a><a href="#generic" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Generic</h2>
Expand Down Expand Up @@ -195,8 +195,8 @@ <h2><a class="anchor" aria-hidden="true" id="generic"></a><a href="#generic" ari
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = UnionCodec(</span>
<span class="hljs-comment">// alts = Append(</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@7253ea6a),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1d66c8d)</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@68712b65),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@38b4b8fc)</span>
<span class="hljs-comment">// )</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = [{"type":"record","name":"First","namespace":"com.example","fields":[{"name":"value","type":"int"}]},{"type":"record","name":"Second","namespace":"com.example","fields":[{"name":"value","type":"string"}]}]</span>
Expand All @@ -216,8 +216,8 @@ <h2><a class="anchor" aria-hidden="true" id="generic"></a><a href="#generic" ari
<span class="hljs-comment">// codec = Validated(</span>
<span class="hljs-comment">// codec = UnionCodec(</span>
<span class="hljs-comment">// alts = Append(</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1eac7f4d),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@39fe8430)</span>
<span class="hljs-comment">// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@628ca074),</span>
<span class="hljs-comment">// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@214f9b8e)</span>
<span class="hljs-comment">// )</span>
<span class="hljs-comment">// ),</span>
<span class="hljs-comment">// validSchema = ["int","string"]</span>
Expand Down Expand Up @@ -303,8 +303,8 @@ <h2><a class="anchor" aria-hidden="true" id="refined"></a><a href="#refined" ari
<span class="hljs-type">Codec</span>[<span class="hljs-type">PosInt</span>]
<span class="hljs-comment">// res9: Codec[eu.timepit.refined.api.Refined[Int, eu.timepit.refined.numeric.Positive]] = ImapErrors(</span>
<span class="hljs-comment">// codec = Codec("int"),</span>
<span class="hljs-comment">// f = vulcan.refined.package$$$Lambda$16276/0x0000000104680040@77439cc1,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@425dd58f</span>
<span class="hljs-comment">// f = vulcan.refined.package$$$Lambda$16297/0x000000010465f040@587e8069,</span>
<span class="hljs-comment">// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@233281fe</span>
<span class="hljs-comment">// )</span>

<span class="hljs-type">Codec</span>.encode[<span class="hljs-type">PosInt</span>](<span class="hljs-number">1</span>)
Expand Down
Loading

0 comments on commit e1656f3

Please sign in to comment.