Newest Questions

0 votes

0 answers

9 views

NSButton is not sending events

Weird problem here. I've got a .Net Xamarin app running on Mac. Its been working fine, but I've been (belatedly) upgrading it to .Net10 and MacOS26. After the upgrade, I have one dialog that is acting ...

Paul's user avatar

  • 509

2 votes

0 answers

21 views

Infinite sum involving a parameter

How do I persuade SymPy to evaluate an infinite sum which converges and I know SymPy should be able to do? For example, the following just gives back the unevaluated infinite sum: a = Symbol('a',real=...

David B's user avatar

  • 21

-1 votes

2 answers

43 views

adding a float dictionary value to a variable that is a float

Basically the dictionary I am using has a bunch of floats as the values to each key, I have everything down just my issue is that my variable is only saving the most recent value I pulled. I am sure ...

Freaku's user avatar

  • 7

0 votes

0 answers

10 views

Swift - performBatchUpdates

I noticed that when I update the size of a table cell, the table cell below sometimes seems to disappear. Could you please tell me how to fix this? Here's an example of such a layout. This behavior ...

IDontKnow's user avatar

  • 1

0 votes

0 answers

20 views

Remove git lfs files from a branch

I have a repo with Git LFS files. We are running into some tooling issue with the artifactory and are evaluating removing the LFS files from the repository to see if we can unblock the build issues. ...

iDev's user avatar

  • 2,473

-2 votes

0 answers

18 views

I cannot install unfree packages using nix-darwin

Trying to use nix-darwin to install unfree packages. Current config looks like this: { description = "Example nix-darwin system flake"; inputs = { nixpkgs.url = "github:NixOS/...

TheWellington's user avatar

  • 261