-
The following functions would be useful:
* getting the cursor position into a variable
* setting the cursor position from a variable
* getting the parent position into a variable
* getting the p…
-
Do we want to include a number of plotting functions for users? There is currently a plotting script with a number of fairly generic scripts to plot standard pulsar timing plots. It seems like this wo…
-
Some additional AutoReg convenience functions would be really nice, replicating the `delay`, `delayN`, `delayI` interface would be great. I've tried to do the same, but the following (a blatant copy p…
-
The range-based `BinaryInteger.random(...)` functions trap infinite ranges. It would be better to return `nil`. The current functions should be rewritten as unchecked conveniences with appropriate gen…
-
Is this the intended replacement of email-lib's IMAP part?
If so, should convenience functions (like formatting envelope's addresses) be in this crate or `imap-types`?
-
playset game logic shouldn't trust javascript math in many cases, and should generally restrict themselves to integers (power-of-2-denominators are okay but harder to verify). playsets.js needs a util…
-
Would be lovely to have so that one could more easily experiment across CSC/CSR
-
Currently, a lot of shell commands provide some convenient functions (mostly for networking stuff) like "printing interface information", "print the routing table", or "send a certain packet". I think…
-
I'd like to see some convenience functions for the KDFs akin to the `encryptPass` and `verifyPass` from the package [`scrypt`](https://hackage.haskell.org/package/scrypt-0.5.0/docs/Crypto-Scrypt.html#…
tauli updated
6 years ago
-
I am new to log15 and currently evaluating it for a new project. One of the first things I did was make a convenience functions that would allow logging from contexts (in an http server). Example:
…