Skip to main content
afarley's user avatar
afarley's user avatar
afarley's user avatar
afarley
Software developer at Vital-Sim and Roadometry
  • Member for 12 years, 3 months
  • Last seen more than a month ago
4 votes
1 answer
6k views

What is the "Framework Version" referenced in Windows Event Logs?

3 votes
1 answer
1k views

How to receive ON_UPDATE_COMMAND_UI in CTreeCtrl/CWnd?

3 votes
2 answers
626 views

Why is my AfxMessageBox invisible/hidden until Alt is pressed?

2 votes
0 answers
802 views

How can I resolve "invalid input sequence for type bytea" in a Rails migration of a pg column from text to binary (bytea)?

2 votes
2 answers
1k views

Why is an object property being marked as read-only in my javascript (Vue) code?

2 votes
1 answer
420 views

How can Python execute a line of code, then display an error indicating a crash at the previous line?

2 votes
1 answer
648 views

Why might an MFC application be scaled differently on two machines with the same resolution?

2 votes
1 answer
856 views

Why won't PyTorch RNN accept unbatched input?

2 votes
0 answers
114 views

How can I add a custom property to a class inherited from MFC's CEdit?

2 votes
1 answer
1k views

Why is my MFC application hanging after interacting with both scroll-bars?

2 votes
3 answers
2k views

Why is my AmChart XYChart only showing a single tooltip for multiple series?

1 vote
1 answer
953 views

How can I prevent my Akka.net actor from blocking my entire actor system?

1 vote
1 answer
221 views

Why does Task.WaitAll hang when a form is launched directly in Main()?

1 vote
1 answer
2k views

Why does Android Bluetooth stop receiving bytes after a few minutes?

1 vote
1 answer
1k views

Why does Visual Studio show a warning for a reference in my .lib project?

1 vote
2 answers
326 views

Why is this Rails migration giving a 'no such table' error?

1 vote
2 answers
1k views

How can I save parent and child objects at the same time in Rails without using nested parameters?

1 vote
1 answer
251 views

Why doesn't the VS Test Explorer show my C++ custom exception message?

1 vote
0 answers
166 views

Why does sort_by change my array elements?

1 vote
1 answer
273 views

Why is bundler putting apparently-incorrect gems in my Gemfile.lock?

1 vote
2 answers
494 views

Why do I get "Additional text encountered after finished reading JSON content" from json.NET?

0 votes
2 answers
71 views

Why is this ComboBox rendering the SelectedItem directly as content, instead of using the ItemTemplate?

0 votes
1 answer
63 views

EF Core: Why are the foreign keys in my one-to-many association becoming outdated?

0 votes
1 answer
420 views

What causes an MFC app menu-bar to be greyed out? [closed]

0 votes
1 answer
324 views

Why does an explicitly-defaulted constructor give a 'function definition not found' warning in VS2019?

0 votes
2 answers
334 views

Why is this Javascript array-access so slow?

0 votes
1 answer
266 views

Why is 'YY_DO_BEFORE_ACTION' undefined by Bison's %code requires prologue?

0 votes
0 answers
421 views

Why is my WPF mousewheel/previewmousewheel event still getting through after setting e.handled?

0 votes
1 answer
81 views

How should I structure my WPF classes to represent a generic icon type with specific icon representations?

0 votes
0 answers
170 views

Why do I need to set IsSynchronizedWithCurrentItem for certain ComboBox ItemsSource binding sources?