Ruby on Rails Tutorial Demo Application
The first app for Ruby on Rails Tutorial
Ruby on Rails Tutorial sample application
amillet89/adlearn-open-platform 0
The AdLearn Open Platform logo.
amillet89/amillet89.github.com 0
Personal blog
The Extole logo.
Segment.io's server-side connections to different analytics services.
🗺 a simple app that demonstrates koa 2.x + postgres + other useful abstractions
amillet89/railsinstaller_demo 0
Test repo for RoR config on windows env
Spawn a child_process and run a function in it. Get the function's results on your main process using a stream or callback
issue openedsegmentio/analytics-ios
[SEGAnalytics handleAppStateNotification:] Background crash
Hello,
We've been carrying this crash for a while and it always happens when the app is in the background. We weren't able to reproduce it.
The app is a mixed Swift/ObjC codebase Pods we use: Analytics 4.1.3 Intercom Firebase
Any help debugging/fixing it is greatly appreciated.
Sample stack trace:
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1c117916c objc_msgSend + 44
1 BulldozAIR 0x104a162ac -[SEGAnalytics handleAppStateNotification:] + 132 (SEGAnalytics.m:132)
2 CoreFoundation 0x1ad3a4e8c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
3 CoreFoundation 0x1ad3a4e4c ___CFXRegistrationPost_block_invoke + 48
4 CoreFoundation 0x1ad3a4438 _CFXRegistrationPost + 400
5 CoreFoundation 0x1ad3a3e30 _CFXNotificationPost + 696
6 Foundation 0x1ae616934 -[NSNotificationCenter postNotificationName:object:userInfo:] + 60
7 UIKitCore 0x1afcf25e8 -[UIApplication _terminateWithStatus:] + 296
8 UIKitCore 0x1af3bda48 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 124
9 UIKitCore 0x1af3bd6cc -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 216
10 UIKitCore 0x1afce85ec -[UIApplication workspaceShouldExit:withTransitionContext:] + 208
11 FrontBoardServices 0x1bbee551c -[FBSUIApplicationWorkspaceShim workspaceShouldExit:withTransitionContext:] + 84
12 FrontBoardServices 0x1bbf0fc44 __63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke_2 + 76
13 FrontBoardServices 0x1bbef6420 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232
14 FrontBoardServices 0x1bbf0fbe0 __63-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:]_block_invoke + 104
15 libdispatch.dylib 0x1ad07b298 _dispatch_client_callout + 16
16 libdispatch.dylib 0x1ad0205b8 _dispatch_block_invoke_direct$VARIANT$mp + 224
17 FrontBoardServices 0x1bbf34e04 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40
18 FrontBoardServices 0x1bbf34acc -[FBSSerialQueue _targetQueue_performNextIfPossible] + 404
19 FrontBoardServices 0x1bbf34fa0 -[FBSSerialQueue _performNextFromRunLoopSource] + 28
20 CoreFoundation 0x1ad3c28f0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
21 CoreFoundation 0x1ad3c27f0 __CFRunLoopDoSource0 + 204
22 CoreFoundation 0x1ad3c1b44 __CFRunLoopDoSources0 + 256
23 CoreFoundation 0x1ad3bc060 __CFRunLoopRun + 768
24 CoreFoundation 0x1ad3bb818 CFRunLoopRunSpecific + 572
25 GraphicsServices 0x1c3ac1570 GSEventRunModal + 160
26 UIKitCore 0x1afce70e8 -[UIApplication _run] + 1052
27 UIKitCore 0x1afcec664 UIApplicationMain + 164
28 OurApp 0x104700574 main + 14 (main.m:14)
29 libdyld.dylib 0x1ad09a140 start + 4
created time in a day
push eventterraform-docs/terraform-docs
commit sha 61cc005548e70b740e85ad64b946c97b6c9f4471
Render resources without URL correctly in Markdown and Asciidoc Signed-off-by: Khosrow Moossavi <[email protected]>
commit sha bb1e21acf709cdd04344a5fd3d5287ead3c9b074
Cosmetic cleanup asciidoc module table Signed-off-by: Khosrow Moossavi <[email protected]>
commit sha d3acf53bd2339ba400071bfbecd0f454e58eb27f
Merge pull request #526 from khos2ow/resource-no-url Render resources without URL correctly in Markdown and Asciidoc
push time in 2 days
PR merged terraform-docs/terraform-docs
<!-- Thank you for helping to improve terraform-docs!
Please read through https://git.io/JtEzg if this is your first time opening a terraform-docs pull request. Find us in https://slack.terraform-docs.io/messages/dev if you need any help contributing. -->
Description of your changes
<!-- Briefly describe what this pull request does. Be sure to direct your reviewers' attention to anything that needs special consideration.
We love pull requests that resolve an open terraform-docs issue. If yours does, you can uncomment the below line to indicate which issue your PR fixes, for example "Fixes #500": -->
Fixes #520
I have:
- [x] Read and followed terraform-docs' contribution process.
- [x] All tests pass when I run
make test.
How has this code been tested
<!-- Before reviewers can be confident in the correctness of this pull request, it needs to tested and shown to be correct. Briefly describe the testing that has already been done or which is planned for this change. -->
Added new resource in examples/ folder and updated corresponding golden files accordingly.
pr closed time in 2 days
issue closedterraform-docs/terraform-docs
Formatting issues with markdown
<!-- Thank you for helping to improve terraform-docs!
Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please note, this template is for bugs report, not feature requests. For more information, see the Contributing Guidelines at https://git.io/JtEzg. Please find us at https://slack.terraform-docs.io/ for questions, support, and discussion. -->
Describe the bug
In the markdown line breaks are being added and as a result breaking the Resource table. <!-- Please let us know what behaviour you expected and how terraform-docs diverged from that behaviour. -->
How can we reproduce it?
This is occurring specifically in the Resource section of the markdown and it occurs when several (5+) of the resources include hyperlinks. <!-- Help us to reproduce your bug as succinctly and precisely as possible. Any and all steps or script that triggers the issue are highly appreciated!
Do you have long logs to share? Please go to https://ghostbin.com and insert the link here. -->
Environment information
- terraform-docs version: v0.14.1 and v0.13.0 (via gh-actions)
- Go version: 1.16.4
- OS: Windows, Ubuntu
<!--
- terraform-docs version (use
terraform-docs --version): - Go version (if you manually built. use
go version): - OS (e.g. Windows, MacOS): -->
closed time in 2 days
JJibreelpush eventsegmentio/go-tableize
commit sha 57415480c17c5058eb9e9606d043fd84e2a9bb7e
typo
push time in 2 days
issue openedsegmentio/facade
It looks like there are some good changes queued up (looks like at least 3.3.10 is current), but the latest release I am seeing on npm is 3.2.7 Is there a plan to push out a new version with the latest (or some of the latest) changes any time soon?
created time in 2 days
push eventsegmentio/go-tableize
commit sha c1f9e5785cec6724aa38d4f76c7cdee7c700c1fb
formatting
push time in 2 days
PR opened terraform-docs/terraform-docs
<!-- Thank you for helping to improve terraform-docs!
Please read through https://git.io/JtEzg if this is your first time opening a terraform-docs pull request. Find us in https://slack.terraform-docs.io/messages/dev if you need any help contributing. -->
Description of your changes
<!-- Briefly describe what this pull request does. Be sure to direct your reviewers' attention to anything that needs special consideration.
We love pull requests that resolve an open terraform-docs issue. If yours does, you can uncomment the below line to indicate which issue your PR fixes, for example "Fixes #500": -->
Fixes #520
I have:
- [x] Read and followed terraform-docs' contribution process.
- [x] All tests pass when I run
make test.
How has this code been tested
<!-- Before reviewers can be confident in the correctness of this pull request, it needs to tested and shown to be correct. Briefly describe the testing that has already been done or which is planned for this change. -->
Added new resource in examples/ folder and updated corresponding golden files accordingly.
pr created time in 2 days
push eventsegmentio/go-tableize
commit sha 0f091d1fc4d8f0b5be87eb0490028cc561df804f
fix go.mod file
push time in 2 days
pull request commentsegmentio/go-tableize
Try to fix build failures in #7
Closing this PR, it's just a demo.
comment created time in 2 days
push eventsegmentio/go-tableize
commit sha 4e847dd52ee237764bc14ec5c23a2897c3270a30
put test file in same package
push time in 2 days
push eventsegmentio/go-tableize
commit sha 71e3beee518d9c347159bebe656a0e3843dfcc9b
go mod tidy
commit sha ef08240cb53eaf4a016c01636d3af458c175b3b6
Fix module declaration
push time in 2 days
push eventsegmentio/go-tableize
commit sha 971fb700113c0be40eecfeb3174916e37e778449
buildkite-migration (#8) Migrate circleCi to build-kite
commit sha 227867267e7a6c121477a5479269730bfccbeddc
handle array when flattening map
commit sha a000e4d30e5c835afd6fc85d3ac9edc4c8c9e759
add array option
commit sha 60dfff8798f2b5411de5748e5242979aa01eeacf
refactor test
commit sha 43468e4e24b8ece3c5af2a0661c1358f54440de8
fix
commit sha 1ad6c01f6af86b67f3d231332f080c7d2c5c3448
fix
commit sha 49507bf2479c4b85b5eb60fb9d6f9c0bc811c271
formatting
commit sha ade04437e7236f3fa07774718a004c68f9dd6d9e
change log and refactor
push time in 2 days
push eventsegmentio/go-tableize
commit sha 431e9e6881cc75d7e4ef4e8d1043aaa64478e61c
change log and refactor
push time in 2 days
push eventsegmentio/go-tableize
commit sha 971fb700113c0be40eecfeb3174916e37e778449
buildkite-migration (#8) Migrate circleCi to build-kite
push time in 2 days
Pull request review commentsegmentio/go-tableize
+steps:+ - label: 'Test'+ env:+ SEGMENT_CONTEXTS: snyk, aws-credentials+ SEGMENT_BUILDKITE_IMAGE: 'buildkite-agent-golang1.15'
I changed it
comment created time in 2 days
push eventsegmentio/go-tableize
commit sha 63cd8206486838fad66040d5e59d96728917e462
set buildkite golnag agent to 1.16
push time in 2 days
Pull request review commentsegmentio/go-tableize
+steps:+ - label: 'Test'+ env:+ SEGMENT_CONTEXTS: snyk, aws-credentials+ SEGMENT_BUILDKITE_IMAGE: 'buildkite-agent-golang1.15'
should we use golang1.16 here since go.mod is using 1.16?
comment created time in 2 days
push eventsegmentio/go-tableize
commit sha c933796fd6e8ab6e67a76a329513e669f7a17045
remove un-used stuff
push time in 2 days
push eventsegmentio/go-tableize
commit sha 62c4f77a1ff828f8313c2010e4ed97629ad185d1
docker change
push time in 2 days
push eventsegmentio/go-tableize
commit sha 3cafc96abce043b84f2c6e78a9a317c7d4601b34
change dockefile
push time in 2 days
push eventsegmentio/go-tableize
commit sha a48fc1893c32ce0301b4fffbfce401114099b94e
add slash
push time in 2 days
push eventsegmentio/go-tableize
commit sha 83c16f7dc90fefb434eef9f43f1874088121b0f8
add docker file
push time in 2 days