Results 55 comments of wysohn

estimator._export_to_tpu = False This single line saved my life. Shouldn't it be in the documentation, or did I just miss it?

> I have found the same thing, I built a simple work around for myself. > Changed the build_url_parameter to look like this: > > ```python > def build_url_parameter( >...

@portlek Maybe you could be the one? What do you think? @MinusKube

Well, the commit is in it the branch that was branched from 1.3.0 branch already, so it would be rather difficult to merge it on the master branch than fix...

> > Since the adapter is being used server-side only, you should be safe as users cannot interact with the database directly. thinking cc @chanceaclark > > You could hijack...

Same problem ``` 13:16:11 [SEVERE] survival > Cannot load plugins/InventoryRollback/saves/deaths/64540a80-8eb1-36e3-afb5-5a4a404ad450.yml 13:16:11 [INFO] survival > org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key 13:16:11 [INFO] survival > in 'string', line 3782, column 1:...

``` 21:43:17 [SEVERE] survival > Cannot load plugins/InventoryRollback/saves/worldChanges/2a708cdd-25e3-37ff-b375-16eb3301d69d.yml 21:43:17 [INFO] survival > org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key 21:43:17 [INFO] survival > in 'string', line 148, column 1: 21:43:17 [INFO]...

> @wysohn how about like this? Pretty close, but not quite Here is how I envisioned: Before) ![image](https://github.com/TriggerReactor/TriggerReactor/assets/8789836/a661d24c-e337-427d-9af2-bb631a3a9a9f) After) ![image](https://github.com/TriggerReactor/TriggerReactor/assets/8789836/e1d7d63e-8e86-4cda-b93b-b5fc79e48278) So the point is that in 'before' scenario, TRBlockManager, which...

> @wysohnI'm not sure if I understood well, but is this what you meant? Yes exactly! As a minor point, the interface name can be `TRBlockWebService` instead of `TRBlockWebServiceImpl` cause...

> I think make more good, but im not sure your proposal looks good to me though. Maybe except for creating a new map, but it's probably because I didn't...