Andreas Grapentin

Results 11 issues of Andreas Grapentin

In SQLite, the "CREATE DATABASE %s" and "USE %s" queries fail with syntax errors. example: > > SqlAlchemyBackend('sqlite:///' + absolute_path_to_dbfile, initialize=True) fails with > > sqlalchemy.exc.OperationalError: (OperationalError) unable to open...

bug

In the sqlalchemy backend (line 155), the table definition sais > > Column('username', String(128), primary_key=True), I was wondering if it would make sense to use a numerical value, for example...

according to http://www.coreyh.org/diablo-2-files/documentation/d2s_save_file_format_1.13d.html, the value of bytes 16-20 is the number of the currently active weapon set. Unfortunately, I have no means of checking that right now :)

This PR makes py3status compatible with tmux, by implementing the status bar format expected by tmux in addition to the i3 / sway formats already present in py3status. To enable...

enhancement :heart_eyes:

it appears that the arm-xilinx-linux-gnueabi- prefixed toolchain has been removed from the vivado SDK as of version 2017.3. More information (not much though) here: https://forums.xilinx.com/t5/Embedded-Development-Tools/Unable-to-find-full-path-for-quot-arm-xilinx-eabi-gcc-quot/m-p/827476/highlight/true#M44334 It appears that now the...

I'm using ArduinoMqttClient together with a mosquitto broker, and sometimes when sending a QoS2 message, the connection will drop silently. (It seems this always happens on the second QoS2 message,...

type: imperfection

The Integer struct could implement the binary trait to allow usage of the `{:b}` formatter. The implementation is fairly trivial, and similar to the implementations of the Debug and Display...

GuitarPro7 has added a MusicXML import/export feature, and they have added their own method of specifying tabulature info in the XML within the `` tag, like this: ``` ``` I...

To prepare for dark mode, it seems useful to upgrade tailwindcss to v2 or v3. I've followed the upgrade guides and prepared two commits, one for the v1 to v2...

I noticed that applications installed under wine that create a .desktop file are not listed in nwg-drawer, even though other application launchers do list them (tested with tofi-drun) wine places...