Matus Goljer

Results 278 issues of Matus Goljer

I've already discussed this a little bit with Magnar but I need to clear my thoughts a bit. So what I'm proposing we do is an API for alists, plists...

enhancement

## Why? See discussion in #212. ## Transition plan When we do the transition we can provide a file `dash-compat.el` or `dash-aliases.el` which people could require to keep the old...

discussion

There's the group/groupby from Data.List, which is pretty useful. It's not yet present in dash and it generalizes `-partition-by`. The docs from hackage: > The `group` function takes a list...

discussion

- `-split-at`, `-split-with` and `-separate` should return `(a . b)` instead of a list. It makes accessing the elements needlessly obtrusive (`cadr` instead of `cdr` for the 2nd item). These...

discussion

Hi @TxGVNN We've recently added similar functionality to terraform-mode https://github.com/emacsorphanage/terraform-mode/pull/19 Do you think there is some noticable difference between the two features? Would it make sense to enhance the built-in...

The builds on github are very frequent https://github.com/microsoft/sqltoolsservice/releases The one this package installs one is super out dated and actually fails on newer ubuntu as it runs on old dotnet...

It's a tiny detail, but would make pretty tables work better :D Cell font-locking is taken from https://github.com/Fuco1/sql-workbench if you are interested, I can make a patch to put it...

Given a *cdf* F defined on positive numbers for a random variable X, we can find the reciprocal random variable Y = 1/X and its *cdf* G as follows: `G(y)...

Currently the logic looks for the `phpstan.neon` file to enable the checker. I store this file inside `app/` or `tests/` directories with a bit different configurations for each scenario and...

``` > tsibble(quantity = dist_normal(1, 1:6), outlook = 1:6, index = "outlook") %>% as_fable(response = "quantity", distribution = "quantity") # A fable: 6 x 2 [1] quantity outlook 1 N(1,...

bug