-
### Describe the enhancement requested
When dealing with #43495, I found that the current AVX2 specialized swiss join functions in [1] are not wired anywhere. (Please correct me if anyone sees them w…
-
## Feature Description
Currently, in the codebase we have a mix of styles when we define functions. Some use arrow functions for everything (regular functions, components, hooks, etc), others use t…
-
Not completely sure whether this is a grunt-contrib-watch issue or a grunt issue so i'm submitting the issue in [both places](https://github.com/gruntjs/grunt-cli/issues/83), but here's my setup and w…
-
**Describe the bug**
See my Draft PR # 3892. The functions cumsum and cumprod (in EfuncMsg.chpl) are not registered correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Pull Draft PR…
-
Current code doesn't have support for multibyte strings, e.g. strings having unicode characters beyond ASCII range. The column shifts for refreshLine are calculated using strlen() which returns 2 inst…
-
The pandas nightly/upstream_devel builds show some warnings from pandas that we should address:
```
=============================== warnings summary ===============================
opt/conda/envs…
-
Let's say I have a component like this:
```
class A extends Component {
componentDidMount() {
window.addEventListener('resize', this.onResize)
}
componentWillUnmount() {
…
gch1p updated
5 years ago
-
The babel preset currently doesn't seem to correctly transform arrow functions as class properties:
``` javascript
class Foo {
boundMethod = () => {
return this;
}
}
```
Output is this (note…
-
AIM: replace nested dictionaries with appropriate data structures implemented as Python dataclasses.
Subtask of #276.
-
It would be lovely if by pressing CTRL+arrow up or arrow down the page of a notebook or PDF would scroll up or down, respectively.