fleetingbytes

Results 11 issues of fleetingbytes

I am trying to use this between my windows PC and my android phone. For Windows I downloaded the zipped croc binary `v8.6.11-757ed18`, on Android I use croc GUI `v1.4.1`...

When I copy paste the source code of `usage.rs` into a new minimal rust project, it does not show the `INFO` trace event and the error does not have the...

Thanks to the newly implemented possibility of having [repository-specific publishing options](https://github.com/pypa/hatch/pull/434) since hatch-v1.5.0, I have set multiple publishing repositories in my config.toml, similar to this: ``` [publish.index.repos.test] url = "https://test.pypi.org/legacy/"...

I compared my solution to @akhildevelops's [solution](https://github.com/akhildevelops/rustlings-solutions/blob/solutions/exercises/iterators/iterators3.rs) and I think that most people go the same convenient way like him: handle the obvious couple of extra cases and then just...

I think rustlings should learn that they can test if a function panics when it is supposed to, e.g.: ```rust pub fn superstitious(n: u8, cat_color: &str) { if n ==...

I created some news fragments for towncrier to build me my new changelog and after that I inteded to commit the changes to the git repo. So the news fragments...

Retry of PR #377. I don't know did not find a way how to fix the links `coerce.py` and `semverwithvprefix.py`. Maybe because I develop under Windows which does not support...

# Situation When running some tests for my semver [plugin for hatch](https://github.com/Nagidal/hatch-semver), I was surprised that if prerelease's or build's last identifier is alphanumeric, bumping does nothing. # To Reproduce...

Bug

# Situation python-semver currently uses the setuptools build backend # Possible Solution/Idea hatchling seems to be the recommended build backend now. (Tutorial [uses it](https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml) by default.) # Additional context One...

Infra
Enhancement

During a migrant wave, when the first migrant entered the map, the announcement was "Some migrants have arrived" (not "A migrant has arrived", indicating that there is more of them)....