-
This is more a question, but perhaps it could also be added to the main README
or a FAQ entry (which could be useful IMO).
Can we combine toybox with e. g. mruby to produce one combined binary?
…
-
Hello!
So, this definitely falls into a weird spot, since the game doesn't natively support multiclassing, but I was doing some testing.
(Toybox multiclassing)
It looks like onslaught blaster beh…
-
### Describe the bug
When `toybox` is listed in `buildInputs` and `src = ./.` the build fails with `cp: Unknown option 'reflink=auto' (see "cp --help")`.
### Steps To Reproduce
```nix
{pkgs…
tobim updated
7 months ago
-
pending에 아무 example코드도 넣지 않은 clean 상태에서 allyesconfig를 설정한 뒤
make를 걸면 다음과 같이 오류가 발생합니다.
`backsun@backsun-VirtualBox:~/gitproj/toybox$ make allyesconfig`
`cc -o kconfig/conf kconfig/conf.c kconfig/zcon…
-
A better source of common utilities than toybox or busybox if you don't mind the CDDL. It's userland, not the kernel, so I don't think the license matters.
https://codeberg.org/schilytools/schilyto…
-
I'm running:
mkroot/mkroot.sh CROSS_COMPILE=armv5l-linux-musleabihf- LINUX=$GIT_ROOT/linux
with TOT Linux and the build is failing (see below) I also don't see flex in the armv5l & armv7l toolch…
-
When trying to run an agent through the command "python -m agents --game Breakout --agentclass StayAlive" (or with any agent in the system), the following error occurs:
Traceback (most recent call …
-
* cattrs version: 23.2.3
* Python version: 3.10.12
* Operating System: Ubuntu-22.04
I'm using attrs 23.2.0, if that matters.
### Description
Hi! I am having trouble adding the special `_ty…
-
```
import Toybox.Lang;
import Toybox.WatchUi;
class OptiBug {
var labelUnitString as String;
var label as String;
function initialize(measureId as Number) {
self.labelU…
-
Is it supposed to do anything at the moment? Any plans to make it work?