Florian Ludwig

Results 58 issues of Florian Ludwig

sphinx build fails with `TemplateNotFound: default/layout.html` reproduce with: ``` git clone cd documentation pip install sphinx make html ```

Add gnome-shell specific way of getting current window. Allows the watcher to work on wayland. This is gnome-shell specific and won't work on any other wayland based compositor and therefor...

for PIXI.draggable to work all draggable elements must direct children of the containment. Would be great if it would be more flexible

I tried the demo page on firefox mobile and google chrome and had two issues: - [ ] Clicking on "Generic" the screenshot is so big that the input fields...

example usage: ``` import json5.loader import json5.dumper model = json5.loader.loads('{foo: "bar" /*a comment */, "a": 1}', loader=json5.loader.ModelLoader()) model.value["foo"] = json5.dumper.modelize("not-bar") print(json5.dumper.dumps(model, dumper=json5.dumper.ModelDumper())) ```

Hey! Awesome to see this project getting some love :) And great to see you made use of our refactoring! The readme was still stating it is a fork -...

If omitting the command like this: d="M -12,610 230,112 469,897 795,533" any svg viewer I tested did draw a line even though the specs do read: "The command letter can...

It would be helpful to include attachments in the export. https://trello.com/docs/api/card/index.html#get-1-cards-card-id-or-shortlink-attachments

Add possibility to install dependencies to target directory without creating a venv. `pip -t` flag analogue. The proposed command example is ``` poetry bundle site-packages ./vendor ``` Creating this ticket...

## Change Request ### Describe the problem - https://tikv.org/docs/3.0/tasks/try/ States that rust nightly snapshot is needed for async support which outdated information. ### Suggest an improvement/fix As of Rust [1.39.0](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)...