Marty Nelson

Results 11 issues of Marty Nelson

With the new component syntax and "bindings" by default, the data properties no longer appear in ng-inspector (because they are no longer on the $scope, but on the component controller)....

I'm integrating builder.io/react into an [astro project](https://astro.build/). For the server-side build, it uses straight NodeJS ES Module import, but the builder.io package exposes CJS. Steps to recreate for vanilla NodeJS:...

I've got the following gruntfile: ``` js grunt.initConfig({ ts: { dev: { src: ["scripts/typings/**/*.d.ts", "app/**/*.ts"], reference: 'app/reference.ts', watch: 'app', options: { comments: true, sourceMap: true } } }, }); ```...

### Docs page(s) https://eslint.org/docs/latest/use/configure/configuration-files-new ### What documentation issue do you want to solve? The "Edit File" button links to `404` ### What do you think is the correct solution? Instead...

bug
documentation
accepted
repro:yes

**Describe the bug** Using an append method (`append`, `before`, `afer`, etc.) on a DOM Node (element, comment, etc.) with a non string value throws an error. Should coerce value to...

bug

# Motivation Want to use `lineEnd` anywhere code chunk with source maps: ```js // normally calculated from state.indent, lineEnd, etc. state.write(`\n `); ``` # Expected behavior `state.line` increments _for each...

bug
question
doc

Can't require this because inclusion of require('styles.styl') doesn't work (I'm not using webpack). Doesn't seem like dev dependencies should be necessary for runtime use :) ``` sh Cannot find module...

publishing packages: [] Not able to get scripted publishing working. Changesets and Rush don't work. Vitest issues (need to upgrade and check these again) [x] many solved by running on...

Need to use mask icons plus there seem to be other janky fixes to support across primary browsers

bug
docs
ecosystem

Using `Cmd-B` on OSX, I get: ``` sh env: node: No such file or directory [Finished in 0.0s with exit code 127] [cmd: ['tsc', '/Users/marty/cardsmith/cardsmith-front-end-web-application/CardSmith.Web/App/ui/draggable/draggable.ts']] [dir: /Users/marty/cardsmith/cardsmith-front-end-web-application/CardSmith.Web/App/ui/draggable] [path: /usr/bin:/bin:/usr/sbin:/sbin] ```...