Fredrik Bagge Carlson

Results 305 issues of Fredrik Bagge Carlson

```julia Axz .= Ax .- z u .+= Axz ``` should align as ```julia Axz .= Ax .- z u .+= Axz ``` but aligns as ``` Axz . =...

I have a notebook where I'd like to update the versions of packages that are used. Some of the packages have had breaking releases, and I have made changes to...

package manager

If I select some text inside a markdown string and the highlight spans more than one row, and ends in the middle of the last row, the entire last row...

bug
CM6

## Details Here's a MWE. The series in the middle, `primary := false`, messes with the order of the legend entries in the plots coming after it ```julia struct Foo...

bug

It would be nice to have some integrated tools for model inspection and feature importance (FI). Below are some links to resources and what's available in scikit learn. Scikit learn...

enhancement
design discussion

If possible, it would perhaps be nice to detect the presence of a compiler before spending the time to build the system image? ``` ✔ [07m:05s] PackageCompiler: compiling incremental system...

A normal julia block ``` '''julia ``` appearing in a markdown document evaluates nicely in vscode, but Documenter.jl example blocks ``` '''@example example_name ``` doesen't. It would be very useful...

Stepping through this call crashes the debugger ~and it remains crashed after julia is restarted, one has to restart vscode to recover.~ Scratch that, I just tested again and this...

bug
area-debugger

I am struggling with the linter giving way too many (> 4k) false positives, and I am trying to list some of them here. ```julia H1,N = tfest(D.da[1:2end÷3]) # parser...

bug
area-ls-linter

The following code used to run in MTK a couple of versions ago, but have since been broken. It recently started producing a new error: > Observed variables depends on...