Shawn Anastasio

Results 10 issues of Shawn Anastasio

When attempting to translate a VHDL entity whose PORT declaration contains a user defined type using the technique described here: https://stackoverflow.com/questions/16872950/can-custom-types-be-used-in-port-declaration, there is no way to inform vhd2vl of the...

## To Reproduce Step by step instructions to reproduce the behavior: > 1. Open a chat in Element > 2. Click on "Show Stickers" > 3. Click on the gear...

When importing a sticker pack from the admin panel of dimension, the following error messages are encountered: ``` Feb-15-2019 23:15:14.393 -06:00 info [Webserver] Incoming request: POST /api/v1/dimension/admin/stickers/packs/import/telegram?scalar_token=redacted Feb-15-2019 23:15:14.393 -06:00...

bug

When creating a signal with `shape` set to an Enum-derived type, the decoder function is automatically inferred to a built-in function that turns the Enum value and name into a...

Some peripherals will report the same uinput device name, so update the get_all_uinput_device_names_to_paths routine to handle this by appending an incrementing number to the device name in the case of...

When following the installation instructions in the README, the `make install` step appears to install the plugin to `/usr/lib/xfce4/panel/plugins/libdocklike.so` but on my ppc64le Gentoo system, xfce4-panel expects the plugins to...

Kernel console output is currently hardcoded to output to the VGA textmode driver. Should probably create a console provider interface to allow for easy swapping to other output providers (serial...

enhancement

Patches the Dirty Cow (CVE-2016-5195) privilege escalation kernel exploit for ElementalX-1.00.

Patches the Dirty Cow (CVE-2016-5195) privilege escalation kernel exploit for ElementalX-1.00.

serialposix.py's PlatformSpecific._set_special_baudrate uses the TCGETS2/TCSETS2 ioctls on linux to set custom baud rates, but the correct ioctl number and constants are not present for ppc. Fix this by defining the...