-
### Guidelines
- [X] I checked for duplicate bug reports
- [X] I tried to find a way to reproduce the bug
### Version
Main (Production)
### What happened? What did you expect to happen?
The follo…
-
### 🔎 Search Terms
TS9005: Declaration emit for this file requires using private name '(Anonymous function)'. An explicit type annotation may unblock declaration emit.
### 🕗 Version & Regression…
-
You should add more examples for static anonymous functions
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 0a63…
-
I'm trying to match anonymous function with no luck.
`grasp func-exp[id]` will find all the functions who have an id, I'm essentially trying to find the opposite, unfortunately this :
`grasp func-e…
-
Currently, anonymous functions are excluded in the generated default configuration file. This logic should be part of the agent itself.
-
I just had a little discussion with an datatables author.
https://github.com/DataTables/DataTables/pull/713
Basically, I want pass anonymous functions as options.
For example:
```
language: {
u…
-
Hey,
Would it be possible to properly indent anonymous functions?
This is what I have:
```
$data['data'] = $this->cache(
$entities_cache_key,
function() use($entitiesGenerator…
-
Will be good to change in all the code and examples.
And explain that's better to use static.
For performance and memory benefit.
> Anonymous functions when declared in the context of a class…
-
### Description
## **Expected**
I expect my `helloWorld` firebase function to execute when called from `functions.httpsCallable("helloWorld").call()` in my Swift code. I only want people who inst…
-
I have a few libraries that use anonymous functions. I've come up with a nice way to mock them, maybe you can add support for this in fumocker.
The base mock class is simply a class that implements _…
igorw updated
12 years ago