Yakov Dlougach

Results 9 issues of Yakov Dlougach

Minimal example: ``` X = { s : string; }; Y = { x : X; }; y1 = Y { x = { }; }; y2 = Y {...

``` $ gcl-print Traceback (most recent call last): File "/home/jacob/.local/bin/gcl-print", line 9, in load_entry_point('gcl==0.6.10', 'console_scripts', 'gcl-print')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2569, in...

The way this library currently uses `absl` can mess up a lot of things. In my opinion it should be reconsidered or at least (as a temporary workaround measure) a...

Sometimes it may make sense to request cancellation of the query even before any data is returned. I think the easiest way to do it in current setup is to...

enhancement
priority-low

Bucket boundaries {1, 2, 3} would be rendered as "1.0", "2.0", "3.0" in Go/Python, but as "1", "2", and "3" in this library. This causes some strange effects when you...

### Brief Issue Summary When compiler kit is set to `[Unspecified]` the compiler path is not always picked up correctly. ### Expected: Create a project with CMakeLists.txt with the following...

bug
Feature: configure
Feature: build

There is a pull request addressing this issue (#1685) but nobody has reviewed it.

It would be nice to either support [Spark Connect](https://spark.apache.org/docs/latest/spark-connect-overview.html) server natively within the Spark operator or at least provide a tutorial to on how to set it up (it supposedly...

lifecycle/frozen

The `` header supplied with caide only actually defines anything when `#if defined(_GLIBCXX_HAS_GTHREADS)` condition is satisfied. This makes it impossible to inline any code that depends on `std::thread`.