Mark Wells

Results 16 issues of Mark Wells

I would love to use [Unicode block elements](https://en.wikipedia.org/wiki/Block_Elements) with the `console_bar_fill`, `console_bar_unfill`, and `console_graph_ticks` configuration variables. This would allow me to make good looking conky statuslines. However, the bars produced...

Any way to add an option to allow for Google Chrome to run in application mode? Application mode provides a cleaner preview window. The command is simple enough: google-chrome-stable --app=file:///tmp/vim-markdown-preview.html

I am interested in having mutable interpolation types. I have a parent interpolation that I slice into and create sub-interpolations. See my package [InterpolatedRejectionSampling.jl](https://github.com/m-wells/InterpolatedRejectionSampling.jl) for context. Having a way to...

Is there a simple way to query the number of notifications? I have a polybar `text` module that I would like to make into a `script` module that would query...

featurerequest

Perhaps a callback to #38 I think it would be useful to define an Angle "type". I've hacked this `const Angle = Union{typeof(1rad),typeof(1.0rad),typeof(1°),typeof(1.0°)}` I don't see how this would be...

I encounter an issue while installing an **R** package. I've install the histogram package like so `R"install.library('histogram')"` without an issue. However, when I do `R"install.library('ftnonpar')"` it gives me ````make x86_64-conda_cos6-linux-gnu-gfortran...

I created a new function that returns the bandwidth found from kde_lscv.

I added options to allow for horizontal and vertical alignment of text. I updated the README to include these new options.

The following are currently highlighted differently ```julia y = 3*x y = 3x ``` such that `x` is no longer recognized as a variable.