-
## What is missing or needs to be updated?
The current Mobile Application Security Cheat Sheet lacks specific guidance on securing app functionality that could be accessed when an iOS/iPadOS device i…
-
Created by: @mdecuir
Source: https://github.com/RedisGraph/RedisGraph/issues/914
I have a use case where I am trying to write a query that represents an anti-semi relationship (nodes that do not have …
-
### Which @angular/* package(s) are relevant/related to the feature request?
platform-browser-dynamic
### Description
Hello!
First, it's a feature request, not a bug report.
If you think it shou…
-
Created by: @Lincyaw
Source: https://github.com/RedisGraph/RedisGraph/issues/3100
Environment: docker image, redis-stack: latest
```
10.20.10.27:6379> info
# Server
redis_version:6.2.12
redis_git…
-
ExecCondition is currently available only in service units. is there any particular reason why it (or something equivalent) isn't available for every unit? i'd like to make some builtin targets condit…
-
For loops in Taichi is only parallelized **in the outermost scope**. For example, a user may be tempted to write such a kernel:
```python
@ti.kernel
def my_kernel():
flag = some_global_check()…
-
### What Docs changes are you proposing?
Improving the information architecture of the current documentation to align better with the [documentation developer journey](https://www.figma.com/board/T…
-
_.if would take two arguments, a primary function and a conditional function. It would return a new function that, when called, will call the primary function only if the conditional (called with the …
-
I have a conditional insert statement that only inserts a new row into table `items` if a row with matching ID exists in table `lists`. When executed with a list ID that is not found in the `lists` ta…
-
Using:
vscode version: 1.29.1
C/c++ extension version: 0.20.1
Launch config using type: "cppvsdbg".
Unsure of what other details to provide.