Skip to main content
The 2024 Developer Survey results are live! See the results
Adam A's user avatar
Adam A's user avatar
Adam A's user avatar
Adam A
Self-employed
  • Member for 15 years, 8 months
  • Last seen this week
27 votes
2 answers
15k views

Can I break with debugger on all changes to a DOM element?

10 votes
1 answer
5k views

What heap size for a web page is considered too large?

6 votes
3 answers
12k views

How to select if a row exists in HQL

4 votes
2 answers
480 views

How can I upgrade Windows Installer from inside an MSI (using WiX)? Is it possible?

3 votes
3 answers
2k views

In a $.ajax callback, how do I distinguish an unreachable server from a user navigating away?

3 votes
1 answer
465 views

For JS strings, is a.localeCompare(b) === 0 always the same as a === b?

2 votes
3 answers
3k views

How is a T-SQL transaction not thread-safe?

2 votes
0 answers
156 views

Typescript: How can I define a generic function with a specific first parameter without losing function types?

2 votes
1 answer
600 views

How can I disable all iOS notification banners while my app is being used?

2 votes
1 answer
85 views

Why doesn't TS evaluate my type parameter to its full extent and how can I work around this?

2 votes
2 answers
39 views

Why does PostgreSQL check a DEFERRABLE INITIALLY IMMEDIATE constraint after each statement?

1 vote
4 answers
2k views

How can I grab each page of text in a Word doc separately (using .NET)?

1 vote
0 answers
225 views

How can I create CMSampleBuffers in Swift without a memory leak?

1 vote
2 answers
2k views

How Can I Send Multiple Events To an Outlook 2003 Calendar in 3 or less clicks?

1 vote
2 answers
2k views

XSLT - how to match any non-text node children?

1 vote
1 answer
1k views

How can I determine mySQL prepared statement result column names in PHP?

1 vote
2 answers
1k views

How Can I Make the XmlIgnore Attribute Method-Specific in a WebService (ASP.Net)?

1 vote
1 answer
3k views

Why doesn't Slack format my <!date> message?

1 vote
2 answers
4k views

How to obtain SQL Server query text?

0 votes
1 answer
164 views

VS 2012 C++: Can I use source instead of symbols to debug?

0 votes
1 answer
426 views

Outlook: How to SetParent(_form.Handle, Outlook.Handle) without Paint issues?

0 votes
2 answers
1k views

Can I use SQL Server Partitioning to Optimize Fulltext Searches?

0 votes
2 answers
764 views

Outlook 2003 - Add an icon column to a View?

0 votes
2 answers
1k views

How can I cleanly split and recombine Swift Publisher values? (using OpenCombine)

0 votes
0 answers
98 views

Can backtrack be enabled for Aurora PostgreSQL or just Aurora MySQL?

0 votes
1 answer
222 views

How to avoid referencing KV namespace ID in wrangler.toml?

0 votes
1 answer
44 views

Typescript - how can I overload Array<MyType>::join() to return MyType instead of string?

-2 votes
3 answers
100 views

How can I concatenate JS files while isolating errors to each file?