pull request commentparse-community/parse-server
WIP: Initial feature for OTP / authenticator passwords
Not at this time, feel free to take it on. Thanks.
comment created time in 20 days
PR opened streetsidesoftware/cspell-dicts
stringify is a method on the JS JSON object. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
pr created time in 2 months
push eventawgeorge/cspell-dicts
commit sha 8086262451428541809b1675ceb1086efe3c86db
Update softwareTerms.txt stringify is a method on the JS JSON object. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
push time in 2 months
PR opened streetsidesoftware/cspell-dicts
Added xmlns
which is a valid html attribute https://www.w3schools.com/tags/att_html_xmlns.asp and used in SVG's
pr created time in 2 months
push eventawgeorge/cspell-dicts
commit sha 226284d5969b84d1775e72b266ae5fb8dcc379b5
Update softwareTerms.txt Added `xmlns` which is a valid html attribute https://www.w3schools.com/tags/att_html_xmlns.asp and used in SVG's
push time in 2 months
PR opened streetsidesoftware/cspell-dicts
Added the free Bebas font: https://www.fontsquirrel.com/fonts/bebas
pr created time in 2 months
push eventawgeorge/cspell-dicts
commit sha e5a704cbc720892eb05afb765729f25d9a9b1bfe
Update fonts.txt Added the free Bebas font: https://www.fontsquirrel.com/fonts/bebas
push time in 2 months
Various cspell dictionaries
fork in 2 months
issue commentkoalaman/shellcheck
SC2016 shouldn't trigger for printf -v
Also doesn't apply using 'mdfind'
comment created time in 2 months
PR opened react-native-community/react-native-permissions
Corrected the grammar in the flow diagrams.
Summary
The text in the flow diagram was slightly incorrect, as it was mixing tenses.
pr created time in 2 months
push eventawgeorge/react-native-permissions
commit sha 99182cbf58e7be0e64c74d04e2ead2510565ab3c
Update README.md Corrected the grammar in the flow diagrams.
push time in 2 months
fork awgeorge/react-native-permissions
An unified permissions API for React Native on iOS and Android
fork in 2 months
issue commentstreetsidesoftware/cspell
Integration with VS Code version
If you just want the single config file, add this to your package.json
.
"precspell": "jq -r 'with_entries( if .key | startswith(\"cSpell\") then .key |= sub(\".*\\\\.\";\"\") else empty end)' .vscode/settings.json > cspell.json",
"cspell": "cspell --config cspell.json",
comment created time in 2 months
issue commentkoalaman/shellcheck
Bad Advice on Replacing "which" with "command -v" - Not Equivalent
See also: #1162
comment created time in 2 months
issue commentkoalaman/shellcheck
Bad Advice on Replacing "which" with "command -v" - Not Equivalent
It also incorrectly suggests to use command -v
when using the -a
parameter of which
$(which -a open)
^---^ SC2230: which is non-standard. Use builtin 'command -v' instead.
comment created time in 2 months
issue commentoblador/react-native-vector-icons
[Xcode 11] 'Multiple commands produce' error when building with new Xcode build system
Is there anyway to disable this feature? We're still on .59 and the linking happens in our build process. We don't have our workspace committed, the pipeline literally does a pod install and react native link every time. Now our builds fail as its duplicating these fonts.
comment created time in 3 months
issue commentfacebook/react-native
☂️ Supporting Xcode 11 and iOS 13 Beta
Anybody know anything about:
Last Exception Backtrace:
0 CoreFoundation 0x193d73278 __exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib 0x193a9c0a4 objc_exception_throw + 56 (objc-exception.mm:565)
2 APP_NAME. 0x1023cbcb4 RCTFatal + 668
3 APP_NAME. 0x10241c824 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&) + 712
4 APP_NAME. 0x10241c3b4 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dy... + 88
5 libdispatch.dylib 0x193a40658 _dispatch_call_block_and_release + 24 (init.c:1408)
6 libdispatch.dylib 0x193a411cc _dispatch_client_callout + 16 (object.m:495)
7 libdispatch.dylib 0x1939f3290 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1044 (inline_internal.h:2487)
8 CoreFoundation 0x193cf0c74 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1749)
9 CoreFoundation 0x193cebc68 __CFRunLoopRun + 2004 (CFRunLoop.c:3069)
10 CoreFoundation 0x193ceb16c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
11 GraphicsServices 0x19db23328 GSEventRunModal + 104 (GSEvent.c:2246)
12 UIKitCore 0x197d55d0c UIApplicationMain + 1936 (UIApplication.m:4687)
13 APP_NAME. 0x1022bc738 main + 88 (main.m:16)
14 libdyld.dylib 0x193b76424 start + 4
Thread 0 name:
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x0000000193b6bebc __pthread_kill + 8
1 libsystem_pthread.dylib 0x0000000193a87794 pthread_kill$VARIANT$mp + 112 (pthread.c:1456)
2 libsystem_c.dylib 0x00000001939dc8c0 __abort + 112 (abort.c:136)
3 libsystem_c.dylib 0x00000001939dc850 abort + 112 (abort.c:107)
4 libc++abi.dylib 0x0000000193b347d4 abort_message + 128 (abort_message.cpp:76)
5 libc++abi.dylib 0x0000000193b349c4 demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:66)
6 libobjc.A.dylib 0x0000000193a9c358 _objc_terminate() + 124 (objc-exception.mm:701)
7 APP_NAME. 0x00000001028611a4 CLSTerminateHandler() + 348
8 libc++abi.dylib 0x0000000193b41304 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
9 libc++abi.dylib 0x0000000193b4129c std::terminate() + 44 (cxa_handlers.cpp:87)
10 libdispatch.dylib 0x0000000193a411e0 _dispatch_client_callout + 36 (object.m:498)
11 libdispatch.dylib 0x00000001939f3290 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1044 (inline_internal.h:2487)
12 CoreFoundation 0x0000000193cf0c74 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1749)
13 CoreFoundation 0x0000000193cebc68 __CFRunLoopRun + 2004 (CFRunLoop.c:3069)
14 CoreFoundation 0x0000000193ceb16c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
15 GraphicsServices 0x000000019db23328 GSEventRunModal + 104 (GSEvent.c:2246)
16 UIKitCore 0x0000000197d55d0c UIApplicationMain + 1936 (UIApplication.m:4687)
17 APP_NAME. 0x00000001022bc738 main + 88 (main.m:16)
18 libdyld.dylib 0x0000000193b76424 start + 4
comment created time in 3 months
issue commentinvertase/react-native-firebase
🔥Xcode build for release throws 'Firebase.h' file not found in RNFirebaseUtil.h
All sorted @mikehardy, thanks for your help and time. Much appreciated.
comment created time in 3 months
issue commentinvertase/react-native-firebase
🔥Xcode build for release throws 'Firebase.h' file not found in RNFirebaseUtil.h
@mikehardy Thanks for the info - that's a great note about the appstore listings. I'll try the podfile move and report back.
comment created time in 3 months
issue commentinvertase/react-native-firebase
🔥Xcode build for release throws 'Firebase.h' file not found in RNFirebaseUtil.h
Cheers Mike -
So we're using React 0.59.8, RNFirebase 5.4.2 trying to following the instructions here: https://rnfirebase.io/docs/v5.x.x/installation/ios, however we run react-native link react-native-firebase
before pod install
- are you suggesting to run pod install
first?
Thanks.
comment created time in 3 months
issue commentinvertase/react-native-firebase
🔥Xcode build for release throws 'Firebase.h' file not found in RNFirebaseUtil.h
Just stumbled into this too, has anybody found anything that can help?
comment created time in 3 months