Results 27 issues of Jack Edwards

.NET 6 has supposedly made it very simple for Blazor WASM projects to refer to native code in the browser. Would it be possible to include a WASM binary in...

Update the README with information on the new TryValidate and TryFrom methods. Also added some of my own thoughts on how best implement validation.

**Explain the problem.** The documentation for MultiMarkdown indicates that rows in what looks to be a "pipe_table" can span multiple columns by placing multiple, adjacent pipes at the end of...

bug

Many of the `*_MAX` constants defined in [constants.json](https://github.com/jedisct1/libsodium.js/blob/master/wrapper/constants.json) have negative values when printed in the browser using `console.log(sodium)`. Is this of any concern? - crypto_aead_chacha20poly1305_IETF_MESSAGEBYTES_MAX: -17 - crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX: -17 -...

## Description The primary reason for limiting file transfers to 100 MB is to accommodate mobile browsers. The majority of mobile browsers are still 32-bit, meaning they are limited to...

enhancement
blocked

**Describe the bug** Every so often, a large file upload will fail halfway through transmission to the server, Figure out how to overcome this.

bug
triage

I'd like to disable Entity Framework Core's tracking mechanism across the whole project; only enabling tracking in cases where the API would need to make an update an entity in...

enhancement
good first issue

## Description If the plan is to implement a self-hosted storage option for Crypter, then the existing Crypter code needs to switch to signing JWTs with a private key, instead...

enhancement
good first issue

## Description I would like to implement a means of storing messages and files indefinitely. This feature would be limited to users who have created an account. This issue relates...

enhancement

**Describe the enhancement.** The current Search page in Crypter.Web only shows up to 20 results. There is no concept of paging or scrolling to load more search results. Implement an...

enhancement