Michael Scharf

Results 11 issues of Michael Scharf

fixes #102 The lookahead `(?=\\w)`ensures that the pathological case of a variable called `export` is not accidentally destroyed: `export = foo` is not changed by the regex, but `export foo=bar`...

blocked

On safari 6.0.5 and chrome 28 the code in index.html that is commented with ``` // this should NOT work, since it's firing after the window loads, without // setting...

by adding a link to the index.html in the README file: https://rawgithub.com/kentbrew/Case-Hardened-JavaScript/master/index.html **_Note:**_ it is (almost) the same as the 'raw' link (https://raw.github.com/kentbrew/Case-Hardened-JavaScript/master/index.html) but instead of `raw.github.com` use `rawgithub.com`. That...

I want to share a little monkey patch I apply to the `Snapshot` class. It fixes three small annoyances: 1. If the current value is different, then create a `"*.dump"`...

### The previous version in which this bug was not present was _No response_ ### Description Running `detectChanges()` for components with `changeDetection: ChangeDetectionStrategy.OnPush` does not work as expected ### Reproduction...

needs triage

In order to register fibers free LoginHandlers, [`registerLoginHandler`](https://github.com/meteor/meteor/blob/release-3.0/packages/accounts-base/accounts-base.d.ts#L316) should support async functions.

Severity:has-workaround
Project:Accounts:OAuth

What are the plans to make this package `fiber` free?

I have multiple directories with snapshot tests and when I run the tests, snapshots are not found with errors like this: ``` ===================================================================== ERRORS ===================================================================== _______________________________________ ERROR collecting tests/processor/snapshots/snap_test_change_log.py _______________________________________...

When building my meteor3 app with: `meteor build /tmp/meteor_build --architecture os.linux.x86_64 --server-only --directory` I get the following error: ```bash Errors prevented bundling: While minifying app code: /home/runner/.meteor/packages/standard-minifier-js/.3.0.0.j6ibq2.jaoan++os+web.browser+web.browser.legacy+web.cordova/plugin.minifyStdJS.os/npm/node_modules/meteor/babel-compiler/node_modules/@babel/parser/src/parse-error.ts:74:19: Unexpected token, expected...

Project:Isobuild:Minifiers
Type:Bug
idle

## How to reproduce - install meteor 2.x `curl "https://install.meteor.com/?release=2.16" | sh` - `meteor create foo` - `cd foo` - `meteor --version` - `Meteor 2.16` - `meteor node --version` -...

Type:Bug
idle