-
I've seen this for some time, and it's quite a hindrance.
Steps to reproduce:
* create page named `temp test page`
* on some other page, create a query `{{query [[temp test page]]}}`
* confirm t…
-
We need to be careful translating C names to Haskell names.
-
I am interested in starting an attempt to get lambdas working, and I am opening this issue as a place to get working on it.
I will open up a feature branch where we can collaborate on this sub-proj…
-
When my engineering team at the company I work for recently discussed which programming language to use for future projects, I brought Ceylon onto the table (other candidates were Kotlin, Scala, Java)…
-
This inline assembly does `exit(0)` on x86_64 linux:
```zig
asm volatile ("syscall"
: [ret] "={rax}" (-> usize)
: [number] "{rax}" (60),
[arg1] "{rdi}" (0)
…
-
### What's the problem? 🤔
This RFC is a proposal for implementing a zero-runtime CSS-in-JS solution to be used in a future major version of Material UI and Joy UI.
TLDR: We are planning to devel…
-
This is a discussion issue for adding ability to run eslint in parallel for multiple files.
The idea is that ESLint is mostly CPU bound, not IO bound, so creating multiple threads (for machine with m…
-
```pegjs
Expression = first:[0-9]+ [+] last[0-9]+ {
return await asyncAdd(first, last)
}
```
get this error :
```
await is only valid in async functions and the top level bodies of modules
…
-
We get questions and requests for this a lot. Some of which can be seen in #802 #775 #366 #851 and #472. This is not an exhaustive list by any means and excludes Gitter conversations and conversatio…
-
On top of https://github.com/Keats/tera/issues?q=is%3Aopen+is%3Aissue+label%3A%22For+next+major+version%22
## Parser
### Operator precedence and expressions ✅
Parentheses should work everywh…
Keats updated
2 weeks ago