sergun
sergun
Interested in participating caption width implementation. Please give my some starting guesses. As for scrollbars for tabs the problem I mean is when you have a lof tab items width...
@jasongrout thanks! Will try to implement
Hi @KimSoungRyoul KimSoungRyoul Thanks a lot for your great job! I have two questions: 1. Is it safe in your opinion to use your very useful implementation ia a patch...
@EnricoMi This PR is really useful. Moreover it looks like some basic feature absolutely required if you use pandas UDF in Spark.
@EnricoMi do you think it makes sense to re-open this PR?
@EnricoMi Am I right there is similar problem with Series to Scalar UDF which is called in cases like: ``` df.withColumn('mean_v', mean_udf("v").over(w)).show() ``` https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.functions.pandas_udf.html?highlight=pandas_udf#pyspark.sql.functions.pandas_udf So number of calls of UDF...
Hi folks! Are they any news about this topic? pre_spawn_hook is a nice place for various customizations and some of them need to inform user by some message on HTML...
> The MongoDB -> Arrow portion is not zero copy. This library translates (copies) MongoDB's BSON document result structure into Arrow's data format. There are no native Arrow types in...
[datadiff.PATCH](https://github.com/datafold/data-diff/files/14920373/datadiff.PATCH) Hi! Attached find quick patch to parse settings and extension sections from duckdb dbt config.
It would be nice if you can implement this. BTW Do you have any ideas why ANTLR community still didn't implement cython backend? :-) Python backend is unusable in most...