Timo Kluck
Timo Kluck
Following up on [the discourse exchange](https://discourse.julialang.org/t/ann-haml-jl-rubys-favourite-templating-language-comes-to-julia/29066/2). What's the best way to add [HAML.jl](https://github.com/tkluck/HAML.jl) support as a templating language? It's already straightforward for a user to just return a `HTTP.Response` with...
Hi Mattia! These is a minor addition and a minor fix; hope you don't mind me sending them in a single pull request.
As posted by @kirtsar in #8: ``` F2 = @GaloisField 2 F4 = @GaloisField! F2 x^2 @show x^(-1) ```
As requested by @kirtsar in #8: ```julia F2 = @GaloisField 2 F4 = @GaloisField! F2 x^2 + x + 1 # t^3 + x is irreducible over F4 @GaloisField! F4...
This is the licence that was already in `debian/copyright` but let's put it in the root directory for clarity as well.
As requested in #72 .
This is an attempt at offloading the actual proxying to a high-quality proxy, namely [tinyproxy](https://tinyproxy.github.io/). This hopefully solves issues such as #56 (or at least makes those kinds of issues...
As reported by @denilsonsa over email, discussing his setup in our shared work environment (some details redacted): > > So, I use "adminer" as a web interface to query the...
listen on, say, 127.0.1.1:3128 instead of 127.0.0.1 to avoid conflicts with squid and other proxies
This also what dnsmasq and systemd-resolved do.
We can probably remove a few workarounds since one of the bindings has been renamed: https://github.com/mosquito/cysystemd/issues/4.