Andrew Bradley

Results 232 issues of Andrew Bradley
trafficstars

- uses $scope.$eval when accessing the value specified by the ckeditor attribute - supports use cases like the following: ``` ```

## Bug Report Related to #1390 When running pyright with `typeCheckingMode: strict`, you get diagnostics caused by arcade's code, not the consumer's code. This requires consumers to disable certain pyright...

There are a few different cases where it might be helpful to clamp or control `delta_time`. ## Debugger When pausing in the debugger, the next frame's `delta_time` will be massive....

Related to #4154 EDIT: got rid of the stuff about compiling; switched to `emitDeclarationsOnly: true`. To play around with it locally, `yarn nps build.types` and `yarn nps test.types`

status: waiting for author
area: usability
area: integrations

Is it feasible to add an option that applies one or more of the built-in transformers before visualizing the AST? This would be helpful for transformer authors so they can...

Submitting as a draft to ask if there are any obvious problems with this approach. I also removed the empty line of stderr output to match the behavior of the...

I'm submitting this as a draft PR to check if the implementation is acceptable for merging. Fixes #291

Following the link from the readme to https://travis-ci.org/github/evanw/node-source-map-support/builds It looks like the tests have stopped running. Am I looking in the wrong place?

In `ts-node`, if someone modifies a `.ts` file, removes it from their `require.cache`, and then re-requires it, we will have a new sourcemap for that file. We need a way...

Is there a way to use v8-compile-cache as a library? My use-case is to programmatically install the compile cache, then uninstall it, *and* for other code in node to be...