-
### Description
In summary, when validating a local user, PrincipalContext.ValidateCredentials throws an exception after a single local user is verified. It doesn't matter if the credentials are corr…
-
For this code
```c
void foo(void **ptr) {
static _Thread_local void *tmp;
tmp = *ptr;
*ptr = 0;
}
```
Clang generates
```asm
foo:
movq (%rdi), %rax
mov…
-
In this case, a `@Nullable` field is stored to a local variable. When the field is used in a null condition an error occurs, but if the variable is used then it does not. It seems the data flow analys…
-
Subfolder support for storing local files as pdfs or images on the Flypad. This feature is usually used to store maps and charts for people who do not have Navigraph. Adding support for subfolders is…
-
Currently, the frontend stores the JWT Token inside local storage which is not a correct practice.
Use Cookies to extract and recieve the token.
-
# Summary
I started seeing a crash in our application on Emscripten 3.1.66+ when loading a GLTF file with Magnum and traced it down to what appears to be a bad compile output by Emscripten, where on …
-
I have a:
1. [x ] Question: Feel free to just state your question.😄
Hi,
First of all, it is great great lib! After many others, I appreciate all the features here!
1. I am thinking about a pa…
-
# What is the Problem?
Without a database we can't store events.
# Why is This a Problem?
The user expects their events to be saved for the next time they use the app, if they were lost it would …
-
The player’s airline name and code should be saved in local storage; that way it’s accessible from every page.
There’s a helper in `helpers.js` that could be modified to allow this.
-
In Thymeleaf, the DOM elements were some custom built ones so it was able to have additional properties like node local variables. In this project, I'm using the standard DOM elements and have curren…