Thomas Kemmer

Results 12 issues of Thomas Kemmer

Julia 1.11 is the first version to export `Base.@with`: ``` help?> @with @with vars... expr Macro version of with(f, vars...) but with expr instead of f function. This is similar...

Adding/removing rows to/from DictTables only seems to work when the index column does not have a name, e.g., when the table is constructed from dictionaries: ```julia julia> idx = [1,...