-
I'm trying to follow the instructions on apple m1 macos and am encountering the following compile error
```c++
bazel build -c opt :hirm
Extracting Bazel installation...
Starting local Bazel serv…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Example code (copy paste this into zed and try to fold lines OR see Screenshot 1):
```ts
// bad …
-
Any plans to make this buildable on Linux?
Since its better to not put your API-keys on the client I want to use this on my swift server project.
I created a [fork](https://github.com/mfreiwald/Sw…
-
Bitcoin uses `BitcoindComparisonTool.jar` to test bitcoind , the `jar` is downloaded from [theuni/bitcoind-comparisontool](https://github.com/theuni/bitcoind-comparisontool) (source code [theuni/bitco…
-
Hello. I tested that library but when i measured time for allocation with cycle counter i get worse results than using new operator as you can see below:
![image](https://github.com/batyann/MC-Heap/a…
-
Recently I noticed performance inconsistency between Hedera Java SDK and JS SDK while having issues with node connections, with Java SDK working significantly worse.
I would like to share my findin…
-
Today I was checking out some CSS-in-JS solutions, since I am working on [my own](https://github.com/cfuendev/twimba), and I wanted to explore the pros and cons of each solution available right now, i…
-
The `Eq`, `PartialOrder`, and `Order` type classes in `cats-kernel` closely resemble the `Equiv`, `PartialOrdering`, and `Ordering` from the standard library, however there are currently some differen…
-
What I suggest is to optimize for the common case. In the common case we don’t need to call MPI_Comm_compare at all. Therefore, we can convert the code in PMPI functions to something like:
If(use_hac…
-
Hello!
I wanted to ask for a refactor in `TusDiskStore`.
More specifically in `InternalFileRep`, all file operations are handled there but it is using the `File` static class.
Using that approach …