Auto report in Boostrap with ngrok and chrome extension
See original GitHub issueHi, how are you?
I do not have much to talk about. But if there is, a pop-up may appear for people who communicate about error. And it already reports without problems Github like ‘bug’. I do not know how I would send it to Github with the issues prepared. But, the auto report process could be done like this
Example
Reference https://stackoverflow.com/questions/12407778/connecting-to-tcp-socket-from-browser-using-javascript
chrome.experimental.socket.create('tcp', '127.0.0.1', 8080, function(socketInfo) {
chrome.experimental.socket.connect(socketInfo.socketId, function (result) {
chrome.experimental.socket.write(socketInfo.socketId, "Hello, world!");
});
});
`
ngrok http 8080 // proxy reverse to localhost
Note
- We could create an application. Js that reserves for localhost a reverse proxy .
- If Bootstrap has a problem … we can use Google Chrome browser to open a local connection. With this, we tell ngrok to run a reverse proxy with that local connection.
- Then you would need a server or use an email API to send this error.
` Regards, Pedro Guilherme.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Windows Analysis Report http://ngrok.io - Joe Sandbox
General Information ; Sample URL: http://ngrok.io ; Analysis ID: 453225 ; Infos: ; Most interesting Screenshot: ...
Read more >twitter bootstrap css clashes while in chrome extensions
I am using bootstrap for a chrome extension I am writing. When imported as content script the css seem to clash with alot...
Read more >Fantastic Tools for Web Developers That You're Not Using Yet
Are you are the god of web development? And looking for amazing tools for web development? Here I listed fantastic tools for web...
Read more >General Info - ANY.RUN
Online sandbox report for http://497afe23.ngrok.io, tagged as phishing, verdict: Malicious activity. ... Modifies files in Chrome extension folder.
Read more >How to build an IVR system with Twilio, CodeIgniter, and Ngrok
IVR: Interactive voice response system is an automated system that interacts and receives inputs from callers via a keypad and also routes calls ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
you’re after some very specific functionality that you want for your specific needs / things you’re wanting to build on top of bootstrap, and hoping that these get added directly into bootstrap core. and the general feeling here is that no, these are not things that make sense to be added to bootstrap core, which is just a framework for styling and a few custom interface widgets.
The point is: fine, feel free to do those things. But there’s no interest in adding these to core bootstrap, so there’s no point in opening issues here on bootstrap’s issue tracker about them.