In the apps config/puma.rb file:
Change to match your CPU core count
# Check using this on the server => grep -c processor /proc/cpuinfo
workers 4
# Min and Max threads per worker
threads 1, 6
app_dir = File.expand_path('../..', FILE)
In the apps config/puma.rb file:
Change to match your CPU core count
# Check using this on the server => grep -c processor /proc/cpuinfo
workers 4
# Min and Max threads per worker
threads 1, 6
app_dir = File.expand_path('../..', FILE)
| ## | |
| # Module Swizzleable allows for [GLSL-style component | |
| # swizzling](https://www.khronos.org/opengl/wiki/Data_Type_(GLSL)#Swizzling) | |
| # on instances of the including class, e.g. `vec.wwyx`, | |
| # `color.rgb`, etc. | |
| # | |
| # ```ruby | |
| # class Vec4 | |
| # include Swizzleable | |
| # |
| # Note that you may need to remove the following entry: | |
| # | |
| # <Multi_key> <m> <u> : "µ" mu # MICRO SIGN | |
| # | |
| # The default .XCompose in my environment has two additional | |
| # easy-to-use definitions for "µ" so at least in my case this | |
| # is no great loss. Hopefully your case is the same. | |
| <Multi_key> <m> <A> : "𝓐" U1D4D0 # MATHEMATICAL BOLD SCRIPT CAPITAL A | |
| <Multi_key> <m> <B> : "𝓑" U1D4D1 # MATHEMATICAL BOLD SCRIPT CAPITAL B |
| // This approach is based on the one devised in | |
| // http://xion.io/post/programming/gisht-recap.html by Karol | |
| // Kuczmarski; it permits a nice, easy-to-use API while still | |
| // allowing you to inject doubles behind the scenes. | |
| // | |
| // As an example, this is in main.rs: | |
| // | |
| // let mut grepper = Grepper::new(config.filename); | |
| // if let Err(e) = grepper.run() { | |
| // ... |
| diff --git a/interfaces/emacs/imaxima/imaxima.texi b/interfaces/emacs/imaxima/imaxima.texi | |
| index da960dc..d9d94c8 100644 | |
| --- a/interfaces/emacs/imaxima/imaxima.texi | |
| +++ b/interfaces/emacs/imaxima/imaxima.texi | |
| @@ -1,4 +1,5 @@ | |
| \input texinfo @c -*-texinfo-*- | |
| +@documentencoding ISO-8859-1 | |
| @c %**start of header | |
| @setfilename imaxima.info | |
| @settitle Imaxima Manual |