Psionic K

Results 227 comments of Psionic K

Just compose `save-restriction` with `widen` and export? Tree slide won't know about another function trying to export. It's the caller's responsibility

Right now I'm running with the two commits from @acristoffers: https://github.com/acristoffers/cargo2nix/commit/75aa46cf71163d923f09cd94e56710db75f42fe2 https://github.com/acristoffers/cargo2nix/commit/34e9a649dc29ffe4becf65dadfdf0baef36a8ac7 I prefer `readarray` since it's AFAIK the more predictable way to go in this case. Need to circle...

I don't get this issue with champagne. I might have to re-use that work in my command log package. I'll look at the implementation tomorrow.

I was able to see this issue and that #20 fixed it by adding frame parameters

I came to the conclusion that `ts-internal` is less useful than `ts-unix`, but I don't like the reason, the use of `encode-time` and `decode-time` instead of `seconds-to-time`. I wanted to...

`time-convert` indeed looks sufficient and proper. Anywhere that people are setting `current-time-list` to nil, the change has already occurred. Any package maintainer erroneously relying on the `(HIGH LOW)` form is...

> And, as section 42.7 says, "Alternatively, you can use the ‘calendar’ and ‘time-date’ libraries." If these use structures different than what `decode-time` outputs, I hadn't noticed, and let me...

Unless I missed something `decode-time` always loses precision. Even if every slot is populated, they could destroy precision when used to update the unix and or internal time. Minor aside,...

I'll cherry pick later if the changes are good