cristian

Results 21 comments of cristian

I am using this to run a group initiative system (old school D&D). Where in the code should I look to add it?

@GreyZmeem I am also getting this error some times. Not sure if related ``` --- Logging error --- Traceback (most recent call last): File "/home/cristian/anaconda3/envs/actionserver/lib/python3.6/site-packages/logging_loki/handlers.py", line 81, in emit self.emitter(record,...

You mean at the end? I don't have that Here's my config: ```python def init_loki_handler(): loki_user = os.getenv("LOKI_USERNAME") loki_password = os.getenv("LOKI_PASSWORD") if loki_user and loki_password: return logging_loki.LokiHandler( url="https://logs-prod-us-central1.grafana.net/loki/api/v1/push", tags={"application": "XXXXXXXXXXXXXXX},...

I also tried `version="0"`

I am not starting it like you mentioned ```python @ray.remote def create_dataframe(): warnings.filterwarnings('ignore') return pd.DataFrame(np.array([1])) ``` I am just creating the df and doing `apply` on it. I cannot share...

@mvashishtha Thanks for the clarification. Yes, from digging in the code, I can see that we are creating another df inside the apply. It's quite a complex bit of code,...

So there's no difference between a long note 2 bars and two notes of the same pitch of 1 bar each?

I finally figured it out that I had to explicitly add a stop condition. This doesn't seem intuitive to me. I would expect the function to return once a non-exception...

Hey @m4rtinkoenig Thanks for helping. Are you going to take over this ticket completely? It means checking these examples, fixing any issues, and then fixing the tag of the SimpleIndexer...

Why? We should add a DBMS-type Indexer with a MongoDB backend. We only have a Key Value Indexer for MongoDB