Dylan Madisetti

Results 29 comments of Dylan Madisetti

I think the ease in deleting habits could be fixed if you stage the changes prior to writing to the json. `:w` to commit, just like vim. I left my...

So currently week mode tabulates from whatever day of the month was the first? E.g. thursday to wednesday? That seems strange Would it be possible to do the offset and...

Link hint generation is broken. e.g. "fa" and "f" will be marked as a flags. Thus trying to type "fa" causes "f" to be selected. Vimium does this by generating...

I get get this non-deterministically with docker. Pretty annoying `docker run -t -a stdin -a stdout -a stderr container` will default to `None` for prompts and `docker run -it container`...

A quick hack is to introduce a delay. e.g. `sleep 0.1` before calling your script in docker run. Annoying, but works reliably now. This doesn't solve the overall problem (failure...

Hmm maybe a built in wait on division by 0, then a useful message if it fails after a wait?

Moveover, updated dependencies still break https://github.com/rpgp/rpgp/issues/143

This is a bit of an issue for containers built with Nix as well, and makes docker/build-push-action@v2 less than useful

It'd actually be dope to easily change shapes. Rn, there's an indefinite code freeze. I made `sona.js` by turning down my opacity and putting toki pona logo underneath ![583px-Toki_pona.svg.png](https://user-images.githubusercontent.com/2689338/133629647-c002dbe1-5676-4705-85cd-1dedb43e2a5f.png) and...

@cxcxcxcx see #11 that applies your second option. In particular see https://github.com/thundergolfer/bazel-mypy-integration/pull/11/files#diff-c7aad2fe686a5c09d5d246bd6242f633 Line 146 I'm sure we can come up with a safer hack :) but it's working here