David McFarland

Results 22 issues of David McFarland

This would partially address #12.

Fixes #814 This doesn't fix the underlying problem, which is that `company-mode` copies parts of buffers that contain: ``` (add-text-properties start end `(modification-hooks (slime-after-change-function) insert-in-front-hooks (slime-after-change-function) insert-behind-hooks (slime-after-change-function) syntax-table ,slime-presentation-syntax-table...

I'm not sure if this is a problem with `slime`, or `company`, or something else, but company completion in a slime buffer, after having evaluating some large-ish strings in repl,...

The use of `$(NuGetPackageRoot)` here: https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/blob/2edad1afcd996e2cd54fb18279326e935818f0f6/TunnelVisionLabs.ReferenceAssemblyAnnotator/TunnelVisionLabs.ReferenceAssemblyAnnotator.targets#L80 obviously doesn't work if `microsoft.netcore.app.ref` isn't in the package root, but this is possible when using fallback package paths. I think ideally this should...

I have a stack project with a few local packages that I work on together. I found that haskell-mode would create a `stack ghci` process/buffer for each project, and each...

### Motivation for changes: I want to query an individual user, which is possible with the pirate bay API (`https://apibay.org/q.php?q=user:[name]`), but there's no way to do it in the current...

The included test currently fails only on binutils 2.44, which is available on `nixpkgs-unstable`. I've only tested on x86_64-linux. Perhaps `lastReplaced` should be renamed because it no longer ends up...

### Operating System nixos (linux) ### Wayland Compositor sway ### Describe the issue. [As discussed here](https://github.com/Supreeeme/xwayland-satellite/issues/80#issuecomment-3120655893) Changing the primary display sends `RRScreenChangeNotify`. xfreerdp listens for that event and does some...

bug

Here are some changes I'm working on to make it easier to do cygwin builds without patching the makefile. With these changes I still need to use: ``` EXESUFFIX=.exe LINKER_SOSUFFIX=dll...

This patch is from cygwin, and was originally added in: https://cygwin.com/cgit/cygwin-packages/openssl/commit/?id=da80cc438622f6b1801fb3fbb06818c3ee070495 In cygwin, it's not safe to call into libc from DLL_THREAD/PROCESS_DETACH, and it results in crashes. CLA: trivial #####...