aaelony

Results 13 issues of aaelony

My fingers are trained to navigate a line with ctrl+a for the start and ctrl+e for the end. Is it difficult to introduce emacs such cursor positioning [emacs key bindings](https://ccrma.stanford.edu/guides/package/emacs/emacs.html)...

core
feature

Docker offers analysis portability across several machines. The [Rocker (R + Docker) project](https://www.rocker-project.org/) offers standardized Docker containers for R, Rstudio, Shiny, and other R package installs (e.g. [install_shiny_server](https://github.com/rocker-org/rocker-versioned2/blob/master/scripts/install_shiny_server.sh)). Would it...

Wanted to get your thoughts. In my use case, I actually need two usage modes; one is like yours, which I affectionately term _Upsert/Clobber_ mode and the other I term...

Great project. One concern about passwords. According to the design.md documentation, the manifest.edn file containing the JDBC connection username and password sits in S3. Shouldn't this info be better placed...

Perhaps these are too trivial to include (or not), but it would be useful to have conversions from bytes to gigabytes taking into account block sizes. Thoughts? Cheers, -A

Would be great to validate/render Vega-lite as well, which is even more terse than Vega. https://github.com/vega/vega-lite, https://vega.github.io/vega-editor/?mode=vega-lite thoughts?

## Feature Request For those looking to enhance a Dioxus app with plots and charts, a mention of [dioxus-charts](https://crates.io/crates/dioxus-charts) might be helpful to others in the documentation. ## Implement Suggestion...

enhancement
ecosystem

A number of Python libraries (e.g. a few named at https://www.pywhy.org/ ) implement various capabilities that fall under the umbrella of causal methods. Is there a document that outlines current...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Zed does not appear to render png files that are listed in...

bug
markdown
html
markdown renderer

The `Tensor creation` cell in https://github.com/tracel-ai/burn/blob/main/examples/notebook/basic-tensor-op.ipynb fails for me. I have isolated the error to: ``` // Create a tensor from a slice of floats let tensor: Tensor = Tensor::from_floats([1.0,...

bug
example