-
If you have this file:
```elixir
platform "roc-lang/rbt"
requires {} { init : Job }
exposes []
packages {}
imports []
provides [initForHost]
initForHost : Job
initForH…
-
In the PicoBricks manual page 92 links to the following section for the "Know Your Color" project: http://rbt.ist/color
After reading the current version of know_your_color.py, it appears to be the…
-
Hi,
I added my Eddi as a device to Homey. I have attached a CT clamp measuring PV generation as CT2 and the Eddi display shows the power correctly. But the Eddi device just shows 0 all time and it …
-
On 57681be5420586fff80ca6c6f850a9bfc7e6a4c2, given the following files `roc glue Package-Config.roc glue.rs` will just hang forever.
`Package-Config.roc`:
```elixir
platform "roc-lang/rbt"
requi…
-
Right now we have to do things like:
```coffeescript
Rbt = [Rbt { default: Job }]
```
but it would be better to make that opaque and a non-union type:
```coffeescript
Rbt := { default : Jo…
-
Today, the optimizer will make some effort to create a query plan that avoids visiting remote regions if possible. However, there is no guarantee that any query will not visit a remote region. For som…
-
This Roc code:
```coffeescript
platform "roc-lang/rbt"
requires {} { init : Rbt }
exposes [Rbt]
packages {}
imports []
provides [initForHost]
Tool : [SystemTool, FromJo…
-
This occurs at the boundary of what a Rat can handle.
```
say '-0.1234567890123456774144'.FatRat;
#-0.123456789012345677 # Incorrect. Lost 4144
say '-0.123456789012345677414400000000000001'.…
-
Is there a possibility to add title vignettes? These are just frame images around h1, h2, h3, ... title elements.
There is fb2mobi converter that does that when converting, but I wondered is there a …
-
Split at operator or comma of an expression
ZacLN updated
2 years ago