-
#### TL;DR - UI functionality should be in a separate gem to solve many problems
Basically to decouple the functionality from Guard, because it's a maintenance nightmare:
- reliance on global state
-…
-
While inspecting `rx-runloop.hpp` I noticed there might be a potential deadlock in the code:
https://github.com/ReactiveX/RxCpp/blob/aac2fc97bc5fe680446afb5ae81bef0a9c0fbf8a/Rx/v2/src/rxcpp/schedul…
-
**Draft**
- JWT scope (guard) per command. Certain users may do certain commands.
- Roles may be a set of scopes
- Make something similar for events (listen for events on WebSockets / SSE)
- For G…
-
# Suggestion
A `k in v` check should narrow type of `k: K` to `K & keyof typeof v`.
## 🔍 Search Terms
`in operator narrowing`
## ✅ Viability Checklist
My suggestion meets these guidel…
-
If we land analyzer plugins well, we may choose to stop supporting our lowest-priority lint rules. Maybe lint rules that do not guard against errors or bloat, and are not in the lints:core or lints:re…
-
I reviewed the `scoped_async_spawn` crate after reading the blog post [Scoped threads in Rust, and why its async counterpart would be unsound](https://wishawa.github.io/posts/thread-scoped-async/). I …
Lej77 updated
2 years ago
-
Hey there,
I've tried to use `AutoRouterDelegate.declarative` on AutoRoute 8, but it seems like it got deprecated.
The deprecation message says that I should use guards instead. My goal here is to…
-
How can I restrict a tranfer of a ERC20 token to only whitelisted addresses using this scope guard?
Transfer requires a restriction on "recipient" parameter
TransferFrom can't be called by anyone …
-
-
## 진행 상황
###
- [x] Introduction (@GilHyeon) [#1](https://github.com/nestkr/docs.nestjs.com/pull/1)
### Overview
- [x] First steps (@GilHyeon) [#2](https://github.com/nestkr/docs.nestjs.…