Skip to content
#

bazel-rules

Here are 187 public repositories matching this topic...

prestonvanloon
prestonvanloon commented Feb 3, 2019

yaml.reader.ReaderError: unacceptable character #x1f48e: special characters are not allowed
in "", position 1195

This seems to come from the python yaml reader which incorrectly rejects special unicode characters.
The character in particular is 💎, which kubernetes gladly accepts as valid unicode.

https://www.compart.com/en/unicode/U+1F48E

feature request help wanted good first issue
facundominguez
facundominguez commented Feb 1, 2022

The documentation of the hidden_modules attribute of the haskell_library rules currently says:

Modules that should be unavailable for import by dependencies.

The text itself is wrong, since dependencies of the haskell_library rule cannot import any modules of it. But there are also a couple of situations that need to be explained.

Non-existent modules

The following in

Improve this page

Add a description, image, and links to the bazel-rules topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bazel-rules topic, visit your repo's landing page and select "manage topics."

Learn more