Results 19 comments of Max Rees

For PAX->mtree etc. duplicate xattrs issue it is a minor problem but it could potentially be fixed by storing xattrs on archive entries as a hash table with last one...

Agree. Or maybe it can be inverted and called clip to match other functions? I suppose the semantics wouldn't be exactly the same but the spirit would be.

As shown [here](https://github.com/cnaude/PurpleIRC-spigot/issues/19#issuecomment-222581353), when a nick such as `[[sroracle]]` is in the channel and the user tries to send a message containing that nick, strange things happen.

As an additional note, this is especially useful in conjunction with a trigger like the following so one can keep buffers hidden indefinitely until they gain new activity: ``` unhide_buffer:...

Maybe we can combine them into one PR such that active/zoom/hidden state is stored in one variable as a set of flags.

It would be more extensible if more things need to be stored in the layout configuration in the future though. I'm not sure what you mean by it being error-prone,...

There is no way to easily clear the cache or force reload PWAs on iOS. It used to be the case that force-quitting and opening the PWA several times would...

I'm having the same issue on 1.68.1 from the Mac App Store.

You can use something like this (untested, simplified from a version I am using): ```typst #show: touying-slides.with( config-page( footer: self => context { let curr-page = here().page() let page-link(num, marker)...