Jamison Lahman

Results 14 issues of Jamison Lahman

Looks like there was interested for this in https://github.com/bats-core/bats-core/pull/545. I've contributed to https://github.com/filmil/bazel-bats which I presume enables this functionality. Skimming https://github.com/bats-core/bats-core/pull/545, looks like the only complaints were around testing/documentation which...

Type: Enhancement
Priority: Medium
Component: Packaging
Size: Medium

BUILD ``` load("@bazel_latex//:latex.bzl", "latex_document") latex_document( name = "cover_letter_resume", main = "cover_letter_resume.tex", srcs = [ ":cover_letter.pdf", ":resume.pdf", "@bazel_latex//packages:calc", "@texlive_texmf__texmf-dist__tex__generic__ifxetex", "@texlive_texmf__texmf-dist__tex__generic__oberdiek", "@texlive_texmf__texmf-dist__tex__latex__pdfpages", "@texlive_texmf__texmf-dist__tex__latex__eso-pic", "@texlive_texmf__texmf-dist__tex__latex__graphics", "@texlive_texmf__texmf-dist__tex__latex__oberdiek", ], ) ``` cover_letter_resume.tex ``` \documentclass{report} \usepackage{pdfpages}...

enhancement

### Subject of the issue Maybe only worth posting to help others troubleshoot, but it won't let me log in while connect to PrivateInternetAccess VPN. Effectively any backend call fails...

## Description Adds types that I believe are fully compliant with [PEP-561](https://peps.python.org/pep-0561/). Borrows heavily from [types-colorama](https://github.com/python/typeshed/tree/main/stubs/colorama/colorama). Includes slight modifications to those to please [stubtest](https://mypy.readthedocs.io/en/stable/stubtest.html) and adds type stubs for `colorama/tests/`....

``` $ cd examples $ bazel build //... Starting local Bazel server and connecting to it... Analyzing: 8 targets (40 packages loaded, 46 targets configured) ERROR: /home/jamison/.cache/bazel/_bazel_jamison/aa4d8cfd50269e290d9b8d3fb2845591/external/bazel_tools/platforms/BUILD:84:6: in alias rule...

If you use this library with [PYTHONWARNINGS=error::DeprecationWarning](https://docs.python.org/3/library/warnings.html#describing-warning-filters), you are met with the following error, ``` File ".../whoosh/analysis/filters.py", line 50 --   | url_pattern = rcompile("""   | ^   | SyntaxError: invalid escape...

Without installed: ``` $ git commit -m 'foo' [ buildifier-bin ] setting pkgrel to '1' [ buildifier-bin ] updating package checksums... FAIL Command 'updpkgsums' not found. Try installing 'pacman-contrib'. ```...

Bazel's buildtools get their versioned stamped when `--config=release` is used as defined in their [.bazelrc](https://github.com/bazelbuild/buildtools/blob/a6ca93fd072d573a22963c6213abeaca99e6b740/.bazelrc#LL1). (This also builds with `-c opt` which is also generally nice.) Since their `status.py` calls...

``` $ buildozer --version buildozer version: redacted buildozer scm revision: redacted ```