Dávid Szakállas

Results 17 issues of Dávid Szakállas

>We use temporary files to communicate with racer and need to place them along with your source files. We shaped them as ._racertmpXXXXX because the ._* files are ignored by...

In SQL ```sql SELECT NULL = NULL; ``` results in `NULL`, which is a falsy value when used in `WHERE`, so eg. ```sql SELECT 1 WHERE NULL = NULL ```...

bug
help wanted

As reported in #47 , the remote url does not work anymore. This PR changes it to https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip as documented on https://support.nordvpn.com/Connectivity/Linux/1061938702/How-to-connect-to-NordVPN-using-Linux-Network-Manager.htm

# Pull Request Check List Resolves: #5526 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. This PR changes authentication logic for publishing:...

Hi, I am writing a wasm type checker in Rust, and I am using ena to help with operand unification problems arising during the validation of instruction sequences. Some wasm...

See https://search.maven.org/#search%7Cga%7C1%7Cpicopickle

Any related Github Issues?: _add link here_ _What has changed? This should match `CHANGELOG.md`._ This PR introduces a `workspace build` command, which builds workspaces and replaces the directory reference of...

I have a hard time defining the following typeclass: ```scala @typeclass trait ElementIterator[It[_]] { def record[Item[Element], Element : Context[ElementT]] (iterator: It[Item[Element]], name: String, what: RefExpr[Ctx, Any]) (implicit ctxLike: ContextLike[Item], withVariables:...

A basic demonstration how we can utilize Spark's pod templates support https://spark.apache.org/docs/latest/running-on-kubernetes.html#pod-template with spark-on-k8s-operator. Closes https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1176

enhancement