-
Updated
Feb 19, 2022 - Odin
odin
Here are 152 public repositories matching this topic...
-
Updated
Feb 19, 2022 - Ruby
-
Updated
Feb 17, 2022 - Rust
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);-
Updated
Feb 15, 2022 - Go
-
Updated
Feb 19, 2022 - Scala
-
Updated
Nov 30, 2021 - Vala
-
Updated
Jan 11, 2022 - C#
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Feb 13, 2022 - Vim script
-
Updated
Oct 15, 2021
-
Updated
Aug 18, 2020 - Ruby
Feature Suggestion:
Want to see estimated reward time and general staking weight on ODIN Qt wallet.
Why?
That is pretty easy to check conditions and very useful!
-
Updated
May 12, 2021 - C#
-
Updated
Jul 18, 2021 - Odin
-
Updated
Jan 30, 2020 - Odin
-
Updated
Sep 17, 2018 - Ruby
Improve this page
Add a description, image, and links to the odin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the odin topic, visit your repo's landing page and select "manage topics."
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yamlodin log -i {job_id}