Alex R

Results 14 issues of Alex R

The UI seems to suggest a floating point value for seed time, but if something that's not a whole number is entered, it is rounded.

Without being able to see a direct mapping between tablet and screen, it seems like it would be useful to have the device behave more like a touchpad, that is,...

In particular, Backspace in insert state and x in normal state; otherwise, table alignment gets screwed up until something repairs it.

Add special case to rendering TeXSeq to insert spaces after TeXCommS when necessary.

The case of `render` that deals with `TeXSeq` could (and I think should) check that a valid identifier character does not follow a `TeXCommS`. In particular, something like: ``` render...

Running `dosage -a SinFest` in another terminal, ``` $ dosage ZenPencils MainThread> ERROR: Another instance is already running, quitting. ``` I believe that this is unnecessarily restrictive.

Jane Street recently released https://github.com/janestreet/ppx_let; it would be useful to see if it comes even close to the functionality of this library and to see whether they have anything to...

To replicate, create a "slide" with the following: ``` org #+BEGIN_SRC haskell whenM :: (Monad m) => m Bool -> m () -> m () whenM mb mx = mb...

IIUC, the first element of an entry in the "org-capture-templates" list should be a single keystroke; this is not the case for the entries added by org-repo-todo.

For example, consider a game in which a player controls a set of indices, and one category of legal moves is to expand to a index adjacent to the controlled...