Evgeny Stambulchik
Evgeny Stambulchik
The main idea is to separate functionality and presentation. For all modes (current time/count up/down) it's the same class, and the modes can be switched on the fly (`Shift+t`), as...
Well, I'm fed up with the troubles and ugliness that `show notes on second screen=*` causes. The bug (not going to blame specifically `beamer`, `pgfpages`, `hyperref`, or some combination thereof;...
Accessing job properties via the C API, the `executable` attribute is given as is, while `argument_list` is jsdl-hpcpa-encoded. In the `qstat -f` output, both are encoded. Seems like #130 was...
Hello, In the sample code at [https://valadoc.org/gtk+-3.0/Gtk.ScaleButton.html](https://valadoc.org/gtk+-3.0/Gtk.ScaleButton.html), please change `string[] icons = { "zoom-out", "zoom-in" };` to `const string[] icons = { "zoom-out", "zoom-in", null };` "icons" should be a...
I believe in `corsHeaders()`, in `header('Access-Control-Allow-Methods: GET,POST,PUT,DELETE,OPTIONS');` the PATCH method is missing. Thanks for sharing the very useful code!
Hello, The docs (e.g., https://gridcf.org/gct-docs/6.2/gridftp/admin/index.html#gridftp-config-overview), but also the man page says: ``` The configuration file for the GridFTP server is read from the following locations, in the given order. Only...