Problems with ess and emacs

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ESS

    Emacs Speaks Statistics: ESS (by emacs-ess)

  • ;; FIXME Remove this when ESS releases new version. ;; Emacs 28 has changed the arg spec of 'define-obsolete-function-alias' and ;; ESS has one instance of it still not up to date. It has been fixed ;; upstream, but ESS has not released a (stable) version since 2018... This ;; workaround is an ugly hack, but without some sort of error control, ESS ;; breaks completely and cannot even start. ;; https://github.com/emacs-ess/ESS/issues/1085 ;; https://github.com/emacs-ess/ESS/issues/1097 (advice-add 'define-obsolete-function-alias :around (lambda (orig-fun &rest args) (condition-case nil (apply orig-fun args) (error nil))))

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Canon Cat, the forgotten 1987 alternate-reality Mac (2019)

    3 projects | news.ycombinator.com | 1 Jun 2024
  • Emacs Easydraw – drawing tool inside Emacs

    2 projects | news.ycombinator.com | 22 May 2024
  • A primer for users trying to make sense of Org Mode

    1 project | news.ycombinator.com | 14 May 2024
  • Exploring ASTs in Emacs with Tree-sitter

    2 projects | dev.to | 13 May 2024
  • Modern Python REPL in Emacs using VTerm

    5 projects | dev.to | 11 May 2024