Skip to content

Commit d3959bb

Browse files
author
Marcus Kessel
committed
small fix
1 parent 5c0bfd1 commit d3959bb

File tree

71 files changed

+71
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+71
-72
lines changed

lasso/src/components/HubFeatures/HubFeatures.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,20 @@ export class TDSExamples {
2525
}`,
2626
sheets: [{
2727
name: "testEncode",
28-
signature: "(p1=byte[])",
29-
body: `{"cells":{"A1":{},"B1":"create","C1":"Base64"}}\n{"cells":{"A2":"\\"SGVsbG8gV29ybGQh\\".getBytes()","B2":"encode","C2":"A1","D2":"?p1"}}`,
28+
signature: "(p1=byte[], p2=byte[])",
29+
body: `{"cells":{"A1":{},"B1":"create","C1":"Base64"}}\n{"cells":{"A2":"?p2","B2":"encode","C2":"A1","D2":"?p1"}}`,
3030
invocations: [
3131
{
3232
id: 0,
3333
sequenceSheetName: "testEncode",
3434
signature: "",
35-
params: ["\"Hello World!\".getBytes()"]
35+
params: ["\"Hello World!\".getBytes()", "\"SGVsbG8gV29ybGQh\".getBytes()"]
3636
},
37-
3837
{
3938
id: 1,
4039
sequenceSheetName: "testEncode",
4140
signature: "",
42-
params: ["\"Hello World\".getBytes()"]
41+
params: ["\"Hello World\".getBytes()", "\"SGVsbG8gV29ybGQ=\".getBytes()"]
4342
}]
4443
}]
4544
},

web/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.7.0">
66
<title data-rh="true">Page Not Found | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | LASSO"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/404.html"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.0ab87e24.css">
8-
<script src="/web/assets/js/runtime~main.318e5546.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.13c19f00.js" defer="defer"></script>
99
<script src="/web/assets/js/main.dee8ace0.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">

web/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.7.0">
66
<title data-rh="true">About LASSO | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/about"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="About LASSO | LASSO"><meta data-rh="true" name="description" content="Team / Authors"><meta data-rh="true" property="og:description" content="Team / Authors"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/about"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.0ab87e24.css">
8-
<script src="/web/assets/js/runtime~main.318e5546.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.13c19f00.js" defer="defer"></script>
99
<script src="/web/assets/js/main.dee8ace0.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">

web/assets/js/548dba3a.4af8709c.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/assets/js/548dba3a.60142d02.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/assets/js/59b6c7de.1c2109d1.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/assets/js/59b6c7de.fbd78269.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

web/assets/js/92f81bad.d344ae18.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/assets/js/fe4e1fbb.8d48c559.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)