-
Here's another potential idea @johno: What if MDX had everything inside {{}} be JS, kind of like a reverse of JSX? It'd be a similar concept to Mustache. Here's an example:
```
# This is a {{}}*he…
-
**Issue by [rreusser](https://github.com/rreusser)**
_Thursday Apr 20, 2017 at 13:25 GMT_
_Originally opened as https://github.com/idyll-lang/idyll-component/issues/1_
----
To prevent things from g…
-
**Description**
An error occurs when using `idyll build` and setting the output directory to the same current directory:
```
C:\Users\User\Desktop\Example>idyll build -o .
Building Idyll project…
-
**Description**
An error occurs when using `idyll create` and entering the full path when prompted for the install directory:
```
C:\Users\User\Desktop\Example>idyll create
? In which directory …
-
### Background
I apologize but figuring out how to trigger the bug has exhausted my H2 knowledge. I am not sure if the issue is Safari not correctly handling an edge case or if Cowboy doesn't confo…
idyll updated
5 years ago
-
# Reactive, crossfiltered data visualization
Plotly has originally focused on generating visualizations, and interactivity increased over time. Plotly, by now, has acquired rich layout, style and d…
-
**Describe the bug**
I'm having trouble getting idyll to recognize the command line flags.
For example, running `idyll --layout centered` doesn't give a centered layout; it gives the default blog la…
-
Hi, I just downloaded the project, but I'm having trouble running it.
I ran `npm install` and fixed the vulnerabilities, but when I use `idyll` to run it, it displays the following:
```
Buildin…
-
Plug will still depend on it but making it a project means other projects can use the key generation, signing and encryption too.
/cc @GriffinMB @voltone @idyll
-
If I run the command:
```
idyll -i my-posts/post.idyll -o build/
```
then the `basePath` will be set as `my-posts/` and the build output will go to `my-posts/build/` this is pretty strange.