This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> Compling assets in current project directory | |
=> Copying current project directory to temporary build area: /tmp/jets/ut-search/stage/code | |
=> Reconfiguring webpacker development settings for AWS Lambda. | |
Jets sends data about your gems to your specified lambda build service **lambdagems.com** so that it can compile and generate the necessary Lambda layers. Lambdagems only collects anonymous non-identifiable data. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
THIS IS BASICALLY A MONKEY-PATCH OF BROKEN BEHAVIOR IN ZAPPA | |
Zappa sends bytes to boto instead of a string. | |
Zappa Async Tasks | |
Example: | |
``` | |
from zappa.async import task |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
query GetUserPanels { | |
currentUser { | |
panelDetails { | |
privatePanelActiveSession | |
myPanelActiveSession | |
utPanelActiveSession | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Dump the GraphQL schema for the frontend.""" | |
from your.graphql_api import schema | |
print(schema) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zappa (and AWS Lambda) support the following versions of Python: ['2.7', '3.6'] | |
Traceback (most recent call last): | |
File "/var/lang/lib/python3.7/imp.py", line 234, in load_module | |
return load_source(name, filename, file) | |
File "/var/lang/lib/python3.7/imp.py", line 171, in load_source | |
module = _load(spec) | |
File "<frozen importlib._bootstrap>", line 696, in _load | |
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked | |
File "<frozen importlib._bootstrap_external>", line 728, in exec_module | |
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
module OmniAuth::Strategies | |
class Oktaoauth | |
undef :access_token | |
attr :access_token | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inside params query component | |
{data: {…}, variables: {…}, refetch: ƒ, fetchMore: ƒ, updateQuery: ƒ, …} | |
data: | |
searchParams: {q: "{"children":[{"children":[],"key":"stomach"}],"key":"AND"}", sorts: Array(0), aggFilters: Array(1), crowdAggFilters: Array(0), page: 0, …} | |
variables: {hash: "pQJf6HTK"} | |
refetch: ƒ () | |
fetchMore: ƒ () | |
updateQuery: ƒ () | |
startPolling: ƒ () | |
stopPolling: ƒ () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fs.js:3 Circular dependency detected: | |
app/containers/StudyPage/StudyPage.tsx -> app/containers/WorkflowPage/index.tsx -> app/containers/WorkflowPage/WorkflowPage.tsx -> app/containers/WorkflowPage/SuggestedLabels.tsx -> app/containers/StudyPage/index.ts -> app/containers/StudyPage/StudyPage.tsxCircular dependency detected: | |
app/containers/StudyPage/index.ts -> app/containers/StudyPage/StudyPage.tsx -> app/containers/WorkflowPage/index.tsx -> app/containers/WorkflowPage/WorkflowPage.tsx -> app/containers/WorkflowPage/SuggestedLabels.tsx -> app/containers/StudyPage/index.tsCircular dependency detected: | |
app/containers/WorkflowPage/SuggestedLabels.tsx -> app/containers/StudyPage/index.ts -> app/containers/StudyPage/StudyPage.tsx -> app/containers/WorkflowPage/index.tsx -> app/containers/WorkflowPage/WorkflowPage.tsx -> app/containers/WorkflowPage/SuggestedLabels.tsxCircular dependency detected: | |
app/containers/WorkflowPage/WorkflowPage.tsx -> app/containers/WorkflowPage/SuggestedLabels.tsx -> app/containers/StudyPa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"aggs": { | |
"wiki_page_edits": { | |
"nested": { | |
"path": "wiki_page_edits" | |
}, | |
"aggs": { | |
"wiki_page_edits.email": { | |
"filter": { | |
"bool": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [11]: for a in AttomAssessor.objects.filter(data__SitusCounty="Fulton"): | |
...: print("fultoncounty.org/whatever?%s" % urlencode({ "ParcelID": a.data.get("ParcelNumberRaw") })) |