Standa Lukeš
Standa Lukeš
# Description crf_decode returns a tuple of decode_tags, best_score, but the type annotation suggests that it returns only one tensor ## Type of change - [x] Bug fix
When I reference [ICsharpCode.Decompiler package](https://www.nuget.org/packages/ICSharpCode.Decompiler/4.0.0.4521), some strange bugs appear. I don't really know what is different on this package (maybe it's not netstandard). The language server has quite a lot...
- ReadWriteLockSlim used in MGIndex - Optimized some index methods - Added options for early page splitting to allow multiple threads modify index
1. MurMurHash is not cryptographically safe hash function so you shouldn't use it for passwords 2. What about to encrypt the network traffic simply by AES with the hashed users...
This is just a rebase of this PR https://github.com/exyi/Spark.jl/pull/1, a first small step towards implementing Julia UDFs
PySpark seems to start JVM using the spark-submit script: https://github.com/apache/spark/blob/master/python/pyspark/java_gateway.py#L63. That has some benefits, I'm specifically looking for an easy way to add dependencies using the `spark.jars.packages` config. However, I...
When the user writes a dotvvm markup control with `.dothtml` extension and doesn't use `@baseType` directive, DotVVM will use DotvvmView as a base type. When the control is then initialized,...
This patch should fix number of problems with capability properties: * it couldn't handle weird property types (fallback), * it couldn't handle inherited properties correctly * yet, it was using...
Avoids wrapping any exception from GetContents into TargetInvocationExpression.