-
Hi all, I wanted to gather your opinions on the [explicit-this proposal](https://github.com/mindeavor/es-explicit-this) since I think it is directly related to this proposal. Personally, it would put …
-
``` crystal
struct S
property a = 0
end
struct S1
@s = S.new
def s
true ? @s : S.new
end
end
struct S2
@s = S.new
def s
"a" == "a" ? @s : S.new
end
end
s1 = S1.new
p s1.s().a #…
-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000c0052b50, pid=13708, tid=336
#
# JRE version: Java(TM) SE Runtime Env…
-
**Problem:**
* OSSU recommends course X to teach a topic, but there exists a higher quality course that covers the same material.
**Duration:**
1 month {Extended till we have more analysis from…
-
CC: @kcrisman @novoselt
Component: **notebook**
_Issue created by migration from https://trac.sagemath.org/ticket/22663_
-
PySR should be able to reuse parts of an equation.
In theory, a PySR equation (`Node`) type could have a single subtree used by multiple parts of the expression, as any two nodes can point to the s…
-
Abstract
--------
This is a proposal for adding inter-module bindings in the form of opaque capabilities that can be exported by arbitrary wasm modules.
Rationale
---------
WebAssembly is c…
-
### ImageMagick version
7.1.1-37 Q16-HDRI x64 1ffe565:20240824
### Operating system
Windows
### Operating system, version and so on
10
### Description
```
Error C1189 #error: ImageMagick was …
-
Migrated from [rt.perl.org#70109](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=70109) (status was 'open')
Searchable as RT70109$
p5pRT updated
4 months ago
-
As the title says would like to have an official example how to implement a typical view model/controller implementation. Basically Creator version of this documentation: https://riverpod.dev/docs/pro…