Unanswered Questions
7,253,592 questions with no upvoted or accepted answers
48
votes
0
answers
697
views
Chicago Boss: Routes does not work in production mode?
I created the rahm_test_controller.erl file in src directory, and added an action named hello.
In /priv/rahm.routes, I added this line for home page:
{"/",[{controller,"test"}, {action, "hello"}]}.
...
48
votes
1
answer
1k
views
Typekit and @fontface issues on all Windows browsers with Ruby on Rails app, especially Chrome
My Ruby on Rails app hates custom fonts and I don't know why. Here are some of the errors and troubleshooting that I have gone through.
First, there were devastating display errors that only happened ...
47
votes
0
answers
9k
views
iOS 13 - silent push notifications are no longer reliable
iOS 13 changes:
Change 1: In iOS 13 Beta 6, a silent remote notification (AKA Background Notification) with priority 10 is no longer handled by the OS and dropped. This was documented in the past but ...
46
votes
1
answer
2k
views
LibXL: excel cross-sheet formulas not updated
I'm dealing with a problem with libXL and Office365.
I created an Excel file with Office 365: a simple formula which shows the content of a cell from another sheet. Then I proceeded to write something ...
46
votes
2
answers
1k
views
What's different about Screensaver preview in Windows 8?
I'm working on a simple WPF-based screensaver and can't get the thumbnail preview to work.
When you open the display control panel and go to configure the screensaver, the selected screensaver is ...
45
votes
0
answers
4k
views
secTaskDiagnoseEntitlements MISSING keychain entitlements: no stored taskRef found
In two applications which have WatchKit app extensions, I receive the following error in the device log more than ten times on startup.
secTaskDiagnoseEntitlements MISSING keychain entitlements: no ...
45
votes
5
answers
4k
views
Oracle SYS_CONNECT_BY_PATH equivalent query into SQL Server
I'm trying to convert a complex query involving the Oracle SYS_CONNECT_BY_PATH syntax into SQL Server:
SELECT
DISTINCT TO_CHAR(CONCAT(@ROOT, SYS_CONNECT_BY_PATH(CONCAT('C_',X), '.'))) ...
44
votes
3
answers
2k
views
Having trouble working with SelectWoo instances of Select2 within WooCommerce
I am using Select2 within WooCommerce in some of my own custom areas and I am targeting it with some code to add and removes certain classes and it's working fine except for the SelectWoo instances ...
43
votes
0
answers
22k
views
Sec-Fetch-Mode and blocked CORS
So I have the same website making the same request to the same server on (1) Chrome 76 and (2) Chrome 77 from different networks and computers.
One request has (1) Sec-Fetch-Mode: no-cors, Sec-Fetch-...
43
votes
2
answers
2k
views
debugserver died with an exit status of 0x00000000
I was running an app on Xcode with the iPhone 6 stimulator using the latest iOS 10. And after some time the app crashed with the following message:
debugserver died with an exit status of 0x00000000
...
43
votes
6
answers
3k
views
How can I serialize a jgrapht simple graph to json?
I have a simple directed graph from jgrapht and I am trying to serialize it into a JSON file using jackson as follows:
ObjectMapper mapper = new ObjectMapper();
File output = new File("P:\\tree....
43
votes
5
answers
30k
views
"This Suspense boundary received an update before it finished hydrating." Error when using suspense and dynamic import in Nextjs
I'm trying to lazy load a list of data with suspense and dynamic import in Nextjs. But getting following error:
Error: This Suspense boundary received an update before it finished hydrating. This ...
42
votes
0
answers
1k
views
iOS crash at CFAllocatedReferenceCountedObject
My app frequently crashes with the following information:
0 CFNetwork CFAllocatedReferenceCountedObject::_retainable_hash(void const*)
1 CoreFoundation _CFBasicHashFindBucket + 164
2 ...
42
votes
1
answer
42k
views
Localization in WPF
I am starting a new application in WPF and I am curious how to handle Localization? In WinForms you can use resx strings for the UI text, how is this done in WPF? Is there a special binding syntax for ...
40
votes
0
answers
10k
views
psycopg2 could not translate host name
My airflow server periodically fails. When I check the gunicorn logs, the error before all works shutting down looks like this:
OperationalError: (psycopg2.OperationalError) could not translate host ...