Chris

Results 50 issues of Chris

Is there any way to get sense2vec working with spacy nightly? Upon importing sense2vec I get the following error: ``` from spacy import component ImportError: cannot import name 'component' from...

[Recently](https://github.com/paritytech/ink/pull/995#pullrequestreview-815140084), the contract implementation style has changed so that the contract `struct` derives `SpreadAllocate`. This causes a compilation error in contracts that make use of `enum` with more than one...

B-feature-request

When developing unit tests it would be much easier to debug emitted events if they could be printed using debug print, e.g: ``` let emitted_events = ink_env::test::recorded_events().collect::(); ink_env::debug_println!("{:?}", emitted_events); ```...

B-feature-request

The following modifications to this repo can be used to pull stats on each of the repositories. This helps to identify if they are still actively developed or even offline...

When I run the node without debug logging I get the usual logs. ` (base) ➜ protocol git:(captcha_solution_key) ✗ substrate-contracts-node --dev --tmp` > 2021-10-29 20:49:05 Running in --dev mode, RPC...

When querying the substrate contracts node with polkadot-js, it tells me that Alice has `1.1529 MUnit`. ``` Alice Balance: { nonce: '0', consumers: '0', providers: '1', sufficients: '0', data: {...

It seems that [this](https://github.com/jjhelmus/berryconda/issues/58) issue is persisting. I have installed: openssl version OpenSSL 1.0.2r 26 Feb 2019 Using `conda update openssl` Any other suggestions?

**Redspot Version** 0.13.6 My project is a `module` compiling to `esnext`. ```json "target": "esnext", "module": "esnext", "moduleResolution": "node", ``` I am trying to import redspot using ```javascript // myscript.js const...

### Environment ``` npm list consola [email protected] ├─┬ @prosopo/[email protected] -> ./../captcha/packages/cli │ ├─┬ @prosopo/[email protected] -> ./../captcha/packages/common │ │ └── [email protected] deduped ├─┬ @prosopo/[email protected] -> ./../captcha/packages/common │ └── [email protected] ``` ```...

Hi, I get the following error when running with these versions: ## Package versions ``` │ ├── [email protected] │ └── [email protected] ``` ## Error ``` common-shake:module use this="../ZodError" property="ZodIssueCode" from="/home/user/project/node_modules/zod/lib/locales/en.js"...