raphCode

Results 23 issues of raphCode

I get the following backtrace when trying to open the application on Arch Linux with X11. The Emulsion window shows up for a split second, but without any content (no...

Right now, it seems watchexec exits on receiving SIGINT / `Ctrl-C`. It would be nice to include an Option to pass SIGINT to the running process. My usecase is restarting...

new feature

This is basically #30 re-occuring, at least for me Ctrl Z did not stop the spawned process: - `watchexes yes` - Press `Ctrl-Z` - Observe how terminal is still spammed...

**Describe the bug** `OmegaConf.merge(config, structured)` fails to merge dataclasses contained in a list. This means type information are not present in the resultant config. Related: https://github.com/facebookresearch/hydra/discussions/2586 **To Reproduce** ```python from...

bug

# 🚀 Feature Request Since Python 3.3, the standard library provides [`types.SimpleNamespace`](https://docs.python.org/3/library/types.html#types.SimpleNamespace) which is a container similar to `dict`s, but can be accessed by dot notation. I would like to...

I played around and found out that `attrs.astuple` is quite slow in comparison to using `operator.attrgetter` with all the field names. Maybe the performance of `attrs.astuple(recurse=False)` can be improved, benefiting...

Performance

I really like to set up pre-commit hooks of code formatters and such to ensure consistent code styling in my repos. I don't want automatic changes to my commits to...

feature request
stdio-redesign

This PR adds the parameter `tableofcontents.hfill-command` to control the way the space between the TOC entry and the page number is filled. By default this is `dotfill` which is the...

enhancement
modules:packages

### Description Using a fill pattern with `relative: "parent"` in polygons does not align the pattern correctly. Screenshot: ![image](https://github.com/typst/typst/assets/15750438/e9766726-cc0c-4222-9ccc-827c5b65b385) I expected that all fill patterns align properly, like between the...

bug
pdf
svg
png

I like to have some field of my bibliography entries in a certain order, for example: - type - title - author I would like to see a command line...