-
Enhance all functions to have the callPolyfill method. The method accepts an object obj as it's first parameter and any number of additional arguments. The obj becomes the this context for the functio…
-
**Describe the proposal**
We should automatically add `-mllvm -amdgpu-function-calls=true` to the compiler flags when `-DAMREX_GPU_BACKEND=HIP` (AMD GPUs). This works around compiler bugs for large G…
-
I was looking at how emacs-jedi gets the tooltips, and it apparently uses `get_in_function_call`, which seems to be deprecated in favor of `call_signatures`. I tried replacing it but it didn't seem to…
-
I know the docs say `call` can only for user defined functions, but I'm wondering how complex would be to allow it to call system functions.
My use case right now is that I have a dynamic suggester…
-
**Shouldn't the checkForUpdateTrigger function be called only when the values are different? How to understand this? Why do I need to call update for the same value**
void IedServer_updateAttribute…
-
I use React-Redux to pass ```loadMore``` and ```hasMore```
Code:
```
import * as React from 'react';
import * as InfiniteScroll from 'react-infinite-scroller';
import styled from 'styled-comp…
-
There is a function call in `ok.py` called `check`. This is a pretty generic name, and students call temporary variables `check` all the time, which causes name space collisions and bad things to happ…
-
The function call setError not working. No error popup shown as in the case of standard android EditText
-
All of the following should be equivalent:
- `f(a, b, c, d, e)`
- `a.f(b, c, d, e)`
- `(a, b).f(c, d, e)`
- `(a, b, c).f(d, e)`
- `(a, b, c, d).f(e)`
- `(a, b, c, d, e).f()`
-
```
I'm pretty sure this is a feature request.
I'd like to be able to use 'patch' to intercept methods or functions, muck with
their return values, then return the altered return values. I'm using i…