-
## Version **4.12.0** of [eslint](https://github.com/eslint/eslint) was just published.
Branch
Build failing 🚨
Dependency
eslint
…
-
This suggestion has a few pieces:
1. Implement boolean literal types for `true` and `false`, in a fashion similar to #1003
2. Implement type guards for booleans. Essentially, control flow constructs …
-
After merging #694 this issue is here to keep track of the functionality until initial release and helps me & others :)
Big thanks to @som4ik @tycooon @stepozer @klyonrad and many others for their …
-
```
Traceback (most recent call last):
bin/rails: Bootsnap::LoadPathCache::FallbackScan
50: from bin/rails:3:in `'
49: from bin/rails:3:in `load'
48: from /home/abir/environment/sample_…
-
Currently, there are no specs for `BlackBox`. I've noticed a small bug while reviewing failed delayed jobs.
Thing to consider:
- the code shouldn't try to make actual requests to the aws lambda in `…
-
Hi,
I try to match the keys against 3-tuples
This is my first attempt:
```
key_start = {2019, 6, 10}
key_end = {2019, 6, 12}
match_fun =
fun do
{key, day} = re…
-
By default sqlite3 doesn't check foreign keys. For application portability and consistency with other db implmentations it should be enabled.
After reviewing a variety of projects using crystal-sql…
-
Moving this over from the mailing list per instructions from José. Here's the link to the mailing list discussion: https://groups.google.com/forum/#!topic/elixir-lang-core/qLO2IQ9PWUg
In short, the…
-
Would be super nice to have guards on the before handlers, rather than have to declare function clauses that match on the command to essentially just pass an okay result tuple.
Example similar to t…
-
Should work nicely with Electron 7, might need `--force-renderer-accessibility` flag passed.
Reference: https://github.com/microsoft/vscode/issues/88893
fyi @jvesouza @webczat @ndarilek