Mathnerd314

Results 26 issues of Mathnerd314

Firefox is moving all code to webextensions: https://blog.mozilla.org/addons/2017/02/16/the-road-to-firefox-57-compatibility-milestones/ There's already a Chrome webextension; I installed it in Firefox but it seems to set malformed cookies that are ignored: https://chrome.google.com/webstore/detail/protect-my-choices/hdgloanjhdcenjgiafkpbehddcnonlic The...

I looked, but there seems to be no documentation about how to make a new SuperTux release. This means that releases may be of inconsistent quality. Presumably such a checklist...

type:idea
status:needs-discussion
involves:documentation

Hi, was reading your blog posts and noticed that QueueUserAPC2 is documented (as of Nov. 5): https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-queueuserapc2 Other than that I wanted to bug you to finish the APC series....

If the type of `Peek` was ``` haskell type Offset = Int type Length = Int newtype Peek = Peek { runPeek :: forall byte. Ptr byte -> Length ->...

enhancement
optimization

There are the schemes, like `texlive.combined.scheme-full`, but the collections `texlive.collection-fontsrecommended` and the packages `texlive.memoir` don't show up. TeX packages are actually lists of derivations, so they need special handling.

bug
topic: search query

In particular https://github.com/trailofbits/ebpf-common/commit/b20da60eec9c5bd051c5570950e72a34b3244c30 from Jun 23, 2021 is not present - the ebpf-common submodule is set to https://github.com/trailofbits/ebpf-common/tree/7d43a4f3ef205e8b6647cd3741d8a4de3619da4b from Jan 6, 2020. Cherry picking the vDSO patch works fine, but...

See https://issues.workrave.org/show_bug.cgi?id=474. I also uncommented the existing exercises. I'd like support for multiple exercise files, so e.g. we could have a base/good/bad/ugly split like [gst-plugins](https://gstreamer.freedesktop.org/modules/), something simple like just loading...

I guess HM with infinite types can type the example I gave at CCC today, but what about this? ``` I = {x->x}; K = {x->{y->x}}; W = {x->(x x)};...

- Output several more locations during --show-trace - Option -C / --color for use with less -r - nix-instantiate respects '-k' by continuing evaluation after errors (only with derivations)

improvement
UX
stale

This article seems to have an empty content type header: http://kyleprifogle.com/dear-startup/. Open in Browser pops up a dialog for it. I guess this is solved by implementing content sniffing as...