Francisco Noriega
Francisco Noriega
When running `SELECT ROUND(3.4028235000000000000000000000000000000, 2147483647);` on ReadySet, the application panics with the following error: ``` called `Result::unwrap()` on an `Err` value: DfValueConversionError { src_type: "f64", target_type: "DfValue", details: "" }...
I've noticed (and I'll try to explain it as accurately as I can) that players can (while in survival mode) instant break some blocks (as far as I know, stone...
It's not like other problems of "Player join...". Here, players can join the game, I mean, the console logs the player log in, but before player can load the map/screen,...
**Description** When using ReadySet with MySQL, we are not being consistent on how we decide to interpret bytes/bit values. Consider this example: ``` mysql> CREATE TABLE t (x bit(3)); Query...
Currently, we were setting the class `text-destructive` to the `Label` element, when the form field had invalid values. That was problematic, since it didn't allow the user to customize the...