Brian Peiris

Results 50 issues of Brian Peiris

It seems a particular type of presence update can kill the discord bot, forcing it to restart: ``` TypeError: Cannot read property 'kind' of null at PresenceRollups.rename (/hab/svc/hubs-discord-bot/static/src/presence-rollups.js:84:56) at ReticulumChannel....

The mesh batching example in this repo is renders incorrectly on macOS in both Firefox and Chrome (tested on a 13-inch 2018 MacBook Pro with Intel Iris Plus Graphics 655...

We want to encourage users to enable CloudTrail for their own auditing purposes. Some instructional documentation around that would be useful.

I'm just reporting this so that other people can find it. I'm running Ubuntu 24.04 with Shapez from Steam. I ran into a bug where the game window would lose...

It seems keybr scales its UI based on the monitor's full resolution, not on the window size. I'm on Ubuntu, Firefox, with a 4K monitor at full resolution. Keybr scales...

The default behavior of the escape key is to reset your progress on a practice session. This is annoying especially with the "Source Code" practice mode, and my particular keyboard...

Add a CHANGELOG.md that just points people to the GitHub release notes. Just a convenient way to redirect those who go looking for a CHANGELOG at first.

Task commands for a simple application look like this: ```json { "tasks": { "start": "deno run --allow-env --allow-read --allow-run npm:concurrently 'deno run server' 'deno run bundle'", "bundle": "deno run --allow-env...

suggestion
task runner

Fixes #5757 The [highlighting grammar for Level 13](https://github.com/hedyorg/hedy/blob/cc564880151ecccab642ada1632f9cff973f8a81/highlighting/lezer-grammars/level13.grammar#L30) explicitly allowed for Numbers when using the `pressed` keyword, as part of the `EqualityCheck` rule. Subsequent grammars (Level 14-18) omitted Numbers since...