Albert Portnoy
Albert Portnoy
Please add a tool similar to https://chmod-calculator.com/ for calculating chmod permissions. Thanks!
**Describe the bug** Certain URL attributes currently do not currently handle calculating the full URL from the relative URL. Links (``) handle it, but all other attributes do not. **To...
### Issue Summary This was originally posted on [StackOverflow](https://stackoverflow.com/questions/76518039/twilio-webhook-validation-with-query-string/76540011#76540011) and confirmed to be an issue by a Twilio employee. The built-in Express middleware for webhook validation doesn't seem to work...
I often have a local server running on port 8000, which prevents me from using the web auth for the CLI until I stop the server. Please check that port...
This lookup consistently takes around 2 seconds which is not ideal. Would it be possible to speed that up at all?
Disabling this plugin fixes it
Please add a button top copy all of the JSON text. This particularly useful if you're using options like `showArraySize` which would otherwise mess up the copied JSON. Just in...
Take this sample code: ```js const example = { 'hello': 'world', }; ``` When "Convert outermost quotes" is enabled, adding a template string to the value will give this result:...
Electron caches asar files, which causes issues if you try to replace or update an addon while Discord is running. Our only workaround is to fully quit and restart Discord,...
This feature would help users easily determine which addon is causing an issue they are experiencing. This would work similar to the [VSCode extension bisect](https://code.visualstudio.com/blogs/2021/02/16/extension-bisect#_welcome-extension-bisect), see that page for an...