-
### Summary
I want to authorize topic subscription by topic name. `.simpSubscribeDestMatchers("/topic/list/{location}/**") .access("@webSecurity.checkLocation(authentication,#locati…
-
### Preflight Checklist
* [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [x] I agree to follow the [Code …
-
add remote support for renderer user?
`Uncaught TypeError: Cannot read property 'isReady' of undefined`
this is how I fix it
```es6
// ./lib/index.js
// line 1225
let electron;
// istanbul…
Zazck updated
5 years ago
-
Overall - I really like/prefer the new 2.0 security integration. The only issue is how can security be enabled/disabled via configuration.
In 1.5.x - security could be enabled / disabled via proper…
-
I do write an app which includes a video through the file protocol: `` however, it is very, very laggy. I've tried different video qualities there is no difference. Loading the video takes a lot of ti…
gossi updated
4 years ago
-
If I upgrade Spring Boot from `1.5.3.RELEASE` to `1.5.8.RELEASE`,
```diff
diff --git a/pom.xml b/pom.xml
index 167dd93..0183401 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
…
-
_**[julian.s...@gmail.com](http://code.google.com/u/113097869259402831049/) commented:**_
> Which version of PhantomJS are you using? Tip: run 'phantomjs --version'.
> phantomjs 1.8.1
>
> What steps…
-
* Electron version: 1.6.5
* Operating system: OSX
### Expected behavior
**Possible solutions**
- Set a more useful ```filename``` in the throwed error on the window object for identify where…
-
It appears that there is a problem on executing appclient via java web start. It can't find grizzly-npn-bootstrap.jar in glassfish directory.
java.io.FileNotFoundException: [http://localhost:8080/___…
-
Sorry, I am not very likely to use github.
this is my blog
https://www.cnblogs.com/ww01/p/10791844.html
This is a practical practice on how to make ant.design pro run on electron. I think it shou…