-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-custom-scraper-output.json
More file actions
188 lines (188 loc) · 10.4 KB
/
sample-custom-scraper-output.json
File metadata and controls
188 lines (188 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"title": "Newest 'javascript' Questions",
"description": "Stack Overflow | The World’s Largest Online Community for Developers",
"totalQuestions": "2,528,237 questions",
"questions": [
{
"question": "Why does this behave differently inside a JavaScript arrow function compared to a normal function? [duplicate]",
"authorName": "Tharun Jakkam",
"link": "https://stackoverflow.com/questions/79754155/why-does-this-behave-differently-inside-a-javascript-arrow-function-compared-to",
"authorReputation": "1",
"questionDescription": "I am learning JavaScript and came across a difference in how this works in arrow functions vs regular functions. const obj = { name: \"Tharun\", regularFunc: function () { console.log(\"...",
"time": "asked 13 mins ago",
"votes": "-1 votes",
"answers": "0 answers",
"views": "20 views",
"tags": "javascriptthisarrow-functions"
},
{
"question": "Why can my div console.log all it's children at once but if I want them separated only the first one exists [duplicate]",
"authorName": "user31407489",
"link": "https://stackoverflow.com/questions/79754033/why-can-my-div-console-log-all-its-children-at-once-but-if-i-want-them-separate",
"authorReputation": "1",
"questionDescription": "currentArrayDOM is a div with 3 elements inside it; an h1, button and a div. When I console.log(currentArrayDOM.children) they all show up collapsed in an HTMLCollection but if i try console.log(...",
"time": "asked 5 hours ago",
"votes": "-3 votes",
"answers": "0 answers",
"views": "30 views",
"tags": "javascriptconsole.loghtmlcollection"
},
{
"question": "Plivo AI Agent not calling human agent after transferCall redirect",
"authorName": "Md Sadiq Hasan Ansari",
"link": "https://stackoverflow.com/questions/79753887/plivo-ai-agent-not-calling-human-agent-after-transfercall-redirect",
"authorReputation": "1",
"questionDescription": "I have an inbound call flow where: Incoming call → handled by /incoming, which connects the call to Ultravox AI through a . AI Agent conversation → if the caller asks for a human, the AI triggers /...",
"time": "asked 9 hours ago",
"votes": "0 votes",
"answers": "0 answers",
"views": "28 views",
"tags": "javascriptnode.jsartificial-intelligenceagentplivo"
},
{
"question": "Why is arr undefined even though function returns an array? [duplicate]",
"authorName": "M.E.G.",
"link": "https://stackoverflow.com/questions/79753873/why-is-arr-undefined-even-though-function-returns-an-array",
"authorReputation": "1",
"questionDescription": "const randomGIFFunc = async function(dirname) { const dirPath = 'src/gifs/' + dirname; fs.readdir(dirPath, (err, files) => { if (err) { console.log('Error reading ...",
"time": "asked 10 hours ago",
"votes": "-4 votes",
"answers": "1 answer",
"views": "64 views",
"tags": "javascriptnode.js"
},
{
"question": "Mongodb $push $each onto array is resetting createdAt date for all subdocuments",
"authorName": "Stephen Clark",
"link": "https://stackoverflow.com/questions/79753816/mongodb-push-each-onto-array-is-resetting-createdat-date-for-all-subdocuments",
"authorReputation": "68",
"questionDescription": "Hopefully this makes sense. Using mongoose to push new items into an array of subdocuments, the documents get added fine, however on certain (random) occasions, the createdAt date of the current ...",
"time": "asked 11 hours ago",
"votes": "0 votes",
"answers": "0 answers",
"views": "21 views",
"tags": "javascriptmongodbmongoose"
},
{
"question": "Smugmug API Setting Thunbnails for albums/Removing Blurry Thunbnails",
"authorName": "Flashhunt5k",
"link": "https://stackoverflow.com/questions/79753739/smugmug-api-setting-thunbnails-for-albums-removing-blurry-thunbnails",
"authorReputation": "1",
"questionDescription": "Hello I am currently coding to photo gallery website and Im using the Smumug API to get all my pulbic albums+photos in the album to show up on the gallery and the issue is that for the gallery to show ...",
"time": "asked 13 hours ago",
"votes": "-1 votes",
"answers": "0 answers",
"views": "17 views",
"tags": "javascriptwebapi-design"
},
{
"question": "Selector excluding nested values",
"authorName": "Łukasz Zaroda",
"link": "https://stackoverflow.com/questions/79753738/selector-excluding-nested-values",
"authorReputation": "777",
"questionDescription": "nodejs: 24.7 jsdom: 26.1.0 Basically, I want to create a selector, that would exclude nested elements - it should find only elements at the first level of nesting. I have this: it('Test selector non-...",
"time": "asked 13 hours ago",
"votes": "0 votes",
"answers": "0 answers",
"views": "44 views",
"tags": "javascriptnode.jsjestjsselectorjsdom"
},
{
"question": "lz4 encoding and binary decoding [closed]",
"authorName": "js-insect-ts",
"link": "https://stackoverflow.com/questions/79753657/lz4-encoding-and-binary-decoding",
"authorReputation": "1",
"questionDescription": "why does this decoding of firefox recovery fail? const profilesPath = path.join(os.homedir(), 'AppData', 'Roaming', 'Mozilla', 'Firefox', 'Profiles'); const defaultProfile = fs.readdirSync(...",
"time": "asked 14 hours ago",
"votes": "-1 votes",
"answers": "0 answers",
"views": "28 views",
"tags": "javascriptbinarylz4"
},
{
"question": "how to place the co-ordinates of View to the absolute View in react native",
"authorName": "Karan Vishwakarma",
"link": "https://stackoverflow.com/questions/79753654/how-to-place-the-co-ordinates-of-view-to-the-absolute-view-in-react-native",
"authorReputation": "3",
"questionDescription": "I'm trying to create shared-element transition. Using ref i'm accessing the View location (height, width, pageX, pageY) from measure method and i have another View with absolute position where i'm ...",
"time": "asked 14 hours ago",
"votes": "0 votes",
"answers": "1 answer",
"views": "31 views",
"tags": "javascriptcssreactjsreact-native"
},
{
"question": "Group an array of objects with a tolerance factor",
"authorName": "Viktor",
"link": "https://stackoverflow.com/questions/79753652/group-an-array-of-objects-with-a-tolerance-factor",
"authorReputation": "63",
"questionDescription": "I have an array of objects with a name and a value that looks like this (sorted by values): var array = [ { Name: \"F\", Value: 320 }, { Name: \"E\", Value: 321 }, { Name: ...",
"time": "asked 14 hours ago",
"votes": "-2 votes",
"answers": "2 answers",
"views": "66 views",
"tags": "javascriptarraysobjectgrouping"
},
{
"question": "React Virtualized MultiGrid: Box shadow on first fixed column appears on left instead of right",
"authorName": "Aman Sadhwani",
"link": "https://stackoverflow.com/questions/79753630/react-virtualized-multigrid-box-shadow-on-first-fixed-column-appears-on-left-in",
"authorReputation": "3,616",
"questionDescription": "I’m using React Virtualized MultiGrid and trying to add a box shadow to the first fixed column. I am able to apply the box shadow, but it always appears on the left side, whereas I need it on the ...",
"time": "asked 14 hours ago",
"votes": "0 votes",
"answers": "1 answer",
"views": "47 views",
"tags": "javascripthtmlcssreactjs"
},
{
"question": "WebView2 in wpf application makes crash the app [closed]",
"authorName": "Coskun Ozogul",
"link": "https://stackoverflow.com/questions/79753610/webview2-in-wpf-application-makes-crash-the-app",
"authorReputation": "2,497",
"questionDescription": "I am using the Microsoft.Web.WebView2component in my WPF c# application. Nuget version is 1.0.3405.78. It is a great solution to manipulate html content in a WPF application. Except an error that I ...",
"time": "asked 14 hours ago",
"votes": "0 votes",
"answers": "0 answers",
"views": "34 views",
"tags": "javascriptc#htmlwpfwebview2"
},
{
"question": "CEF (Chromium Embedded Framework) in Application loses keyboard focus after mouse clicks on Ubuntu 22.04 [closed]",
"authorName": "himanshu_suman",
"link": "https://stackoverflow.com/questions/79753579/cef-chromium-embedded-framework-in-application-loses-keyboard-focus-after-mous",
"authorReputation": "11",
"questionDescription": "I'm experiencing a critical keyboard focus issue with CEF (Chromium Embedded Framework) running on Ubuntu 22.04. After any mouse click within the CEF window, all keyboard events stop being captured, ...",
"time": "asked 15 hours ago",
"votes": "0 votes",
"answers": "0 answers",
"views": "29 views",
"tags": "javascriptlinuxubuntukeyboardchromium-embedded"
},
{
"question": "How can I place the carousel arrows and navigation dots inside each slide on the right?",
"authorName": "newuser",
"link": "https://stackoverflow.com/questions/79753539/how-can-i-place-the-carousel-arrows-and-navigation-dots-inside-each-slide-on-the",
"authorReputation": "605",
"questionDescription": "I'm building a carousel using USWDS and custom JavaScript. I want each slide to have arrows and navigation dots on the right sides. The dots and arrows show on the first slide only, but the dots do ...",
"time": "asked 16 hours ago",
"votes": "0 votes",
"answers": "0 answers",
"views": "62 views",
"tags": "javascripthtml"
},
{
"question": "React Router Nested Routes",
"authorName": "cef62",
"link": "https://stackoverflow.com/questions/79753507/react-router-nested-routes",
"authorReputation": "33",
"questionDescription": "I'm having issues configuring react-router-dom with nested routes loaded by sub-modules. In my application I need to dynamically load modules that have their own nested routes. One of the requirement ...",
"time": "asked 16 hours ago",
"votes": "2 votes",
"answers": "1 answer",
"views": "50 views",
"tags": "javascriptreactjsreact-routernested-routes"
}
],
"currentPage": "1"
}