Francois Botha

Results 71 issues of Francois Botha

I get this when I try to install `flow` using Rust version `rustc 1.31.1 (b6c32da9b 2018-12-18)` ``` Compiling flow v0.3.5 error[E0599]: no method named `contains` found for type `std::option::Option` in...

Hi, I'm looking for a way to map a function on an array. I see that the current [array.map](https://github.com/lunet-io/scriban/blob/master/doc/builtins.md#arraymap) function can map only to a property of the object. I...

enhancement
pr welcome

Currently, an element map with composite key cannot have cascading set. Refer to https://nhibernate.jira.com/browse/NH-2515 But I keep forgetting that and when I have my mapping as e.g. ``` c# HasMany(v...

**Describe the question** I'm trying to use `.patch` files to migrate my MSSQL stored procedures instead of describing the full stored procedure for UP and DOWN migrations. (Side note: because...

improvement

Remove obsoleted methods from #1171 and #1029

Depends on #1237 Depends on #1233 Fixes #1039 WIP

enhancement

Depends on #1237 As mentioned before to @pankraty. Now we don't have to create a new `Expression` when comparing cell values in e.g. `VLOOKUP`. The comparer can also be reused...

enhancement