Jacob Weber
Jacob Weber
Hi! I found this plugin from [this issue](https://github.com/electron/electron/issues/2867). I tried to install it using electron-builder, with this in my package.json: ``` "postinstall": "electron-builder install-app-deps" ``` But it looks like there's...
As far as I can tell, JIRA doesn't support HMAC-SHA1 for the OAuth signature method; it only supports RSA-SHA1. At least this is the case for some versions. The included...
Do you know if anything needs to be changed to use Juce 6.1.3, other than the GIT_TAG in CMakeLists.txt? When I tried this, the MacOS and Linux builds passed, but...
Thanks for this template -- it's very helpful. When I ran the Standalone app on Mac OS 10.14.6., I got the error: `You have macOS %@. The application requires macOS...
My attempt to implement a fix for #806. - Moved some of the validation methods from `AbstractGrant` into a `RequestValidatorTrait` trait, so they can be used by non-grant classes. This...
In [this demo](https://stackblitz.com/edit/react-router5), linked from your [docs](https://router5.js.org/integration/with-react), if I run `router.navigate('inbox.message', {'id': '(foo)'});`, I get an error: ``` path-parser.js:313 Uncaught Error: Some parameters of '/quote/:symbol' are of invalid format at...
Currently, when you make an auth request, JSO stores the current window's hash, and restores it when you call jso_checkfortoken. But I don't always want this. For example, I'm opening...
- [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this repository and believe that this is not a duplicate. ## Expected Behavior Question: is it possible (or would it be possible...
Using Wordpress 4.9.10 and SyntaxHighlighter Evolved 3.5.4, I created a page, and put the following content into the Text editor: ``` [php] [/php] [xml] [/xml] ``` When published, it displays...
When you commit, the latest version prompts you to select a list of files to commit. Could we have a configuration to let you opt back into the old behavior,...