Andreas Richter

Results 32 issues of Andreas Richter

Obviously since 0.6 doesn't work yet it's unlikely to work but I did notice that the first failure is due to package.json missing in the repo. This didn't quite make...

amp, lt and gt are each twice inside of _replaceEntity.

Not having node:false causes process shim to be included in the output which causes webpack to prevent DefinePlugin from replacing things like process.env.NODE_ENV in any module included after this one.

For some reason this module includes the "process" shim which causes DefinePlugin to be unable to replace process.env.NODE_ENV in any module included after this one. https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/206

It seemed to build and install correct, but during run I saw this in the log: ```sh Jan 11 18:18:47 localhost.localdomain snap[12973]: [84B blob data] Jan 11 18:18:47 localhost.localdomain snap[12973]:...

WIP: refactoring out unnecessary code Implement erc725 namespace Prepare for https download (API not fully hooked in) Add standard schema decoding using erc725.decode_key_value The erc725.rs is a prototype for a...

https://github.com/ipfs/js-ipfs-utils/blob/5eecdcbd81f5448ba1d4c0d2ad2050d0ceb240a0/src/fetch.browser.js#L10 When using the browser compile of this, the system ultimately imports "native-fetch" but the API of native-fetch doesn't have fetch as the default export, but rather as { fetch...

Add Universal Profile into the supported list of providers.

### What kind of change does this PR introduce (bug fix, feature, docs update, ...)? Initial implementation of more generic uploader and URL converter Implement first ifps-http-client Implement second pinata...

## Summary I am using the plain api-documenter markdown command line and processing the output with github pages' jekyll processing. This seems to work pretty well except for a couple...