Matthias Q
Matthias Q
Yes, I know that these are huge files. I am expecting neovim to open at all. We are not talking about a 5 or 10s startup time here, neovim is...
Thanks for the comment. I cannot find the code location that you are referring to. Would that be part of the neovim TS code or should that be done in...
So, this means this is an issue that needs to be solved directly in neovim and not in the nvim-treesitter plugin. Thus, this issue can be closed, right?
@nene I guess this would also apply to jinja templates used by dbt, right? So, there is no chance that sql-formatter will support SQLs which are littered with placeholder statements....
joblib 0.13.2 python 3.6.8 I have similar problems with joblib.I see that the jobs are restarted, however I then get the following warning from OMP: "OMP: Warning #238: KMP_AFFINITY: Affinity...
@qoops-1 have a look at #120 We have discussed this issue already with the emacs guys. The problem is, that the `parser.c` is auto generated and gets quite large.
I am trying to find the root cause. The logs are not suspicious. They show some timeouts, but thats just because the DB has a high IO load. This is...
Looks like the issue is the table `asset_daemon_asset_evaluations`. I have switched off auto materialization for the moment and the constant read IO ops is gone. This table is 1.2G large...
So, something happened to this table on the 19th, when dagster 1.7.2 was released: ```sql select date(create_timestamp), count(*) from public.asset_daemon_asset_evaluations group by 1 ``` returns: ``` date |count | ----------+------+...
I was digging a bit in (maybe related) commits between 1.7.1 -> 1.7.2 and I stumbled over this: https://github.com/dagster-io/dagster/commit/e4f394e93e79426331cc4f0feac709a0447a67e1 (referring to this line: https://github.com/dagster-io/dagster/blob/7b103db9438bb4e5018c7ae67e845982a9a376ac/python_modules/dagster/dagster/_core/definitions/asset_daemon_context.py#L281 and following) @OwenKephart You have swappend...