Vaughan Rouesnel

Results 201 issues of Vaughan Rouesnel

I have a wrapper that parses all make output. I am trying to create a log of make in this format: ``` `{cmd: 'echo "foo"', output: '"foo"'}` ``` The `##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>`...

Using: ``` barrelsby -sqSD -d ./src" ``` if barrel doesn't exist: ``` export * from './modules/chrome/chrome.model' export * from './modules/chrome/chrome.resolver' export * from './modules/chrome/chrome.service' export * from './modules/chrome/test' export *...

known issue
no-auto-close

### What version of Bun is running? 0.6.10 ### What platform is your computer? macos ### What steps can reproduce the bug? Currently no source maps are working when using...

bug
bundler

https://sentry.engineering/blog/the-case-for-debug-ids ## Expected Behavior Detect `debugId` instead of just `sourceMappingURL`.

a:feature

``` var binding = stmt.scope.getBinding(specifier.local.name); ``` It seems `binding` can sometimes be `undefined`. This occurred for me when `specifier.local.name` = `_jsxDEV`. Investigating further...

`nodemon -x "activemd file.md"` doesn't work. Might just be an issue with `nodemon`.

bug
waffle:ready

`segmentedViewAppearance.imageSize = CGSizeMake(128, 128);` doesn't seem to work. `_imageSize` is always 18 x 18.

I receive this error ocassionally. ``` Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. window.(anonymous function).(anonymous function) @...

Instead of this: ```js const [e, res] = await eres(dnsLookup(domain)) if (e) throw e const {address, family} = res ``` You could do this: ```js const [e, {address, family}] =...

Just like https://github.com/sindresorhus/pify does, or maybe it is a better fit for 0x00A/asde.