Alexander Medeiros

Results 10 comments of Alexander Medeiros

I came across a better solution: > cargo install wasm-server-runner > And configure our project to use it by adding a new file, .cargo/config.toml: > [target.wasm32-unknown-unknown] > runner = "wasm-server-runner"...

Now that we're in 2022, filings are using the 2022 taxonomies. This means the library may fail to parse filings that assume presence of those common taxonomies. @mrx23dot would you...

@manusimidt makes sense. No rush, wouldn't want extra things entering the library that become cruft. In the meantime I've used the above code and it's successfully parsing the ill-formed filings.

@codinguncut As the pdf says in the previous comment, the weight is assigned to a particular calculation relationship, not the value. Depending on what is being calculated, a particular value...

@manusimidt I've been grappling with this issue as well. Specifically where the filer overrides the base calculations which happens in all the filings I've seen so far (a few dozen)....

@manusimidt That's exactly as I have it currently. Still a work in progress and only focused on the us-gaap, but lemme provide an example filing: [0001090872-22-000012](https://www.sec.gov/Archives/edgar/data/1090872/000109087222000012/0001090872-22-000012-index.htm). Specifically you can open...

I agree entirely. I can't use this app until permissions are constrained to a single repository.

Good evening, @owulveryck! Thank you so much for this fantastic work! **Context** I was previously using [rmView](https://github.com/bordaigorl/rmview) for the same use case. I'm a software developer and communicate best through...

@2Belette I'm not sure if this is the recommended approach, but I haven't had any issues keeping the service running through sleeps, restarts, running out of battery, etc. Lemme know...

I also believe this feature is greatly needed. I was shocked coming from an npm and python world. Currently, my local dev instructions require my users to `cargo install` several...