-
I have build wasi-sdk for risc-v to use on the [VisionFive2 board ](https://doc-en.rvspace.org/Doc_Center/visionfive_2.html) from StarFive. I have issues with linking C++ programs as the linker insis…
-
Hello, I'm coming from a discussion in https://github.com/dotnet/runtime/issues/47113 and basically basing on the response https://github.com/dotnet/runtime/issues/47113#issuecomment-762256639 I'd lik…
-
I have a class that contains a HashSet in it. The output looks perfect and contains the string entries as expected. Deserializing that file back into a class fails with an invalid cast, approximatel…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Adding the following attribute to a property of type long causes a FormatException when gener…
-
Idea/Wishlist
Proposal to create a specialized HashSet for CPos that internally uses an array and stores the CPos as int, sorted by location.
Using the HashSet is not that slow - only that it is…
-
SBT provides very little information about this error unfortunately, it does not say what it is trying to do or even what it is compiling, just that something is wrong, so unfortunately, I cannot prov…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases)
- [X] Search the ex…
iRon7 updated
2 weeks ago
-
Operations such as `intersection` take a second `HashMap`. It's required that the second `HashMap` implement the same hashing algorithm as the first one:
``` rust
impl HashSet
where T: Eq + Hash,…
-
```C#
private class MyClass
{
}
[Fact]
public void CopyObjectHashSet()
{
HashSet original = new HashSet();
…
-
### Discussed in https://github.com/buckyos/CYFS/discussions/253
Originally posted by **streetycat** May 6, 2023
I am reviewing the encoding format for types. But I find that our encoding pro…