Siddhartha Kasivajhula
Siddhartha Kasivajhula
Fixes #1497 @tomdl89 your idea to use text scale works perfectly. Initially I did think it was over-reporting the window height, but upon closer inspection, it is reporting the total...
One workflow that I like is the idea of a "scratch buffer." That is, a buffer that you can quickly visit, put some code in and evaluate to see what...
See [RRFI [Draft]: Equality and Order Relations Interface](https://gist.github.com/countvajhula/bf4041e4ae5e2feb7ad4b9631e2cf734) This issue is splintered off from #16 to contain discussion on issues that pertain to generic order relations specifically (e.g. generic interfaces...
Hello, I attempted to re-provide a function from a third party module ([`call`](https://docs.racket-lang.org/mischief/function.html?q=call#%28def._%28%28lib._mischief%2Ffunction..rkt%29._call%29%29) from `mischief/function`) in my module, without modification. E.g.: ``` (require (only-in mischief/function call)) (provide call) ``` The...
Hello! This PR is WIP, I wanted some feedback on whether it would be useful before proceeding / fleshing it out. I wrote up a simple object serializer for colander...
Just a PSA for anyone encountering startup issues with `evil-magit`. After updating my Emacs packages, I was running into issues resembling: `magit-branch is not a transient command` `k not found...
### Summary of Changes There was still some leftover overlay code in the ts module which was being used by the hydra used for development. I've moved that over to...
### Summary of Changes Use tree-sitter for non-lisps. ### Remaining Work ✨ See the [Kanban Board](https://github.com/users/countvajhula/projects/1/views/1). 📒 **Older completed items**: - [x] Groundwork and basic movements (PR: #32) - [x]...
For instance: - `symex` (this package) becomes a package containing only the DSL syntax and semantics, i.e. the language together with its implementation in terms of primitives - A new...