-
All of these expects should pass, but the last one fails:
```roc
# Passes
expect Set.fromList [1, 2] == Set.fromList [1, 2]
# Passes
expect Set.fromList [1, 2] == Set.fromList [2, 1]
# Passes
e…
-
With draft 2 of version 5.7 the ability to support n-tuples was introduced. This
will allow OVAL to represent system information for objects that have one or
more fields. However, as the capability st…
-
### Describe the bug
Upgrading from Svelte 5 (without making any code changes) resulted in an infinite `effect_update_depth_exceeded` error
### Reproduction
https://svelte.dev/playground/48f8…
-
我在Clone您项目到本地时,使用Windows MSYS2的Mingw64进行编译,发生了问题。报错如下:
`checking whether B115200 is declared... no`
`configure: error: B115200 not supported by header`
该问题我目前判断为缺少`termios.h`文件导致的,**因为我在Windows WSL…
-
In: https://docs.neoforged.net/docs/resources/client/models/datagen/#configuredmodelbuilder
Code provided by the docs:
```java
MultiPartBlockStateBuilder multipartBuilder = getMultipartBuilder(MyBloc…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…
e-tho updated
3 months ago
-
```
We should be able to index collection-valued fields like User.interests so that
queries like some $i in $user.interests satisfies $i = "jazz" can be optimized
via index lookup.
Needs finalizati…
-
I need to have in same table 2 nested sets. So let's say for example I have:
```
class CategoryType1
{
use NodeTrait;
protected $table = 'categories';
$fillable = [
'name',
…
-
While both serialisation and deserialisation workds fine if Maps and Sets are only used on top level, the deserialisation throws when they are nested in other objects.
```javascript
const { desia,…
-
### Describe the problem
See https://github.com/sveltejs/svelte/pull/13231#issuecomment-2351790857
### Describe the proposed solution
Attach location information to effects in development, so that …