-
-
The while-loop checks the current position each time, so it works for all cells on the board. It only loops the required amount to reach the right edge.
The for-loop always walks board_size.x times t…
-
`TabularMDP` constructs a `transition_matrix` and `reward_matrix` without considering `is_terminal(s)`. This means that it is up to whoever is using those matrices to ensure that terminal states are b…
-
This is more a question than an issue
Suppose I have a cmake project that internally does
````
FetchContent_Declare(libname
URL https://.../libname.zip
URL_HASH SHA256=
)
FetchConte…
-
i like the idea to program CP in a visual way
this is a follow up from https://github.com/circuitpython/web-editor/issues/20#issuecomment-2018916625
## Initial Idea / thoughts:
- get suppor…
-
Leave a comment if you are searching for an idea how to contribute. :smiley:
-
## Summary: Integration with StreamerBot to enable more flexibility with custom interactions from Twitch, Youtube, Trovo, VStream, StreamElements, StreamLabs, and anything else that Streamer.bot can i…
dbqt updated
7 months ago
-
we now have a basic stub to accept FlowRemoved events from the NetCore runtime. these should be exposed as events within FlowLog, like `switch_port`, `switch_down`, etc.
one design point is how to co…
-
(This is a feature request.)
Since the introduction of custom blocks in Scratch 2.0, "run without screen refresh" custom blocks have had a strange "edge case" behavior revealing awkward internals o…
-
## Introduction
This issue builds upon Option 2 from the discussion [OTel Tracing vs Tokio-Tracing](https://github.com/open-telemetry/opentelemetry-rust/issues/1571), proposing a strategic shift in o…