Luis Osta

Results 13 issues of Luis Osta

The Redux team released Redux Toolkit in order to make it easier to build out applications using Redux. And while I do like Easy Peasy much better, Easy Peasy's services...

question

**Easy Peasy Version** ``` "easy-peasy": "^5.0.3", ``` **Context** React SPA Application using CRA. Currently running React 16.9. So in order to keep my types DRY I tried to define the...

I think it might be helpful to those hoping to contribute to the project to make it clear what issues might be good for a first-time contributor to help with....

### The Problem This was working a couple of weeks back so I'm unsure why it's failing now. Essentially I'm writing a test case that a thunk fails when I...

JSON-LD libraries like https://github.com/piprate/json-gold support normalizing JSON-LD documents based on specs like URDNA2015, which is a requirement as part of for instance creating data integrity proofs. Are there any plans...

**Summary** We are working in the digital identity space. And right now trying to use the json-gold library to create some VerifiablePresentation json-ld documents. But the normalization fails due to...

This is what the top line of the test looks like. ``` #[rstest::rstest] #[case::network_failure( create_did(), create_did_doc(create_did()), Some(Err(tonic::Status::invalid_argument("message"))), false )] #[case::success( create_did(), create_did_doc(create_did()), Some(Ok(tonic::Response::new(CreateResponse {}))), true )] #[case::parsing_failure( create_did(), serde_json::json!("{}"), None,...

I'm loving the package! It's been extremely useful. I was wondering if it was possible to render some text alongside/inside the lines. So that'd it looks roughly like this: ![image](https://user-images.githubusercontent.com/18711855/108638972-92df0c00-7457-11eb-9f28-112cb7c65772.png)...

### TL;DR I get this error when calling `expand` in a created document ``` Error: 0x16d831f98 ``` ### Details So I'm trying to expand a JSON-LD document that has no...

Issue Type: Bug As part of my WSL instance, I had to create a user to properly setup nvm for configuring nodejs and npm. I could properly create the user...

wsl
feature-request
plan-review