Piotr Podusowski
Piotr Podusowski
## What do these changes do? You can use timeout as function decorator. ## Are there changes in behavior for the user? Users get additional API ## Related issue number...
```python @timeout(1.0) async def foo(): pass ```
This STOP/CONT pattern is used to avoid data-race between reading /proc and handling things like mmap events from the kernel, isn't it? Anyway, we are profiling some apps that don't...
Fixes https://github.com/podusowski/walkers/issues/99
There are couple of requirements that OSM put on the clients. https://operations.osmfoundation.org/policies/tiles/ # Hard requirements - [x] Clearly display [license](https://wiki.openstreetmap.org/wiki/License) [attribution](https://wiki.osmfoundation.org/wiki/Licence/Attribution_Guidelines). - [x] Valid [HTTP User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) identifying application. Faking another...
Additionally, I think 'cache' in `Tiles` has not correct name, or not correctly placed: atually, it is a display cache, e.g. to display already prepared textures, not to get tile...
Walkers was originally derived/extracted from Widnet - a situation awareness app. As such, it is crucial that the app is operable at night, without emitting too much excessive light. To...
Right now we just simply send `Walkers`. Might be polite to at least include crate's version.
Related discussion: https://github.com/rust-windowing/winit/pull/3787#issuecomment-2229058082 - [x] Tested on all platforms changed - [x] Added an entry to the `changelog` module if knowledge of this change could be valuable to users -...