-
Create a simple project from scratch and run `yarn link "idyll-default-components"` (or `npm link` if you prefer). When you try to run Idyll you will get an error something like this.
Can you repro…
-
Thanks for the module, it is super useful. I've been using it in my project, but we've recently hit an error where the `isClass` check fails when code has been uglified https://github.com/idyll-lang/i…
-
Unfortunately, Yosemite breaks pow because ipfw has been completely removed from the OS. I was able to get pow working again using PF, which is the new recommended way to do port forwarding in OS X. H…
-
If you change the unit of temperature, all the settings of the tempatures(absolute values) remain before. Thus, if you select fahrenheit and set the soldering tip temperature for any mode more than 45…
-
@schlamar I don't know if this could be of any use to anyone and I didn't open a pull request since it'd require small changes to both `pytest-cov` and `cov-core` repos. I found myself hacking around …
-
This is with Developer Beta of macOS 10.13, using Xcode 9 beta, `Apple LLVM version 9.0.0 (clang-900.0.22.8)`.
- [x] `brew test pkg-config` fails because [it cannot find `openssl.pc`](https://gist.…
-
We've had multiple issues with code minification breaking prop updates in the current release. @RERossel reported this in the gitter, and @JobLeonard was seeing the same thing in #117
-
Right now the name of the output file is [hard-coded as `index.html`](https://github.com/idyll-lang/idyll/blob/master/src/path-builder.js#L40). I'm just going to go out on a limb and propose:
1. id…
-
To me this feels like one of the last major features missing.
Idyll components are react components are npm modules, so why can't I just `npm install` a third-party idyll component and use it in m…
-
The documentation states that this combination of flags should build a bundle:
idyll my-file.idl --build > bundle.js
But when I run this on my project...
./node_modules/idyll/bin/idyl…