-
Is there a possible way of protecting a whole blueprint without the decorator or otherwise. My specific use case requires authentication check on the sanic-openapi swagger routes, but the package only…
-
See https://github.com/jhipster/generator-jhipster/issues/10611
Maybe wait a bit to see how the ecosystem evolves.
Then determine if this generator needs to support both (legacy / peer) using a p…
-
-
Provide 2 http endpoints that accepts JSON base64 encoded binary data on both endpoints:
`/v1/diff//left`
`/v1/diff//right`
The provided data needs to be diff-ed and the results shall be availa…
apast updated
7 years ago
-
1. The user comes in and creates the account. Their username is returned but the password is encrypted with RSA, so anyone can encode a password and only the bot can decode it.
2. The bot decrypts the…
ghost updated
8 years ago
-
Refactor base blueprints and components to use the same structure and nest them recursively.
Refactor functions which are divided between base blueprint and components to be single functions which …
-
**tl;dr:** Current IR generated by && chain too hard to optimize for LLVM and always compiles to chain of jumps.
I started of investigation of this from [this Reddit thread](https://www.reddit.…
-
Player's should be able to give professions to migrants in a menu that is similar to the taunt wheel or class changing. The areas in which they are able to complete tasks should be specified by the pl…
-
### Issue:
While writing e2e tests I've noticed the `continueOnError` functionality does not fully work for steps that download resources.
The client will throw an error that will fail the whole blu…
-
## Description
Theme toggler extension imports [blueprint CSS](https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/712f910064831e304db2e32fc1ea0f683467c563/packages/theme-toggler-extension…