Rishi556
Rishi556
Running version 0.5.0. Saw issue https://github.com/stiang/remove-markdown/issues/52 but that doesn't seem to have resolved this. ```js const removeMarkdown = require("remove-markdown") const body = `@@ -7480,1160 +7480,4 @@\n scr)\n-%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A %0A\n ` console.log(removeMarkdown(body))...
It would be nice if we could have a dimension to resolve hostname for IP's. It should make identifying source/destinations easier.
### Describe the bug Up to v0.27.2, axios could be used to reach ipv6 endpoings with a format like the following: `http://[2001:db8::5]:6001/lists`. As of 1.0.0, axios thinks that's a hostname...
Closes https://github.com/axios/axios/issues/5333 Strips the brackets from hostname fix ipv6 hostname http(s) calls. https://github.com/follow-redirects/follow-redirects/blob/d388fe26052a6042310d96964f15f00c56791161/index.js#L549
Request is deprecated, see https://github.com/request/request/issues/3142. It should be switched out for something that's maintained, most likely axios.
https://github.com/Someguy123/hive-docker/blob/10cdf46028975e8351f50c7465c301081802abcc/run.sh#L2505 If bps is 0(which can/does happen), a divide by 0 error occurs.
### Steps to reproduce Link to live example: https://stackblitz.com/edit/react-pfmck1?file=Demo.tsx  Steps: 1. View The Gavel Icon And The Outlined Gavel Icon 2. Notice how similar they are ### Current behavior...
### Summary When using the Select as a drop down, it would be nice to be able to cycle through the options by typing in the first letter of the...
Arista devices weren't sending back BGP Large communities to the UI. This PR fixes it so they do.