James Wood
James Wood
The documentation says: ``` If the point is behind a closing pair or behind an opening pair delete it as a whole. That is, {}| turns to {|, {| turns...
### Problem Description I run XMonad in LXQt, with LXQt mostly at default settings. LXQt handles the multiple monitor positioning. When I connect or disconnect an external monitor, all windows,...
In [chapter Isomorphism, section Embedding](https://plfa.github.io/Isomorphism/#embedding), there is the following definition of an *embedding* of `A` into `B`. ```agda record _≲_ (A B : Set) : Set where field to :...
**Describe the bug** The following image is a screenshot of the tray icon when I have 43 unread messages: . The number is still visible, but very distorted. **To Reproduce**...
I was minifying some code to debug an error Equations was giving me, and instead found a bug. Incidentally, I believe this should be possible without a global UIP, because...
It would be nice if macros could take in and generate modules. For example, bulk renaming macros could help us avoid code like [this, that adapts `isCommutativeMonoid` to `+-isCommutativeMonoid`](https://agda.github.io/agda-stdlib/Algebra.Structures.html#9835). Usage...
The definitions of `RawFunctor`, `RawApplicative`, &c, by necessity, make it so that their fields (like `__`) only work on functions between types at the same level. This means, for example,...
**Describe the bug** The *Audio* settings have a toggle *Reduce volume on focus loss*. Whether or not this is set to on or off, the volume will be reduced for...
On pressing enter/return after running a scraper, jQuery selection or ESP vision, a click should be done on the selected item. For example, I want the sequence `g*.new-tweets-bar` to open...
While general multicategories have proved to be a pain to implement, [Cartesian multicategories](https://ncatlab.org/nlab/show/cartesian+multicategory) are easy. We can carry over techniques from simply typed λ-calculus, in particular simultaneous substitution. Indeed, the...