DarkTrick

Results 20 issues of DarkTrick

* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...

### Operating system macOS 12.04 ### Browser Version Firefox 100.0.2 ### How severe is the bug? moderate ### Bug description This bug is about the code excerpt from https://developers.google.com/maps/documentation/javascript/react-map#add-map Using...

- Yubico Authenticator version: 5.1.0 - Operating system and version: XUbuntu 21.10 - YubiKey model and version: YubiKey 5 NFC - Bug description summary: Cannot add account without `sudo` the...

I'm using react-apexcharts and I'm looking at [this](https://apexcharts.com/docs/series/) or [this](https://apexcharts.com/docs/chart-types/area-chart/) for reference. I find examples are - not working - confusing (contradictory) - showing only parts (too less) of code...

**Is your feature request related to a problem? Please describe.** cricket discovers all tests under the current directory. I then end up with > 300 unittests shows, while I'm only...

enhancement

**Describe the bug** Running "Run selected" on a top-level item, causes "Test output ended unexpectedly" in cricket with the following message in the console. ``` /usr/lib/python3.8/subprocess.py:844: RuntimeWarning: line buffering (buffering=1)...

bug

Throws `(electron:247634): Pango-ERROR **: 23:13:07.889: Harfbuzz version too old (1.2.7)` on `npm start`

Front end (both) don't `npm install` because they use deprecated libraries. node version: 18.6 This is the output for `npm install` in front-end: ``` npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated...

## Problem: I'm trying to create a rule for copying the contents of an entire directory. I.e.: The following structure is given: ``` \ Tupfile \src \file1 \file2 \subdirectory \file3...

Allow for targets like in make, but also allow usage of variables I imagine something like this: ``` copy_files (build_level): foreach src/* |> cp %f %o |> $(build_level)/%b release: copy_files(release)...