The Wayback Machine - https://web.archive.org/web/20210304120053/https://github.com/topics/ssg
Skip to content
#

ssg

Here are 7,098 public repositories matching this topic...

next.js
joamartico
joamartico commented Feb 24, 2021

What example does this report relate to?

with-ionic-typescript

What version of Next.js are you using?

10.0.1

What version of Node.js are you using?

12.0.0

What browser are you using?

Crome

What operating system are you using?

macOS

How are you deploying your application?

next start

Describe the Bug

As this example uses javascript vanilla Ionic, the ionic co

tlienart
tlienart commented Feb 21, 2021

Eg:

```julia:extable
#hideall
using PrettyTables
io = IOBuffer()
pretty_table(io, [1 5.0; 2 4.0], ["degree" "bound"], backend=:html);
println("~~~", String(take!(io)), "~~~")
```
\textoutput{extable}

This can make for a nice demo (maybe better if the demo also discusses input from CSV directly).

corejam
mattvb91
mattvb91 commented Feb 6, 2021

In the CLI package we can provide some QoL improvements when creating new components or routes. Currently when you want to create a new component or route it usually ends up with having to copy / paste an existing stencil file and renaming / removing existing code.

This can be made simpler by a command in the @corejam/cli package: corejam create component my-component or `corejam create rou

Improve this page

Add a description, image, and links to the ssg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ssg topic, visit your repo's landing page and select "manage topics."

Learn more