-
Seeing a crash after hovering over the stargate icon with the mouse cursor.
This displays the following error:
![image](https://github.com/user-attachments/assets/5cc899b9-12ff-41b5-ad7c-de3ccbc…
-
For the record, I will have to check the prices when I get home, as IIRC a non-miniaturized orbital fort + gate costs around the ballpark of 180 resources to build. (Also 50kT iron & 32kT germ IIRC)
-
This bug is happening when I create a 1.12.2 minecraft forge server and start exploring a little bit and the server generates a stargate structure, it fills the log and causes a lot of lag that …
-
We missed the `timestamp` type here. Maybe we should also take the opportunity to make sure we're not missing any other type.
-
This function does not render clipped entities correctly.
System Specs
Motherboard: MSI x470 Gaming Plus Max
CPU: Ryzen 5 2600x
RAM: 2x Corsair Vengeance 8GB
GPU: MSI Radeon RX 6600XT
-
It looks like we can't alter keyspaces replication settings if at least one Stargate node is part of a Cassandra 4.0 cluster due to its state:
```
demo-superuser@cqlsh> alter KEYSPACE data_endpoin…
-
Hi there,
Looking to deploy an OFT for multiple chains, but starting on Testnets of course. I have Both OFTs Deployed to Arbitrum-Sepolia and to ETH-Sepolia, and I have been facing two Errors.
…
-
Hi Stargate team,
We've encountered a potential bug in Stargate v2. Atomic mutations (logged batches) with any number of mutations that use TTL are not persisted. Moreover, Stargate responds with `…
-
HI!
First of all thanks again for this beautiful doc. It's helping A LOT.
I have noticed a slight discrepancy between what you state about the advantges of SSHFS over SFTP and what actually happe…
-
Given the following table
```cql
create table test01.tupletest (
id int PRIMARY KEY,
t frozen
);
```
This cql insert succeeds
```cql
insert into test01.tupletest
JSON '{"id":1, "t": ["2021-04-10"…