-
i feel like this solution should just be merged to main, so petals grows đź‘Ť
https://github.com/kouloumos/petals-lightning-chat
with a simple incentive system, there could be a lot more capacity.…
-
### This issue occurs when only Valkyrien Skies and addons are installed and no other mods
- [X] I have tested this issue and it occurs when no other mods are installed
### Minecraft Version
1.19
…
-
See:
``` r
library(tidyverse)
iris_regs %
mutate(reg_out = map(data, ~lm(Petal.Width~Petal.Length, data=iris))) %>%
select(-data)
reg_simp % pryr::object_size()
#> Registered S3 m…
-
May I know how to add multiple headers to the table, similar as below, with reactable package? I see below code can draw 2 headers, but have difficulty in 3 headers (below figure show).
```
reacta…
-
Thanks to @jamesonwatts for bringing this forward.
`get_regression_points()` produces an error in this situation.
```
library(moderndive)
iris_model 1.5),
data = iris)
get_…
-
There seems to be an edge case we do not cover, in that with
```julia
df = (
sepal_length = 1 .+ rand(100),
sepal_width = 2 .+ rand(100),
petal_length = 3 .+ rand(100),
petal_…
-
After shutting down a petals server in suggested fashion (ctl-c style interrupt) the port used for the server remains open when the port is properly forwarded to the public internet. Failed requests t…
-
Having to specifically hard code IP adresses makes it very hard to run petals on a SLURM cluster. There I submit batch jobs that are then run on some node of the partition I specified. I do not know t…
-
Build a classifier to identify different species of iris flowers based on features like sepal length, sepal width, petal length, and petal width. The Iris dataset is a classic choice for beginners.
-
This issue will track the list of maps that will be added in the future releases
- [ ] Uber [docs](https://developer.uber.com/docs/riders/ride-requests/tutorials/deep-links/introduction)
- [ ] Lyft …