-
The color picker in Firefox sends `onchange` event only when it's closed. Chrome's color picker, on the other hand, sends `onchange` event for every color change, so we receive a bit too many if the u…
-
```
What steps will reproduce the problem?
1. use my demo.php as per your constructions
2. click connect to linkedin
3. Error is returned saying consumer_key_unknown
What is the expected output? What…
-
I'm getting the above error on my API only Rails project.
I think the issue is because we are running an API only Rails App without any cookies, and Impressionist is expecting to be able to retriev…
-
When we try to overcome the issue in #1675 with a more explicit type:
ability Bar2 where fun : Nat -> {Bar2}(Nat -> Nat)
this produces:
ability Bar2 where fun : Nat ->{Bar2} Nat -> …
-
Just added impressionist to my Rails 6.0 (ruby 2.6.3) project found two deprecation warnings:
```
DEPRECATION WARNING: Initialization autoloaded the constant ImpressionistController.
Being able t…
-
The current AST representation of the logical operators (`||`, `&&`) are 2-argument calls only, so a CEL expression like `x || y || z` is represented as `_||_( _||_(x, y), z)`. Some users automatica…
-
In the paper, qualitative methods used by historians and Assyriologists are raised as counterparts to the novel methods deployed here. There are cases where “quantitative estimates are remarkably clos…
-
Not sure if that's something intentional or not, looks to have been worked around osu!lazer-side by just [skipping it](https://github.com/ppy/osu/blob/49090a0d1b5f6eece9776e5fbba90f1a2f96f1b7/osu.Game…
-
This belongs in any programmer warnings document there might be for Crystal.
The Boehm garbage collector page-aligns all allocations over a hardware page in size. This potentially causes cache cont…
-
When rows contain a field with a null value, they are treated as different values and even though the rows should be merged, they are not.
``` javascript
// Treeize turns flat associative data (as fr…