-
This is a list of public non-deprecated functions that are never used either directly or indirectly in the main codebase or the tests/examples.
Tests should be written for some of these functions.
…
-
I have a test case which looks similar to the following:
```
TEST_CASE("name", "[tag]") {
std::vector const time= {...};
std::vector const other= {...};
for (size_t …
-
In order to stop polluting the global namespace we will move migration classes under the `Phinx\Migration` namespace. This also conforms to PSR-2.
-
So I tried running this on the provided `mnist.py`. My main use case is that I'm on a laptop and I want it to train faster and use less battery. What I did not expect is that it was 3x slower using th…
-
[Async IO in Python: A Complete Walkthrough – Real Python](https://realpython.com/async-io-python/)
基础认知:
- Python 中, coroutine 是 generator 的一个特例
- asyncio 看名字也是和 io 有关,主要用于将 io 操作异步化,实现并发效果
- 写…
-
Default sluggification is simplistic, relying on a title field and performing no inference whatsoever.
**With no field named "title", entries currently fail to save.**
The ideal fix is to simply…
-
Notes from textedit post clojure conj 2018 post hammock.
# Has data requirements:
## View
Cares about:
- Fields to render.
- Whether it's queryable or not.
- Meaning: The way I'm querying …
-
Hi, I would like to make a suggestion: Is it possible to add a challenge/puzzle so that the alarm is turned off only after the challange is solved?
There are many alarms with this feature in the Pl…
-
### Make sure you completed the following tasks
- [x] I searched the [discussions](https://github.com/bfgroup/b2/discussions)
- [x] I searched the closed and open [issues](https://github.com/bfgro…
-
@eh2k
The new version 🤯🤯🤯
so far I found a scope bug - it doesn't load
![IMG_7552](https://github.com/user-attachments/assets/ffaba9c0-7a55-41b9-9463-e4bb64ecbafb)
EuclidRythm kicks ass especia…