-
## Description
_Open the application>click on the three dots on the top right>click on "about">self-closure application_
## To reproduce
_Open the application>click on the three dots on the top right…
-
Right now
- checkProject: is looking for the transitive closure of the files via inputFile (using the fileCollector)
- checkDirectory: does not look for the transitive closure and this is not goo…
-
The compiler is not very smart about compiling away closures. The following function
needlessly allocates a closure at runtime
func main() {
s := ""
f := func () { println(s) }
g(f)
…
-
threads proposal has reached phase 4 - https://webassembly.org/features/
Seems like it would be possible to build a wrapper for something like `std::thread::spawn` that, under the hood, sends the c…
-
The title pretty much speaks for itself
DE: GNOME 46.4
OS: NixOS 24.11
Package: nixpkgs unstable
-
Currently the following code
```
#let b = 1
#let f() = (b = 2)
#f()
```
gives the error
```
error: variables from outside the function are read-only and cannot be modified
┌─ a.t…
-
## Bug report
(Please follow this template replacing the text between parentheses with the requested information)
### Expected behavior and actual behavior
I want to set errorStrategy and ma…
-
This feature is optional and can be enabled, to tighten the process and no agent can close the ticket themselves and will require manager approval.
**Admin Panel:**
- Create a check, Require approval…
-
### What happened?
I have a FlameGame using riverpod that is moved around the widget tree quite a bit, and reparented. Typically it's fine, but about 5% of the time an error is thrown: `setState() or…
-
Reproducer:
```dart
class Two { int call() => 2; }
final two = Two();
@pragma('vm:prefer-inline')
int Function() tearoff() => two.call;
void main() {
final two = tearoff();
print(two() +…