Nils Werner

Results 57 issues of Nils Werner

I tried deploying GitLab 7.2.1 and have the problem of Sidekiq not starting. I have no experience with Rails or Dokku so I have no idea what might be the...

You can create invisible citations (they don't appear in the text, but in the references section) using `\nocite{}` and `\nocite*{}`. Latexer doesn't pick up on these and doesn't show the...

*Description of changes:* This PR depends on two other PRs: - d2l-ai/d2l-book#37 which implements `d2lbook build epub` - #1954 which fixes LaTeX errors that happen during the build process Two...

This PR implements two things: It adds all assets to the `sdist` zips by defining all files to be included in `MANIFEST.in`. By doing so 1. won't have to create...

### What happened? When I add a node to my flowgraph, the `.grc` file will contain a line ``` state: true ``` If I disable that node, the line switches...

GRC
good first issue

### What happened? When trying to create a hier block with a variable vector length parameter, the resulting YAML file has a static `vlen` field in its inputs and outputs....

Bug
GRC
medium

### Feature Description Currently the attribute `grc_source` in a `block.yaml` file refers to the corresponding `grc` file using an absolute path. The three files ``` /home/nils/.grc_gnuradio/bla.grc /home/nils/.grc_gnuradio/bla.py /home/nils/.grc_gnuradio/bla.block.yaml ``` will...

Feature Request

### Feature Description It would be great if one could create a "detour node" which artificially causes a link to not take the direct path between two nodes. For example...

Feature Request
GRC

### What happened? With a file `examples/importme.py` ```python a = 5 def b(): return 10 def d(): return 10 ``` and using an import block the following imports seem to...

GRC
clarification needed
Python

### What happened? When trying to collapse the "Core" group in the block list I am very frequently unable to do so. The triangular symbol is just not clickable, as...

Bug
GRC