Roland Fredenhagen

Results 173 issues of Roland Fredenhagen

Add an Option to automatically open some pages like Medium in Outline. If I find time, I will have a look at this myself.

Image explains it best, the jungle planks are connected at the top but not at the side ![2022-01-04_14 08 11](https://user-images.githubusercontent.com/11978847/148063910-109ca8b9-2a9e-441d-8c92-875ab91cbe6b.png) I'm using [Stay True](https://www.curseforge.com/minecraft/texture-packs/stay-true). This is the properties file: ```ini...

enhancement

After some investigation, it turned out that this is in fact a missing feature of the attribute parsing, we currently do not support non-literal defaults due to only supporting meta...

enhancement

The builtin synctect grammars are pretty limited (e.g. `toml` is missing). For my own projects, I found that `bat` collected a more comprehensive set of syntaxes: https://github.com/sharkdp/bat/tree/master/assets/syntaxes (they get compiled...

feature request
text

fixes the `advanced` section of the tutorial

I was wondering if I could somehow alias `*` to `dot.c`. First, I tried doing it through `#show "*": [#sym.dot.c]`, but that doesn't affect math mode AFAICT. My second attempt...

### Describe the bug Open with seams to only work with browsers (Firefox, Chrome, Edge) and not with e.g. Gimp, Inkscape or Okular (the file I tested with was a...

kind/bug
app/desktop
core

### Language server rust-analyzer ### Requested feature I want to be able to activate Features and change the target, for which I need to restart the language server. I'm currently...

enhancement

This is something the standard library does, for example for String: https://doc.rust-lang.org/src/alloc/string.rs.html#2645 Basically, the derive would just wrap a `Clone` call. This allows functions taking `Into` to also take `&T`....

enhancement
help wanted

This would require you to put the correct attributes on each enum variant, same as for the struct derive: We would maybe need to be able to specify the actual...

enhancement
help wanted