Results 17 issues of nigelsim

**I'm submitting a ...** * [ ] bug report * [x] feature request * [ ] question about the decisions made in the repository * **If the current behavior is...

help wanted

**For support questions, please consider using [Gitter - Chat](https://gitter.im/angulartics/angulartics2)** **I'm submitting a ...** * [x] bug report * [ ] feature request * [ ] question about the decisions made...

As also mentioned [here](https://github.com/gradle/gradle/issues/17989#issuecomment-913358558) and probably related to [this](https://github.com/gradle/gradle/issues/18196) if you are running Gradle up to 6.7.1 you can exclude tasks from the command line ``` ./gradlew release -x test...

Hi have a Hybrid UI-Router app that is having issues when trying to resolve data asynchronously on a fresh page load. The UI setup is slightly complex. The component nesting...

Added a now button to the time picker and today button to the date picker. These only affect those components of the underlying datetime.

### Branch master branch https://mmocr.readthedocs.io/en/latest/ ### 📚 The doc issue By default, the `mmocr/ocr.py` script uses `cuda` as the device, as opposed to automatically detecting. All of the install and...

**Is your feature request related to a problem? Please describe.** I want to be able to easily access the cell value from the cellTemplate, rather than having to read it...

Using H2 2.1.214 I get the follow unexpected error: ``` org.h2.jdbc.JdbcSQLSyntaxErrorException: Domain "JSON" already exists; SQL statement: CREATE domain IF NOT EXISTS json AS text [90119-214] ```

Treat this as more of a (possible) sign post. I setup ESLint extending the `plugin:import/recommended`, `airbnb-typescript` and `prettier` configs. ``` { "parserOptions": { "ecmaVersion": "ES2019", "sourceType": "module", "project": "./tsconfig.json" },...

I am trying to use `pako` to compress data before saving it to disk. However, it returns `Int8Array`, which causes `ReactNativeBlobUtil` to throw an exception `TypeError: "data" must be an...