Samuel Bronson

Results 40 issues of Samuel Bronson

Teach Gitpod to set up a container for shellcheck.net development. This currently uses the distro-provided shellcheck package. It wouldn't be too hard to build from source, but it would take...

There's no need to use "irregardless" when we have "regardless". (I'm actually just trying to trigger a build failure without changing any of the moving parts, so I just made...

It seems like it would be useful for privileged code to be able to ask a hart to use an effective VLEN that is lower than the actual length of...

Some [sub]packages already have a gratuitous Data Files directory in them, but would otherwise work quite nicely with bain. For example, see [Better Bodies](http://www.nexusmods.com/morrowind/mods/3880/). It'd be nice if Wrye Mash...

The documentation for your version of BoostConfig.cmake seems a little sparse: https://github.com/boostorg/cmake/blob/7f5336b3bf8067bb40da4e8b9940c133271e938a/config/BoostConfig.cmake#L5 CMake 3.30 deprecated [FindBoost](https://cmake.org/cmake/help/latest/module/FindBoost.html), saying: > Changed in version 3.30: This module is available only if policy [`CMP0167`](https://cmake.org/cmake/help/latest/policy/CMP0167.html#policy:CMP0167)...

Introduction.rst [says](https://github.com/FStarLang/karamel/blob/38241dff51919c1bfcc13c392f7a551dd4d2783d/book/Introduction.rst?plain=1#L117): ```rst The present file is ``Introduction.fst`` and can be found in the ``book`` directory of KaRaMeL. ``` However, that hasn't been accurate since commit 45dad91bd3b8424b197c970f24863bb1d0c3cd0c on Mar 4,...

**Describe the bug** Calls to `__getitem__` resulting from indexing syntax don't report deprecation warnings when they should. Acording to : > - Any syntax that indirectly triggers a call to...

enhancement request

This helps on Termux running on versions of Android that have getentropy in libc, but targetting an API level before getentropy was added (as Termux clang does by default).