Shane Mc Cormack
Shane Mc Cormack
RFC 6238 (https://tools.ietf.org/html/rfc6238) states: > TOTP implementations MAY use HMAC-SHA-256 or HMAC-SHA-512 functions, > based on SHA-256 or SHA-512 [SHA2] hash functions, instead of the > HMAC-SHA-1 function that has...
If I have a feature that looks like: ```gherkin Feature: Test Scenario: Testing Replacements When I run 'foo' When I run 'bar' When I run "baz" When I run "qux"...
On 22.04 on the GPD Pocket 3 - the display device is sometimes named DSI-1 not DSI1 https://github.com/wimpysworld/umpc-ubuntu/blob/master/data/umpc-display-rotate.c#L52 refers to the old name. Looks like a similar change was needed...
When running on ubuntu using `/bin/sh` (which defaults to `dash`) the script generates the following errors: ``` Install base Alpine (plus bootloader packages) for x86_64 arch inside chroot /tmp/alpine-build/create.sh: 464:...
I'm trying to build a proxmox image that can be deployed using either virtio or scsi for the block device, which I believe to be possible if the `os-device-type` is...
`guild.roles` is no longer always populated. Similar to https://github.com/rauenzi/BetterDiscordAddons/pull/759, but also includes a class-reroll. Used https://github.com/NyxIsBad/discordscripts/blob/master/classes_mapping.csv to figure out new class names
Looks like `guild.roles` is no longer always populated.
Add libcurl4 libcurl4-openssl-dev dependencies for latest parsec and update scripts.