FantasqueX

Results 39 issues of FantasqueX

Hi, I have some questions about `WITH_UNALIGNED`. I use ArchLinux as my daily distro. When I took a look at zlib-ng build options used by ArchLinux, I found something strange....

question

As you can see in [the latest CI result](https://github.com/boostorg/geometry/actions/runs/7101383204/job/19329377831), `warning: Did not find command for MSVC toolset. If you have Visual Studio 2017 installed you will need to specify the...

According to https://github.com/bfgroup/b2/commit/597350653ada0f192dbe4b6d6ee509429f1cda45, b2 deprecated test-suite rule in 2007.

### Steps to reproduce 1. `git clone https://github.com/pylint-dev/astroid.git` 2. `python3.12 -m virtualenv .venv` 3. `source ./.venv/bin/activate.fish` 4. `pip install -e .` 5. `pip install pydantic` 6. `pytest` ### Current behavior...

Needs investigation đŸ”¬

According to https://setuptools.pypa.io/en/latest/pkg_resources.html, pkg_resources has been deprecated and importlib-metadata is recommended. `DistributionNotFound` only can be thrown from `find_plugins()` which is not used by ia. Tested with plugin https://github.com/JesseWeinstein/ia_recent. Closes: https://github.com/jjjake/internetarchive/issues/613

Currently, this project uses close-source floatingactionmenu.aar to provide floating action button. I think using FAB of Material Design is a better choice which can also resovle #82 . If you...

The example link https://bazel-contrib.github.io/rules_cuda/0.2.1/examples in https://bazel-contrib.github.io/rules_cuda/0.2.1/ returns 404. When building docs myself, there is a warning `Doc file 'index.md' contains an unrecognized relative link './examples', it was left as is.`.

Hi, I'm building packages for ArchLinux RISCV. When building most package executing `./configure`, an error occurred. ``` checking build system type... autoconf/config.guess: unable to guess system type This script, last...

**IMPORTANT** Please read [README](https://github.com/yuk7/ArchWSL/blob/master/README.md) and [Docs](https://git.io/arch-doc) before creating the issue. **Please fill out the below information:** **Describe the issue** A clear and concise description of what the bug is. When...

Currently, there is a warning when building wheel. ``` jq.c: In function ‘__pyx_f_2jq_jv_string_to_py_string’: jq.c:12111:24: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 12111 | __pyx_v_string_value = jv_string_value(__pyx_v_value); |...