Nikolay Kushin

Results 12 issues of Nikolay Kushin

First time project runs perfect. After removing something (e.g. call of fill method on SEditText), re-running app, reverting changes and running again I'm getting following error: ``` 01-21 13:14:39.952 1447-1447/scaloid.example...

No sure at all if it is an issue with protoc-jar - just noticed strange behaviour running build on Alpine. ``` java.lang.RuntimeException: error occurred while compiling protobuf files: Cannot run...

Calling query method with wrong parameter names (e.g. `regions` instead of `region`) silently leads to retrieving all regions data: ``` conn = pyam.iiasa.Connection(db, creds=('user', 'password')) data = conn.query(scenario=valid_scenarios, variables=variable_list, regions=region_list)...

iiasa-api

#### Code sample or context Add timeseries to the scenario with unit names represented by numbers (e.g. 1). #### Expected result Timeseries added to the scenario without error. #### Problem...

enh
help welcome

Whenever possible switch to using categorical dtypes instead of object, at it allows to significantly reduce memory utilization when number of repeated values in a column is more than 50%....

backend.jdbc

- scalajs - akka - sbt - scala

Loader doesn't support import statements and therefore doesn't compile proto definition failing with `Unexpected type: XXX`