Igor Adrov
Igor Adrov
thank you for feedback, I will implent this feature very soon
Sure, you can help. I don't have free time for this issue.
Hello, I wrote drop in replacement for `useQueries` (v4) with suspense support. It is far from perfect (we are accessing private `observers` property) but it works! So you can use...
I can't open Xcode, it crashes instantly if i'm trying to open xcworkspace or xcodeproj. (With other projects everything is fine)
Unfortunately it doesn't help. Error log from Console app: ``` [MT] DVTAssertions: Backtrace: 0 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit) 1 _DVTAssertionHandler (in DVTFoundation) 2 _DVTAssertionFailureHandler (in DVTFoundation) 3 _DVTAssertionWarningHandler (in DVTFoundation)...
What I should add except for ``` # ``` ?
Sorry, but how to correct load javascript? Can you give me snippet?
I write this in my template: ``` {% javascripts '@FOSCommentBundle/Resources/assets/js/comments.js' %} (function() { var fos_comment_script = document.createElement('script'); fos_comment_script.async = true; fos_comment_script.src = '{{ asset_url }}'; fos_comment_script.type = 'text/javascript'; (document.getElementsByTagName('head')[0] ||...
Yes, without this snippet all works fine. Except comment count, of course :)
https://gist.github.com/2595483