-
Functions that will created pre-stylized plots
- [x] Simple 100% bar
- [ ] Facetted bar
- [ ] Grouped bar
- [ ] Stacked bar
-
I think a WO2 stim could be made with a simple stack of resistors between Vref and GND, generating a variety of voltages. To understand the voltages we want for a basic test stimulator, we could take …
-
UnliftIO increases costs and there is no need to have it in this library - it is better to keep library code in IO monad and have applications that use UnliftIO wrap it.
It would be a breaking chan…
-
Hi,
I try to build a simple_stacked_bar with 22 stacked datasets but the lib crash on the colors
Limit with 16 datasets is working but I need all of the 22.
Can I have a workaround ?
It see…
-
### Impacted plugin
Jetpack, VideoPress
### Quick summary
When a VideoPress block is placed inside the Stack block, the frontend simply doesn't show the video. Moving the VideoPress block out of th…
-
Hi @robiso,
With WonderCMS 3.4.3 I encounter an error with this plugin: https://github.com/robiso/simple-statistics/tree/master
```
Fatal error
: Uncaught Error: Attempt to assign property "ac…
-
@jdunkerley complained about strange stacktraces when invoking `.map`:
> ```
> map : (Any -> Any) -> Problem_Behavior | No_Wrap -> Vector Any
> map self function on_problems:(Problem_Behavior | N…
-
The histogramm created with plot_distribution( method = "hist_simple_overlay" ) stacks values on top of each other. Should be fixed with ( position = "identity" ). For other plots like geom_density th…
-
### What happened?
With `--iree-llvmcpu-enable-ukernels=all` or `--iree-llvmcpu-enable-ukernels=unpack`, the IREE will report the following message for tinyllama model in `LLVMCPUCheckIRBeforeLLVMCon…
-
When dealing with high dimensions, vectors grow linearly and matrices grow quadratically. When exploring a 28x28 pixel image classifier, I ran into a stack overflow error while measuring the diameter …