JannikGM

Results 48 issues of JannikGM

Running this actions results in this: > The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Problematic commands...

The code added for #34 is not compatible with [vite.js](https://vitejs.dev/): https://github.com/uber-web/probe.gl/blob/7734e0158c9af9d6debcd6c7ed1869c21654a40b/modules/log/src/log.ts#L426-L442 The problem is that vite will move all imports to the top of the file, so it's moved outside...

An attempt was made to workaround bug #206 downstream by using the suppression feature: https://github.com/bvaughn/react-virtualized/pull/1635 However, that workaround didn't seem to work - the problem still exists with the version...

Because changes of #50 to the README had been reverted as part of https://github.com/WarrenJones/vite-plugin-require-transform/pull/50#issuecomment-1611235416 the code for the test-cases in the README isn't what the plugin does anymore since #50....

[As documented in the docs](https://googleapis.dev/nodejs/cloudbuild/latest/google.devtools.cloudbuild.v1.BuildOptions.html#.MachineType) the code only allows a short list of options for `machineType` here: https://github.com/googleapis/google-cloud-node/blob/67ce45e56654cc295df11ecf7b3444832c77c48c/packages/google-devtools-cloudbuild/protos/google/devtools/cloudbuild/v1/cloudbuild.proto#L1856-L1874 This enum has diverged (?) from the offered machine-types documented on https://cloud.google.com/compute/docs/machine-types...

type: feature request

**terser 5.19.2 Bug** Used through webpack, but can also be reproduced manually on the output file using `npx terser dist/main.js -f max_line_len=100 > dist/main.manual.js` The lines far exceed the `max_line_len`...

format

**Edit:** I noticed the test case for this is bad. This might just be a variation of #1416, because the unicode appears in a string, therefore it's affected by that...

**Feature request** **Version (complete output of `terser -V` or specific git commit)**: terser 5.18.2 We use terser through webpack 5 / terser-webpack-plugin. We run into this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1845093 While the...

**terser 5.19.2 Bug** Used through webpack, but can also be reproduced manually on the output file using `npx terser src/index.js -f max_line_len=80 > dist/main.manual.js` The lines slightly exceed the `max_line_len`...

We are interested in displaying mini roundabouts on the map, but the data is not part of the vector tiles. Some of our user-facing staff wrote: > since there are...