Kai Richard Koenig
Kai Richard Koenig
Thanks for taking the time to answer my question and idea - much appreciated. I personally think the double dots `..` are neat and unobtrusive. And yes I got the...
That would be a great addition. +1
would love to see this too
I would want such a feature inside a CI/CD secenario. Currently we solve that by using `flit publish || exit 0` which suboptimal.
@td5r I agree that is an issue, however I would postpone fixing in order to put time into other issues.
@dumblob In the mean time we released documentation at https://bitspark.de/slang/docs/ Are you currently using any of those alternatives in production?
@td5r I would actually move to use this https://github.com/thedevsaddam/gojsonq instead. And implement it as an operator that has a selector and generic output. This would allow users to query only...
@jm9e Very intresting, there race isn't fixed as it now appears randomly, where https://github.com/Bitspark/slang/pull/215/commits/58773acf9f5bd03874c21bbcc0ab04dae7db645e failed, although being clean and https://github.com/Bitspark/slang/pull/215/commits/692f0a57d9234472477eaa2a2d325947c35808f5 passing. I strongly belive this has something to do with...
Don't be fooled by https://github.com/Bitspark/slang/pull/215/commits/6cc7c3184a4a33b8f244ad87e969f1046bd9ce71 passing as we have seen others commits failing. It appears to me that this is a flapping test which cannot ATM be reproduced in a...
Can confirm same problem for us using snowflake - removing the `{% if is_incremental() %}` block allows it to run just fine.