-
For python projects, it'd be great to have a support for [pyproject.toml](https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/) and dependency management with [poetry](https://python-p…
skrat updated
1 month ago
-
As mentioned here by Fedor Pikus (https://youtu.be/wGSSUSeaLgA?si=ZbSLQ62fzZ27VAdk) threadpools on modern CPUs could waste a lot of time if they're not coded in a NUMA aware way. And he claims that hi…
-
If I use a player name with a query, the exception raised states that I should use a MAC address.
```
>>> params = {"player": "Office", "query": "NOW PLAYING"}
>>> controller.simple_query(params…
-
ordan luppux adını sil bana dm döktürme canımın içi, anlamışsındır umarım.
-
Following up on #341, we should look at a way to have `piku` "step out of the way" for unfettered `ssh` sessions, probably depending on a specific key. Quoting myself from that thread:
> You'd do `…
-
Hi, I appreciate your contributions to the `piku` project, and came across this sample code. It does install and run the Python interpreter, and your update with piku/piku#79 gives us the ability to c…
-
I'm brand new to piku, and setting it up on on Ubuntu 24.04 LTS, which runs python 3.12 now(Python 3.12.3).
In Python3.12 deprecated escape sequence issues have been upgraded to SyntaxWarning
```
…
-
I'm trying to figure out Piku (the docs are pretty sparse, yo). It *looks* like Piku creates a persistent data directory for each application, but it doesn't appear to tell the app where the directory…
-
### 🍅 [1] what is RCU , perfbook 作者 [Paul McKenney ](https://twitter.com/paulmckrcu)
http://www.rdrop.com/~paulmck/RCU/whatisRCU.html
> RCU-based updaters typically take advantage of the fact th…
-
Whoops, looks like I didn't test #352 well enough. @clusterfudge just FYI on Ubuntu the shell script broke because the if statements are bash formatted where the hashbang is `/bin/sh`. Fix incoming.