Benedikt Radtke

Results 81 issues of Benedikt Radtke

When starting cargo graph in windows' cmd shell, the output file is ASCII text. When you start it in windows' powershell, the output file is Little-endian UTF-16 Unicode text, with...

Which license is BlazorInputFile using? It looks nice but without an unambiguous statement about the license we can't use it :|

Fix typo in your link to https://github.com/mattermost/mattermost-docker

I am considering using webauthn/fido2-net-lib for a project, but I couldn't find documentation that covers whether I can fully test the registration/login flow with a real user agent. Can I...

**Describe the bug** If a string is referenced, it is turned into a separate class that wraps the string. **To Reproduce** Given this schema: ```json { "openapi" : "3.0.0", "components"...

enhancement

I had a look at TW Troy's .pack files, and noticed that we might have gotten the padding wrong. We assumed that encrypted files were always padded: https://github.com/Frodo45127/rpfm/blob/dbbee3f70f6c7fd7d99dc438e46ef28dc8c1b8cc/rpfm_lib/src/packfile/crypto.rs#L52-L59 but (some...

After using memory-mapped files in a different rust project I thought they might be a good idea for rpfm. If you have not used them before, mmfs are lazy-loading virtual...

If I understand #14 correctly, the communication between ui and bg thread may fail, if the user triggers multiple commands at once. Taken from #14: Imagine we have the commands...

I tried to recreate your safe_json typed dictionaries example from your [readme](https://github.com/facebook/pyre-check/tree/main/pyre_extensions#safe-json), but it doesn't work: ```python3 from pyre_extensions import safe_json from typing import Dict, List, TypedDict class Movie(TypedDict): name:...

At the moment there are no official moloch images on dockerhub, which has created the undesirable situation where a plethora of unofficial moloch images have been uploaded to dockerhub, including...

enhancement
need help