-
There are a few issues with the current elm-oracle program:
- Requires an internet connection + time to download documentation.json files, which might not always work and currently doesn't work behind…
-
At the moment module polymorphism is kind of clunky. Whilst our priority is more focused on polishing what we already have, it might be good to note down our thoughts here.
Some references:
- [Modula…
-
Is it expected that we must provide all generic types?
this works
```js
var isEven = (n: number) => n % 2 === 0;
const result = R.pipe(
R.filter(isEven),
R.map((n) => n…
lstkz updated
6 years ago
-
Raise your hand if you've been frustrated by needing to specify a time or use `Maybe` for `createdAt UTCTime` fields.
If you're one of the few folks that hasn't, well, let me introduce the problem.…
-
This issue is basically a compilation of stuff said in the [Gitter](https://gitter.im/cyclejs/core). Shoutout to @laszlokorte and @whitecolor for discussing these things with me. There are a lot of de…
alkhe updated
8 years ago
-
Add support for (at least some of) the new table features introduced in [pandoc-types/pull/66](https://github.com/jgm/pandoc-types/pull/66/files#diff-8c56b05df299ade82ea6265ee0b71bd0).
It would be …
mb21 updated
2 months ago
-
from the discussion we've made till now, turns out the vanilla **TypeScript** and **HTML** files have the upper hand over other web technologies. but we haven't still heard the opinions of all of the …
-
**Common pattern** I've encountered is one button click should trigger update of multiple views.
Button targets implicitly.
**Workaround**: I currently solve this by nesting the second action view u…
-
On a machine with 20GB of memory, `write_aig` chews through all 20GB in minutes and is killed by the OOM killer on some inputs. The [Dilithium Cryptol specs](https://github.com/GaloisInc/cryptol-spec…
-
See issue #1 and https://gist.github.com/4025934