James Wood

Results 24 issues of 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...

enhancement
refactoring

### 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,...

DE integration

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 :...

clarification-needed
text

**Describe the bug** The following image is a screenshot of the tray icon when I have 43 unread messages: ![2021-01-09-223607_31x26_scrot](https://user-images.githubusercontent.com/5139265/104110605-2a860200-52d1-11eb-91fa-a0362612115b.png). 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...

type: enhancement
modules
reflection

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,...

addition

**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...

bug

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...