Sascha
Sascha
Hi, is there an easy way to run the restart command in blocking mode? Issue #93 sounds like this, but is very old and ends up in some non English...
### Description Add `allowReserved` to path parameter to support reserved characters like the query parameter already does. Default stays the same. See `allowReserved` in the parameter documentation: https://swagger.io/specification/#parameter-object ### Motivation...
In some languages a word needs pluralization, but may be not in another. Considering this translations from the [rails-i18n gem](https://github.com/svenfuchs/rails-i18n): ``` en: number: human: decimal_units: units: billion: Billion ``` and...
Thanks for the great postcss plugin! Having some trouble with Bootstrap that uses the fact that only the last matching rule is used in browser: ```css @media (min-width: 768px) {...
Hi, we wrote Spark code that works on HDP 3.x using the [HiveWarehouseSession](https://github.com/hortonworks-spark/spark-llap/blob/master/src/main/java/com/hortonworks/hwc/HiveWarehouseSession.java). In the last version (HDP 3.1.4) it fails with: java.lang.IncompatibleClassChangeError: Found class com.hortonworks.hwc.HiveWarehouseSession, but interface was expected...
The [tableExists](https://github.com/hortonworks-spark/spark-llap/blob/master/src/main/scala/com/hortonworks/spark/sql/hive/llap/HS2JDBCWrapper.scala#L143-L155) in the default JDBC wrapper uses meta data get tables and then compares all table names. This becomes expensive if many tables exists and does not work if...
Using dropdowns together with input fields as trigger works pretty well. After clicking into the input field, the drop down appears. Clicking a second time into the input field (e.g....
**Motivation** I'm using the debian/ubuntu repository to install falco and upgrading falco on my servers. My `falco.yaml` contains local changes like the log level / priority and other things. Upgrading...
Running Java class name completion on large jar files (e.g. Spark, 35MB, 22K Classes) takes long (e.g. Class names with an _A_ takes ~180 Seconds). Open the jar and seeking...
Running Java class name completion on large jar files (e.g. Spark, 35MB, 22K Classes) takes long (e.g. Class names with an _A_ takes ~180 Seconds).