Tiziano Müller

Results 88 issues of Tiziano Müller

## Describe the bug Some URLs are not recognized as URLs (e.g. not clickable). ## Environment (please complete the following information): - OS: Linux Wayland (Wezterm running under XWayland) -...

enhancement

I setup bees on my home NAS which I've tuned to spin down the disks when not used (OS and temp on an SSD). The regular bees crawls seem to...

I'm trying to setup the Logitech Spotlight presenter with pdfpc. The presenter itself is properly recognized by Linux as a mouse device which generates a `LEFT` and `RIGHT` key events...

enhancement

I get the following error when trying to run librespot (in discovery mode) with either ALSA or Portaudio backend: ``` RUST_BACKTRACE=1 /opt/librespot/target/release/librespot --cache /var/lib/kodi/.cache/librespot --name Gambit -b 320 INFO:librespot: librespot...

bug

I tried to use the `--auto` option to generate the migration files. The result is: ``` python def migrate(migrator, database, fake=False, **kwargs): """Write your migrations here.""" @migrator.create_model class BaseModel(pw.Model): @migrator.create_model...

We are using the `BinaryJSONField` from the Playhouse module for PostgreSQL (see http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#postgres-ext). The migrations file contains then the following: ``` python @migrator.create_model class Result(pw.Model): energy = pw.DoubleField() task =...

I am trying to add a not-null field in a migration. The way to do it is to add the fill with `null=True`, fill it and then add the not-null...

``` &FORCE_EVAL &DFT POTENTIAL_FILE_NAME POTENTIAL &XC &XC_FUNCTIONAL &GGA_C_PBE &END GGA_C_PBE &GGA_X_PBE &END GGA_X_PBE &END XC_FUNCTIONAL &END XC &END DFT METHOD SIRIUS &PW_DFT &CONTROL VERBOSITY 2 &END CONTROL &ITERATIVE_SOLVER NUM_STEPS 20...